From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: 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: Wed, 13 Nov 2013 09:34:00 +0100 Message-ID: <86eh6k3dl3.fsf@somewhere.org> References: <87txfjy3vg.fsf@gmail.com> <874n7iho2t.fsf@bzg.ath.cx> <87siv24lzg.fsf@gmail.com> <87mwladulx.fsf@bzg.ath.cx> <87y54t28y2.fsf@gmail.com> <87vbzx6g31.fsf@bzg.ath.cx> <8761rxb97r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello Aaron and Bastien, Aaron Ecay wrote: > The property drawer after the code block is a red herring: the following > file (with no real property drawer at all) misbehaves on property > setting and getting functions, with the fake properties in the code > block behaving as though they pertained to the headline (as can be > confirmed by M-: (org-entry-get nil "EMAIL")): > > * stuff for bug report > #+BEGIN_SRC emacs-lisp > (setq i-am-a-string > " > :PROPERTIES: > :EMAIL: %^{Email} > :PHONE: %^{Phone number} > :END: > ") > #+END_SRC > > I think this problem of unselective regex searches will also affect uses > of e.g. org-scheduled-time-regexp To come back on what you suspect, I must admit I still have the problem described in the thread http://comments.gmane.org/gmane.emacs.orgmode/60959, that is: --8<---------------cut here---------------start------------->8--- * Some explanation of Org mode timestamps... #+begin_src org ,SCHEDULED: <2013-11-21 Thu +1w/12d> #+end_src For ranges, you can try: #+begin_src org ,<2013-11-20 Wed 15:00-17:00 +1w>. #+end_src --8<---------------cut here---------------end--------------->8--- both "events" will appear in my agenda (for next Wed/Thu). Best regards, Seb -- Sebastien Vauban