all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Timeline view as a custom agenda command
@ 2012-09-12 12:43 Sebastien Vauban
  2012-09-13  8:23 ` Invalid custom agenda command type timeline Sebastien Vauban
  2012-09-18  7:43 ` Timeline view as a custom agenda command Bastien
  0 siblings, 2 replies; 3+ messages in thread
From: Sebastien Vauban @ 2012-09-12 12:43 UTC (permalink / raw
  To: emacs-orgmode-mXXj517/zsQ

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

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

end of thread, other threads:[~2012-09-18 10:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12 12:43 Timeline view as a custom agenda command Sebastien Vauban
2012-09-13  8:23 ` Invalid custom agenda command type timeline Sebastien Vauban
2012-09-18  7:43 ` Timeline view as a custom agenda command Bastien

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.