emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Latex export repeating captions


From: Russell Adams
Subject: [O] Latex export repeating captions
Date: Sat, 19 Jan 2013 11:42:20 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

I discovered my captions were growing... This seemed to fix the
problem.

I'm on Org 7.8.10.

--- org-exp.el~ 2012-05-16 12:42:30.000000000 -0500
+++ org-exp.el  2013-01-19 11:39:05.772305510 -0600
@@ -1919,7 +1919,7 @@
        ;; there is a caption
        ((match-end 1)
        (progn
-         (setq cap (concat cap (if cap " " "") (org-trim (match-string 1))))
+         (setq cap (concat (if cap " " "") (org-trim (match-string 1))))
          (when (string-match "\\[\\(.*\\)\\]{\\(.*\\)}" cap)
            (setq shortn (match-string 1 cap)
                  cap (match-string 2 cap)))


------------------------------------------------------------------
Russell Adams                            address@hidden

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]