From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tod Middlebrook Subject: 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 Message-ID: <87txfjy3vg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfiqS-0007X6-CV for emacs-orgmode@gnu.org; Sun, 10 Nov 2013 23:11:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfiqN-0007UF-4O for emacs-orgmode@gnu.org; Sun, 10 Nov 2013 23:11:24 -0500 Received: from mail-ie0-x234.google.com ([2607:f8b0:4001:c03::234]:61616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfiqM-0007T0-Vy for emacs-orgmode@gnu.org; Sun, 10 Nov 2013 23:11:19 -0500 Received: by mail-ie0-f180.google.com with SMTP id e14so7050760iej.11 for ; Sun, 10 Nov 2013 20:11:17 -0800 (PST) Received: from tod-ThinkPad-T430u (arh2323.urh.uiuc.edu. [130.126.70.235]) by mx.google.com with ESMTPSA id c14sm13423848ign.0.2013.11.10.20.11.16 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 10 Nov 2013 20:11:17 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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/)