summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVedang Manerikar <ved.manerikar@gmail.com>2023-06-10 20:16:10 +0530
committerVedang Manerikar <ved.manerikar@gmail.com>2023-06-10 20:24:39 +0530
commit98ca40d870984dbae9a35f3b7456cde760d2e4c8 (patch)
tree49600e05ee8f79f5c6eadf8d87d5f7b56ea08b93
parent2ce864be00f5e34232ff33d2376b3219cdf66649 (diff)
Fix: href styles in README.org
The current href style was not working on Github, which is really irritating. This commit fixes the issue. Closes: #198
-rw-r--r--README.org89
1 files changed, 48 insertions, 41 deletions
diff --git a/README.org b/README.org
index 961a75a..2c916d2 100644
--- a/README.org
+++ b/README.org
@@ -11,47 +11,54 @@
The ~pdf-tools~ Wiki is maintained at https://pdftools.wiki. Head to the site if you find it easier to navigate a website for reading a manual. All the topics on the site are listed at https://pdftools.wiki/impulse.
-* Table of Contents :noexport:TOC_3_org:
-- [[About PDF Tools][About PDF Tools]]
-- [[Installing pdf-tools][Installing pdf-tools]]
- - [[Installing the epdfinfo server][Installing the epdfinfo server]]
- - [[Installing the epdfinfo server from package managers][Installing the epdfinfo server from package managers]]
- - [[Installing the epdfinfo server from source on Windows (+ Gotchas)][Installing the epdfinfo server from source on Windows (+ Gotchas)]]
- - [[Installing the epdfinfo server from source on macOS (+ Gotchas)][Installing the epdfinfo server from source on macOS (+ Gotchas)]]
- - [[Common installation gotchas][Common installation gotchas]]
- - [[Installing optional features][Installing optional features]]
- - [[Installing pdf-tools elisp code][Installing pdf-tools elisp code]]
- - [[Updating pdf-tools][Updating pdf-tools]]
-- [[Features][Features]]
- - [[View and Navigate PDFs][View and Navigate PDFs]]
- - [[Keybindings for navigating PDF documents][Keybindings for navigating PDF documents]]
- - [[Keybindings for manipulating display of PDF][Keybindings for manipulating display of PDF]]
- - [[Annotations][Annotations]]
- - [[Keybindings for working with Annotations][Keybindings for working with Annotations]]
- - [[Working with AUCTeX][Working with AUCTeX]]
- - [[Keybindings for working with AUCTeX][Keybindings for working with AUCTeX]]
- - [[Miscellaneous features][Miscellaneous features]]
- - [[Keybindings for miscellaneous features in PDF tools][Keybindings for miscellaneous features in PDF tools]]
- - [[Easy Help for PDF Tools features][Easy Help for PDF Tools features]]
- - [[Configuring PDF Tools features][Configuring PDF Tools features]]
-- [[Known problems][Known problems]]
- - [[linum-mode][linum-mode]]
- - [[display-line-numbers-mode][display-line-numbers-mode]]
- - [[auto-revert][auto-revert]]
- - [[sublimity][sublimity]]
- - [[Text selection is not transparent in PDFs OCRed with Tesseract][Text selection is not transparent in PDFs OCRed with Tesseract]]
-- [[Key-bindings in PDF Tools][Key-bindings in PDF Tools]]
-- [[Tips and Tricks for Developers][Tips and Tricks for Developers]]
- - [[Turn on debug mode][Turn on debug mode]]
- - [[Run Emacs lisp tests locally][Run Emacs lisp tests locally]]
- - [[Run server compilation tests locally][Run server compilation tests locally]]
- - [[Add a Dockerfile to automate server compilation testing][Add a Dockerfile to automate server compilation testing]]
-- [[FAQs][FAQs]]
- - [[PDFs are not rendering well!][PDFs are not rendering well!]]
- - [[What Emacs versions does pdf-tools support?][What Emacs versions does pdf-tools support?]]
- - [[I want to add support for pdf-tools on "My Fav OS". How do I do that?][I want to add support for pdf-tools on "My Fav OS". How do I do that?]]
- - [[I am on a Macbook M1 and pdf-tools installation fails with a stack-trace][I am on a Macbook M1 and pdf-tools installation fails with a stack-trace]]
- - [[I am a developer, making changes to the pdf-tools source code][I am a developer, making changes to the pdf-tools source code]]
+* Table of Contents :noexport:TOC_3_gh:
+- [[#about-pdf-tools][About PDF Tools]]
+- [[#installing-pdf-tools][Installing pdf-tools]]
+ - [[#installing-the-epdfinfo-server][Installing the epdfinfo server]]
+ - [[#installing-the-epdfinfo-server-from-package-managers][Installing the epdfinfo server from package managers]]
+ - [[#installing-the-epdfinfo-server-from-source-on-windows--gotchas][Installing the epdfinfo server from source on Windows (+ Gotchas)]]
+ - [[#installing-the-epdfinfo-server-from-source-on-macos--gotchas][Installing the epdfinfo server from source on macOS (+ Gotchas)]]
+ - [[#common-installation-gotchas][Common installation gotchas]]
+ - [[#installing-optional-features][Installing optional features]]
+ - [[#installing-pdf-tools-elisp-code][Installing pdf-tools elisp code]]
+ - [[#updating-pdf-tools][Updating pdf-tools]]
+- [[#features][Features]]
+ - [[#view-and-navigate-pdfs][View and Navigate PDFs]]
+ - [[#keybindings-for-navigating-pdf-documents][Keybindings for navigating PDF documents]]
+ - [[#keybindings-for-manipulating-display-of-pdf][Keybindings for manipulating display of PDF]]
+ - [[#annotations][Annotations]]
+ - [[#keybindings-for-working-with-annotations][Keybindings for working with Annotations]]
+ - [[#working-with-auctex][Working with AUCTeX]]
+ - [[#keybindings-for-working-with-auctex][Keybindings for working with AUCTeX]]
+ - [[#miscellaneous-features][Miscellaneous features]]
+ - [[#keybindings-for-miscellaneous-features-in-pdf-tools][Keybindings for miscellaneous features in PDF tools]]
+ - [[#easy-help-for-pdf-tools-features][Easy Help for PDF Tools features]]
+ - [[#configuring-pdf-tools-features][Configuring PDF Tools features]]
+- [[#known-problems][Known problems]]
+ - [[#linum-mode][linum-mode]]
+ - [[#display-line-numbers-mode][display-line-numbers-mode]]
+ - [[#auto-revert][auto-revert]]
+ - [[#sublimity][sublimity]]
+ - [[#text-selection-is-not-transparent-in-pdfs-ocred-with-tesseract][Text selection is not transparent in PDFs OCRed with Tesseract]]
+- [[#key-bindings-in-pdf-tools][Key-bindings in PDF Tools]]
+- [[#tips-and-tricks-for-developers][Tips and Tricks for Developers]]
+ - [[#turn-on-debug-mode][Turn on debug mode]]
+ - [[#run-emacs-lisp-tests-locally][Run Emacs lisp tests locally]]
+ - [[#run-server-compilation-tests-locally][Run server compilation tests locally]]
+ - [[#add-a-dockerfile-to-automate-server-compilation-testing][Add a Dockerfile to automate server compilation testing]]
+ - [[#issue-template-for-bug-reports][Issue Template for Bug Reports]]
+ - [[#describe-the-bug][Describe the bug]]
+ - [[#steps-to-reproduce-the-behaviour][Steps To Reproduce the behaviour:]]
+ - [[#what-is-the-expected-behaviour][What is the expected behaviour?]]
+ - [[#desktop][Desktop]]
+ - [[#your-pdf-tools-install][Your pdf-tools install]]
+ - [[#additional-context][Additional context]]
+- [[#faqs][FAQs]]
+ - [[#pdfs-are-not-rendering-well][PDFs are not rendering well!]]
+ - [[#what-emacs-versions-does-pdf-tools-support][What Emacs versions does pdf-tools support?]]
+ - [[#i-want-to-add-support-for-pdf-tools-on-my-fav-os-how-do-i-do-that][I want to add support for pdf-tools on "My Fav OS". How do I do that?]]
+ - [[#i-am-on-a-macbook-m1-and-pdf-tools-installation-fails-with-a-stack-trace][I am on a Macbook M1 and pdf-tools installation fails with a stack-trace]]
+ - [[#i-am-a-developer-making-changes-to-the-pdf-tools-source-code][I am a developer, making changes to the pdf-tools source code]]
* About PDF Tools
:PROPERTIES: