* [PATCH] ox-latex: fix lost export option latex-custom-id-labels
@ 2014-08-21 0:03 Richard Lawrence
2014-08-21 5:29 ` Aaron Ecay
0 siblings, 1 reply; 2+ messages in thread
From: Richard Lawrence @ 2014-08-21 0:03 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 348 bytes --]
Hi everyone,
I recently pulled from master and noticed that an option in the LaTeX
export backend that I rely on had gotten lost in the shuffle. (I didn't
check the history, but I believe it must have been removed accidentally,
since the code that checks this option is still there.) Here is a patch
to re-introduce it.
Thanks!
Best,
Richard
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-ox-latex-fix-lost-export-option.patch --]
[-- Type: text/x-diff, Size: 988 bytes --]
From 0b351bfc2e494bb010a4c27768a5ccd2ae846367 Mon Sep 17 00:00:00 2001
From: Richard Lawrence <richard.lawrence@berkeley.edu>
Date: Wed, 20 Aug 2014 16:55:50 -0700
Subject: [PATCH] ox-latex: fix lost export option
* lisp/ox-latex.el (latex): reintroduce `latex-custom-id-labels' option in backend
TINYCHANGE
---
lisp/ox-latex.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 6ea35c5..c14d6dc 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -110,6 +110,7 @@
;; Other variables.
(:latex-active-timestamp-format nil nil org-latex-active-timestamp-format)
(:latex-classes nil nil org-latex-classes)
+ (:latex-custom-id-labels nil nil org-latex-custom-id-as-label)
(:latex-default-figure-position nil nil org-latex-default-figure-position)
(:latex-default-table-environment nil nil org-latex-default-table-environment)
(:latex-default-table-mode nil nil org-latex-default-table-mode)
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ox-latex: fix lost export option latex-custom-id-labels
2014-08-21 0:03 [PATCH] ox-latex: fix lost export option latex-custom-id-labels Richard Lawrence
@ 2014-08-21 5:29 ` Aaron Ecay
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Ecay @ 2014-08-21 5:29 UTC (permalink / raw)
To: Richard Lawrence, emacs-orgmode
Hi Richard,
2014ko abuztuak 20an, Richard Lawrence-ek idatzi zuen:
>
> Hi everyone,
>
> I recently pulled from master and noticed that an option in the LaTeX
> export backend that I rely on had gotten lost in the shuffle. (I didn't
> check the history, but I believe it must have been removed accidentally,
> since the code that checks this option is still there.) Here is a patch
> to re-introduce it.
>
This option was lost in commit 7a956c38, and indeed its removal looks
like an accident. I pushed your patch.
Thanks for your vigilance,
--
Aaron Ecay
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-21 5:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-21 0:03 [PATCH] ox-latex: fix lost export option latex-custom-id-labels Richard Lawrence
2014-08-21 5:29 ` Aaron Ecay
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).