|
From: | Sebastien Vauban |
Subject: | Re: [O] Problem with org-agenda-clockreport-mode and tag-filtered view in agenda |
Date: | Wed, 26 Nov 2014 20:17:12 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) |
Benoit Bidoggia wrote: > Thanks for the piece of advice. I'll do that asap. > I first need though to configure for the git version (now I'm using the > emacs package version). The following should do it -- if place right at the start of your .emacs file (before any ELPA package initialization). --8<---------------cut here---------------start------------->8--- (add-to-list 'load-path "/path/to/org-mode/lisp") ; <--- update! ;; getting started (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)\\'" . org-mode)) (require 'org-loaddefs) --8<---------------cut here---------------end--------------->8--- > I'll post on the list again when I find the problematic commit. Good. Best regards, Seb -- Sebastien Vauban
[Prev in Thread] | Current Thread | [Next in Thread] |