summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Landscheidt <tim@tim-landscheidt.de>2018-01-16 16:46:46 +0000
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-02-05 15:27:12 +0100
commit61a885a39990cab3b5c7d6858c882f7db84c372d (patch)
tree4a5168eec826ab02ee235f727e261b8699c140ff
parente6f891e7aad5f3aae4ca90ace897060b499600f5 (diff)
downloadorg-mode-61a885a39990cab3b5c7d6858c882f7db84c372d.tar.gz
Make manual and URL links in docstrings clickable
-rw-r--r--lisp/org-table.el2
-rw-r--r--lisp/ox-latex.el5
-rw-r--r--testing/lisp/test-org-table.el2
3 files changed, 4 insertions, 5 deletions
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 159a4fb..11d42d3 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -135,7 +135,7 @@ the fixed string \"#+ORGTBL: SEND\", followed by instruction on how to
convert the table into a data structure useful in the
language of the buffer. Check the manual for the section on
\"Translator functions\", and more generally check out
-https://orgmode.org/manual/Tables-in-arbitrary-syntax.html#Tables-in-arbitrary-syntax
+the Info node `(org)Tables in arbitrary syntax'.
All occurrences of %n in a template will be replaced with the name of the
table, obtained by prompting the user."
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index b3fbf8e..e612b32 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -920,15 +920,14 @@ using customize, or with
(add-to-list \\='org-latex-packages-alist \\='(\"newfloat\" \"minted\"))
In addition, it is necessary to install pygments
-\(http://pygments.org), and to configure the variable
+\(URL `http://pygments.org>'), and to configure the variable
`org-latex-pdf-process' so that the -shell-escape option is
passed to pdflatex.
The minted choice has possible repercussions on the preview of
latex fragments (see `org-preview-latex-fragment'). If you run
into previewing problems, please consult
-
- https://orgmode.org/worg/org-tutorials/org-latex-preview.html"
+URL `https://orgmode.org/worg/org-tutorials/org-latex-preview.html'."
:group 'org-export-latex
:type '(choice
(const :tag "Use listings" t)
diff --git a/testing/lisp/test-org-table.el b/testing/lisp/test-org-table.el
index ea72ae5..31f10f6 100644
--- a/testing/lisp/test-org-table.el
+++ b/testing/lisp/test-org-table.el
@@ -710,7 +710,7 @@ formatter \"%.1f\"."
(ert-deftest test-org-table/org-lookup-all ()
"Use `org-lookup-all' for several GROUP BY as in SQL and for ranking.
-See also http://orgmode.org/worg/org-tutorials/org-lookups.html ."
+See also URL `https://orgmode.org/worg/org-tutorials/org-lookups.html'."
(let ((data "
#+NAME: data
| Purchase | Product | Shop | Rating |