Hi Till, I cannot reproduce the problem with my setup, but...
Till Junge <till.ju...@gmail.com> writes: > current state: > ============== > (setq > org-ditaa-jar-path "/usr/bin/ditaa" > org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) > org-speed-command-hook '(org-speed-command-default-hook > org-babel-speed-command-hook) > org-metaup-hook '(org-babel-load-in-session-maybe) > org-startup-truncated nil > org-after-todo-state-change-hook '(org-clock-out-if-current) > org-export-latex-format-toc-function 'org-export-latex-format-toc-default > org-tab-first-hook '(org-hide-block-toggle-maybe > org-src-native-tab-command-maybe > org-babel-hide-result-toggle-maybe) > org-src-mode-hook '(org-src-babel-configure-edit-buffer > org-src-mode-configure-edit-buffer) > org-confirm-shell-link-function 'yes-or-no-p > outline-heading-end-regexp nil ^^^^^^^^^^^^^^^^^^^^^^^^^^ This line above is suspicious. This variable is not used by current Org, but it is used by Python made (as a buffer local variable, though.) Maybe you can try to remove this part of your config and see if it fixes the problem? Otherwise, if you can, please test with a newer version of Org. HTH, -- Bastien