emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: conflict with python-mode [7.8.11]


From: Bastien
Subject: Re: [O] Bug: conflict with python-mode [7.8.11]
Date: Tue, 25 Dec 2012 03:38:59 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Till,

I cannot reproduce the problem with my setup, but...

Till Junge <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]