ox-latex: Support CUSTOM_ID property as label
commit3f55b452807c16c900c125063bac938e43860c64
authorRichard Lawrence <richard.lawrence@berkeley.edu>
Sun, 23 Feb 2014 00:37:05 +0000 (22 16:37 -0800)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 23 Feb 2014 08:28:30 +0000 (23 09:28 +0100)
tree88c94e79515e493dada0483e8efa97a02746dfd1
parent89c16689453a254edb21e80fa02f39694505550b
ox-latex: Support CUSTOM_ID property as label

* lisp/ox-latex.el (org-latex-custom-id-as-label): New variable.
(org-latex-headline): Optionally generate label keys based on
CUSTOM_ID, depending on value of :latex-custom-id-labels option
(org-latex-link): Optionally generate refs based on CUSTOM_ID,
depending on value of :latex-custom-id-labels option.

This change was discussed in the following thread:
http://thread.gmane.org/gmane.emacs.orgmode/82392
lisp/ox-latex.el