From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: Re: Problem with org-agenda-clockreport-mode and tag-filtered view in agenda Date: Wed, 26 Nov 2014 20:17:12 +0100 Message-ID: <86h9xlrcuf.fsf@example.com> References: <86mw7egxhz.fsf@example.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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