emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Timeline view as a custom agenda command


From: Sebastien Vauban
Subject: [O] Timeline view as a custom agenda command
Date: Wed, 12 Sep 2012 14:43:40 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (windows-nt)

Hello,

I'd like to get the timeline view as an agenda custom command, because I'd
like reports to be automated for a particular Org file (eventually with its
contents exported to HTML, for example).

Though, such trials fail ("Invalid custom agenda command type timeline"):

#+begin_src emacs-lisp
  (add-to-list 'org-agenda-custom-commands
               '("A"
                 timeline ""
                 ;; ... specify on which file
  ))
#+end_src

I guess it's because the concept of "current buffer" is not expressable as is?

Though, is there a workaround for this to work?

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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