mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-05 11:45:52 +00:00
ox-latex: Use :ALT_TITLE: on unnumbered headlines
* lisp/ox-latex.el (org-latex-headline): Use :ALT_TITLE: also on unnumbered headlines. Suggested-by: Marcin Borkowski <mbork@wmi.amu.edu.pl> <http://permalink.gmane.org/gmane.emacs.orgmode/96860>
This commit is contained in:
parent
7584200bb8
commit
65bbb1f7c8
@ -1621,7 +1621,7 @@ holding contextual information."
|
||||
(org-string-match-p "\\<local\\>" v)
|
||||
(format "\\stopcontents[level-%d]" level)))))
|
||||
info t)))))
|
||||
(if (and numberedp opt-title
|
||||
(if (and opt-title
|
||||
(not (equal opt-title full-text))
|
||||
(string-match "\\`\\\\\\(.*?[^*]\\){" section-fmt))
|
||||
(format (replace-match "\\1[%s]" nil nil section-fmt 1)
|
||||
|
Loading…
Reference in New Issue
Block a user