emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'
@ 2010-12-14 10:29 Sébastien Vauban
  2010-12-14 11:32 ` Rainer Stengele
  2010-12-14 11:40 ` Matt Lundin
  0 siblings, 2 replies; 6+ messages in thread
From: Sébastien Vauban @ 2010-12-14 10:29 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

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 org-occur-highlights nil) (setq org-occur-parameters nil) (unless noremove (remove-hook ... ... ...)))
  (unless org-inhibit-highlight-removal (mapc (quote delete-overlay) org-occur-highlights) (setq org-occur-highlights nil) (setq org-occur-parameters nil) (unless noremove (remove-hook ... ... ...)))
  org-remove-occur-highlights(nil nil t)
  (if keep-previous nil (org-remove-occur-highlights nil nil t))
  (unless keep-previous (org-remove-occur-highlights nil nil t))
  org-occur("some-string" nil)
  call-interactively(org-occur)
  (cond ((equal ans 100) (call-interactively ...)) ((equal ans 98) (call-interactively ...)) ((equal ans 97) (call-interactively ...)) ((equal ans 116) (org-show-todo-tree nil)) ((equal ans 84) (org-show-todo-tree ...)) ((member ans ...) (call-interactively ...)) ((member ans ...) (setq kwd ...) (setq value ...) (unless ... ...) (org-match-sparse-tree arg ...)) ((member ans ...) (call-interactively ...)) (t (error "No such sparse tree command \"%c\"" ans)))
  (let (ans kwd value) (message "Sparse tree: [r]egexp [/]regexp [t]odo [T]odo-kwd [m]atch [p]roperty\n             [d]eadlines [b]efore-date [a]fter-date") (setq ans (read-char-exclusive)) (cond (... ...) (... ...) (... ...) (... ...) (... ...) (... ...) (... ... ... ... ...) (... ...) (t ...)))
  org-sparse-tree(nil)
  call-interactively(org-sparse-tree nil nil)
#+end_src

My Org-mode version: 7.4 (release_7.4.24.g48b11)

Best regards,
  Seb

-- 
Sébastien Vauban


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-12-14 12:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-14 10:29 Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /' Sébastien Vauban
2010-12-14 11:32 ` Rainer Stengele
2010-12-14 12:08   ` Christian Moe
2010-12-14 12:23     ` Rainer Stengele
2010-12-14 12:33       ` Matt Lundin
2010-12-14 11:40 ` Matt Lundin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).