From: Tim Landscheidt <tim@tim-landscheidt.de>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org
Date: Mon, 05 Feb 2018 14:11:32 +0000 [thread overview]
Message-ID: <87wozredbf.fsf@passepartout.tim-landscheidt.de> (raw)
In-Reply-To: <87h8rhpxbp.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 19 Jan 2018 18:34:02 +0100")
[-- Attachment #1: Type: text/plain, Size: 369 bytes --]
Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>> […]
>> Patch #2 makes some links to the manual and external URLs in
>> docstrings clickable.
>> […]
> Applied. Thank you.
> […]
I think you missed patch #2; I have attached it again re-
based on current maint (I removed TINYCHANGE because I have
signed papers for Emacs since then).
Tim
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Make manual and URL links in docstrings clickable. --]
[-- Type: text/x-patch, Size: 2519 bytes --]
From 14fa16af86dfc21e77698a36c76a4e6ac017cd49 Mon Sep 17 00:00:00 2001
From: Tim Landscheidt <tim@tim-landscheidt.de>
Date: Tue, 16 Jan 2018 16:46:46 +0000
Subject: [PATCH] Make manual and URL links in docstrings clickable
---
lisp/org-table.el | 2 +-
lisp/ox-latex.el | 5 ++---
testing/lisp/test-org-table.el | 2 +-
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 159a4fb5c..11d42d3cb 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 b3fbf8e95..e612b32ca 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 ea72ae53f..31f10f6f2 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 |
--
2.13.6
next prev parent reply other threads:[~2018-02-05 14:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-07 13:45 Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org Tim Landscheidt
2018-01-07 14:33 ` Kaushal Modi
2018-01-16 20:00 ` Tim Landscheidt
2018-01-17 21:35 ` Nicolas Goaziou
2018-01-18 16:53 ` Tim Landscheidt
2018-01-18 22:53 ` Nicolas Goaziou
2018-01-19 0:26 ` Tim Landscheidt
2018-01-19 17:14 ` Nicolas Goaziou
2018-02-05 14:32 ` Tim Landscheidt
2018-02-10 12:48 ` Nicolas Goaziou
2018-01-19 0:31 ` Tim Landscheidt
2018-01-19 17:34 ` Nicolas Goaziou
2018-02-05 14:11 ` Tim Landscheidt [this message]
2018-02-05 14:41 ` Nicolas Goaziou
2018-03-06 23:16 ` Tim Landscheidt
2018-03-07 0:31 ` Bastien Guerry
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wozredbf.fsf@passepartout.tim-landscheidt.de \
--to=tim@tim-landscheidt.de \
--cc=emacs-orgmode@gnu.org \
--cc=mail@nicolasgoaziou.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.