emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Bug: property drawers within code blocks interfere [8.2.2 (8.2.2-elp


From: Tod Middlebrook
Subject: [O] Bug: property drawers within code blocks interfere [8.2.2 (8.2.2-elpa @ /home/tod/.emacs.d/.cask/24.3.50.1/elpa/org-20131108/)]
Date: Sun, 10 Nov 2013 22:11:15 -0600
User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.1

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------
(org-version)"8.2.2"
c.f. http://osdir.com/ml/emacs-orgmode-gnu/2010-08/msg01248.html through
http://osdir.com/ml/emacs-orgmode-gnu/2010-08/msg01279.html, and 
http://blog.gmane.org/gmane.emacs.orgmode/page=4.

The bug below prevents me from easily using dependencies in org-dotemacs.

To reproduce,
start with this entry:

*** stuff for bug report
#+BEGIN_SRC emacs-lisp
  (setq org-capture-templates
        (quote
         (
          ("c" "Contacts" entry (file+headline "~/my-stuff/file.org" "Contacts")
           "* %^{Name: }
          :PROPERTIES: 
          :EMAIL: %^{Email}
          :PHONE: %^{Phone number}
          :END:
          %?
          "))))
#+END_SRC

Then do C-c C-x p EMAIL [RET] TestValue, and get the same block, with
the properties drawer folded. When expanded, there is:

*** stuff for bug report
#+BEGIN_SRC emacs-lisp
    (setq org-capture-templates
          (quote
           (
            ("c" "Contacts" entry (file+headline "~/my-stuff/file.org" 
"Contacts")
             "* %^{Name: }
            :PROPERTIES: 
  :EMAIL:    TestValue
            :PHONE: %^{Phone number}
            :END:
            %?
            "))))
#+END_SRC

Emacs  : GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2)
 of 2013-11-10 on tod-ThinkPad-T430u
Package: Org-mode version 8.2.2 (8.2.2-elpa @ 
/home/tod/.emacs.d/.cask/24.3.50.1/elpa/org-20131108/)



reply via email to

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