all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* multi letter agenda commands
@ 2015-10-11 16:00 Xebar Saram
  2015-10-11 16:04 ` Eric S Fraga
  2015-10-11 16:49 ` John Kitchin
  0 siblings, 2 replies; 6+ messages in thread
From: Xebar Saram @ 2015-10-11 16:00 UTC (permalink / raw)
  To: org mode

[-- Attachment #1: Type: text/plain, Size: 656 bytes --]

Hi all

im wondering if anyone knows a way (or if its possible at all) to have
multi letter agenda commands, for example

("fc" "to cook"  tags "Cuisine=\"American\""
          (
         (org-agenda-files '("~/org/files/agenda/food.org"))
    (org-agenda-sorting-strategy '(priority-down)) ;;  Sort by priority
where priority goes first.

)
)

("fa" "to cook"  tags "Cuisine=\"Asian\""
          (
         (org-agenda-files '("~/org/files/agenda/food.org"))
    (org-agenda-sorting-strategy '(priority-down)) ;;  Sort by priority
where priority goes first.

)
)

where i would press f then a or c to launch the appropriate agenda command

thx so much

Z

[-- Attachment #2: Type: text/html, Size: 1180 bytes --]

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

end of thread, other threads:[~2015-10-21 21:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11 16:00 multi letter agenda commands Xebar Saram
2015-10-11 16:04 ` Eric S Fraga
2015-10-11 16:49 ` John Kitchin
2015-10-11 17:34   ` Xebar Saram
2015-10-11 22:17     ` Subhan Michael Tindall
2015-10-21 21:28       ` Matt Lundin

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.