[Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-15 Thread Matt Lundin
Hi Sébastien, Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: This seems new to me... #+begin_src emacs-lisp Debugger entered--Lisp error: (void-variable org-inhibit-highlight-removal) (if org-inhibit-highlight-removal nil (mapc (quote delete-overlay)

[Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-14 Thread Rainer Stengele
Am 14.12.2010 11:29, schrieb Sébastien Vauban: Hi, This seems new to me... #+begin_src emacs-lisp Debugger entered--Lisp error: (void-variable org-inhibit-highlight-removal) (if org-inhibit-highlight-removal nil (mapc (quote delete-overlay) org-occur-highlights) (setq

Re: [Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-14 Thread Christian Moe
I get the same bug. Manually evaluating the following sexp at the very start of org.el fixes it: : (defvar org-inhibit-highlight-removal nil) But I can't see any reason why that line would not be evaluated at startup?? CM On 12/14/10 12:32 PM, Rainer Stengele wrote: Am 14.12.2010 11:29,

[Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-14 Thread Rainer Stengele
Am 14.12.2010 13:08, schrieb Christian Moe: I get the same bug. Manually evaluating the following sexp at the very start of org.el fixes it: : (defvar org-inhibit-highlight-removal nil) But I can't see any reason why that line would not be evaluated at startup?? CM On 12/14/10

[Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-14 Thread Matt Lundin
Hi Rainer, Rainer Stengele rainer.steng...@diplan.de writes: Am 14.12.2010 13:08, schrieb Christian Moe: I get the same bug. Manually evaluating the following sexp at the very start of org.el fixes it: : (defvar org-inhibit-highlight-removal nil) But I can't see any reason why that