0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-24 18:02:53 +00:00
org-mode/lisp
Carsten Dominik bfad012629 Repair the export of source code line references in LaTeX
Marting G. Skjaeveland writes:

> I pulled a fresh copy of org-mode this morning and noticed that
> references to source code line numbers no longer work as they used
> to. Instead of displaying the number of the line with the label, the
> label is displayed.
>
> Exporting the following example, retrieved from the online
> documentation (http://orgmode.org/manual/Literal-examples.html),
>
> -------------------------------------start
> #+BEGIN_SRC emacs-lisp -n -r
>  (save-excursion                  (ref:sc)
>  (goto-char (point-min))       (ref:jump)
> #+END_SRC
>
>  In line [[(sc)]] we remember the current position.  [[(jump)][Line
> (jump)]] jumps to point-min.
>
> -------------------------------------end
>
> gives me in latex export
>
> -------------------------------------start
> \begin{verbatim}
> 1:  (save-excursion
> 2:  (goto-char (point-min))
> \end{verbatim}
>
>  In line \hyperref[(sc)]{(sc)} we remember the current
>  position. \hyperref[(jump)]{Line (jump)} jumps to point-min.
>  -------------------------------------end
>
2010-01-14 18:06:22 +01:00
..
ChangeLog Repair the export of source code line references in LaTeX 2010-01-14 18:06:22 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Improve documentation about prefix args to scheduling/deadline cmds in agenda 2010-01-14 17:09:11 +01:00
org-archive.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-ascii.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-attach.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-bbdb.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-beamer.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-bibtex.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-clock.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-colview-xemacs.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-colview.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-compat.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-crypt.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-ctags.el Add Paul Sexton's org-ctags.el 2010-01-03 13:57:43 +01:00
org-datetree.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-docbook.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-docview.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-exp-blocks.el Tag ditaa and dot files with hash, to avoid remaking them 2009-11-17 16:35:08 +01:00
org-exp.el Repair the export of source code line references in LaTeX 2010-01-14 18:06:22 +01:00
org-faces.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-feed.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-footnote.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-freemind.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-gnus.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-habit.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-html.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-icalendar.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-id.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-indent.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-info.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-inlinetask.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-irc.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-jsinfo.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-latex.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-list.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-mac-message.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-macs.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-mew.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-mhe.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-mobile.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-mouse.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-plot.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-protocol.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-publish.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-remember.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-rmail.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-src.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-table.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-timer.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-vm.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-w3m.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-wl.el Release 6.34a 2010-01-12 08:53:44 +01:00
org-xoxo.el Release 6.34a 2010-01-12 08:53:44 +01:00
org.el Fix wrong-case matching of TODO keywords in `org-entry-properties' 2010-01-14 17:32:46 +01:00