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. ------------------------------------------------------------------------ How to reproduce: Create an org-mode buffer that contains at least one headline. Example: --- text * headline --- Run `(org-element-parse-buffer)'. The following error will pop up: Debugger entered--Lisp error: (invalid-function org-with-silent-modifications) org-with-silent-modifications(nil) org-refresh-category-properties() org-get-category() org-entry-properties(nil standard) org-element-headline-parser(17 nil) org-element--current-element(17 nil first-section nil) org-element--parse-elements(1 17 first-section nil nil nil (org-data nil (section (:begin 1 :end 6 :contents-begin 1 :contents-end 6 :post-blank 0 :parent #0) (paragraph (:begin 1 :end 6 :contents-begin 1 :contents-end 6 :post-blank 0 :post-affiliated 1 :parent #1) #("text\n" 0 5 (:parent #2)))))) org-element-parse-buffer() eval((org-element-parse-buffer) nil) eval-expression((org-element-parse-buffer) nil) call-interactively(eval-expression nil nil) It was reproduced on clean Emacs by running `emacs -Q' and issuing: (let ((package-load-list '((org t)))) (package-initialize)) On org-version 7.9.3f the command works. Emacs : GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.6) of 2013-12-23 on brahms, modified by Debian Package: Org-mode version 8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/sindikat/.emacs.d/elpa/org-20140303/)