From 65bbb1f7c84aa1585c13fb20c1ef428096a59760 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 12 Apr 2015 20:09:25 +0200 Subject: [PATCH] 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 --- lisp/ox-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index e26965190..b7069e39b 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -1621,7 +1621,7 @@ holding contextual information." (org-string-match-p "\\" 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) -- 2.11.4.GIT