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