From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: multi letter agenda commands Date: Sun, 11 Oct 2015 19:00:12 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1147ffc6ce3b670521d64e42 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlJ2k-0003Mq-Ci for emacs-orgmode@gnu.org; Sun, 11 Oct 2015 12:00:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlJ2j-0006zN-6F for emacs-orgmode@gnu.org; Sun, 11 Oct 2015 12:00:14 -0400 Received: from mail-yk0-x22d.google.com ([2607:f8b0:4002:c07::22d]:35576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlJ2j-0006zG-1b for emacs-orgmode@gnu.org; Sun, 11 Oct 2015 12:00:13 -0400 Received: by ykec126 with SMTP id c126so79972372yke.2 for ; Sun, 11 Oct 2015 09:00:12 -0700 (PDT) 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org mode --001a1147ffc6ce3b670521d64e42 Content-Type: text/plain; charset=UTF-8 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 --001a1147ffc6ce3b670521d64e42 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all

im wondering if anyone knows a w= ay (or if its possible at all) to have multi letter agenda commands, for ex= ample

("fc" "to cook" =C2= =A0tags "Cuisine=3D\"American\""
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 (
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(org= -agenda-files '("~/org/files/agenda/fo= od.org"))=C2=A0
=C2=A0 =C2=A0 (org-agenda-sorting-strate= gy '(priority-down)) ;; =C2=A0Sort by priority where priority goes firs= t.

)
)

("fa" "to cook" =C2=A0tags "Cuisine=3D\"As= ian\""
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(org-agenda-files '("~/org/files= /agenda/food.org"))=C2=A0
= =C2=A0 =C2=A0 (org-agenda-sorting-strategy '(priority-down)) ;; =C2=A0S= ort by priority where priority goes first.

)
=
)

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

thx so much<= /div>

Z
--001a1147ffc6ce3b670521d64e42--