[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] [PATCH 0/2] References auto-generated labels with \ref in
From: |
Bastien |
Subject: |
Re: [Orgmode] [PATCH 0/2] References auto-generated labels with \ref in LaTeX export |
Date: |
Sun, 13 Feb 2011 00:46:25 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Hi Lawrence,
Lawrence Mitchell <address@hidden> writes:
> This patch set introduces a new option
> `org-latex-unprettify-internal-links' which, if non-nil, converts
> "bare" references to auto-generated section labels into a \ref
> rather than a \hyperref.
Thanks for the patch and the explanations.
What about using org-export-latex-hyperref-format directly?
(setq org-export-latex-hyperref-format "\\ref{%s}")
and you're set. I updated the docstring to make clear there is no real
problem in having less than two "%s" in here -- the format function will
just ignore the second one.
Best,
--
Bastien
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Orgmode] [PATCH 0/2] References auto-generated labels with \ref in LaTeX export,
Bastien <=