Hi, I am having essentially the same problem described on the following thread:
http://thread.gmane.org/gmane.emacs.orgmode/22263 Which is essentially: when I define in my .emacs file: ;; Define some default drawers. (setq org-drawers (quote ("PROPERTIES" "SETUP"))) PROPERTIES and SETUP aren't recognised as drawers in my org files. They don't close and open using tab and the fontification of them indicates that org isn't recognising them as drawers. If I however define a drawer in my org file like: #+DRAWERS: NOTES this works correctly I am using Org-mode version 7.8.11 and GNU Emacs 24.1.1 (x86_64-apple-darwin10.8.0) Are there any known fixes for this issue? Thanks