emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Export options being ignored


From: Eden Cardim
Subject: Re: [O] Export options being ignored
Date: Thu, 05 May 2011 07:40:02 -0300
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/23.3 (darwin)

>>>>> "Carsten" == Carsten Dominik <address@hidden> writes:

    Carsten> This is fixed now, by looking for white space instead of
    Carsten> beginning-of-word. Thanks for the analysis.

Still needs the following patch for it to work:

--8<---------------cut here---------------start------------->8---
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 5bf1d1b..cda1f98 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -864,7 +864,7 @@ security risks."
                                 options))
              (setq p (plist-put p (car o)
                                 (car (read-from-string
-                                      (match-string 1 options))))))))))
+                                      (match-string 2 options))))))))))
   p)
 
 (defun org-export-add-subtree-options (p pos)
--8<---------------cut here---------------end--------------->8---

-- 
Eden Cardim
Software Engineer
edencardim.com
+55 73 9986-3963




reply via email to

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