From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: GTD & LaTeX export Date: Mon, 10 Dec 2007 19:11:38 +0100 Message-ID: <8763z6ctd1.fsf@bzg.ath.cx> References: <20071209104253.09e3f8f4@gaura-nitai.dyndns.org> <3d6808890712100508j78df858ak6643b31e710626b8@mail.gmail.com> <3d6808890712100508x2162d684ua6c2c56ae59f7425@mail.gmail.com> <87fxyasjhw.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1n6j-0003gd-Rq for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 13:11:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1n6d-0003aS-Kk for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 13:11:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1n6d-0003aA-B8 for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 13:11:51 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1n6d-0001vN-5N for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 13:11:51 -0500 Received: by ug-out-1314.google.com with SMTP id a2so1811424ugf for ; Mon, 10 Dec 2007 10:11:49 -0800 (PST) In-Reply-To: (francois's message of "Mon, 10 Dec 2007 16:08:45 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org francois writes: > Bastien altern.org> writes: > >> I'm attaching the code from Christian Egli here again. >> Attachment (org2pocketMob.sh): text/x-sh, 3047 bytes > > But inputs are based from the diary file, and I use org.. how to tell > that the diary input has to be produced by org. To get the diary entries included in Org agendas: (setq org-agenda-include-diary t) See (info "(org)Weekly/Daily agenda") for details. To get the org agenda entries included in the diary: &%%(org-diary :scheduled :deadline :timestamp) HTH, -- Bastien