From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: advice: how to export a list without exporting all entries Date: Thu, 24 Mar 2011 20:45:13 +0000 Message-ID: <877hbo5jty.fsf@ucl.ac.uk> References: <87ipvcvnoo.fsf@ucl.ac.uk> <5E6F4851-F46B-42DB-9260-320244D45A77@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=41808 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2rPT-0007SJ-Qs for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 16:45:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2rPR-0005YB-Qj for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 16:45:35 -0400 Received: from vscane-a2.ucl.ac.uk ([144.82.108.42]:53425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2rPR-0005XS-LB for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 16:45:33 -0400 In-Reply-To: <5E6F4851-F46B-42DB-9260-320244D45A77@gmail.com> (Carsten Dominik's message of "Thu, 24 Mar 2011 16:19:23 +0100") 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: Carsten Dominik Cc: Emacs Org mode mailing list Carsten, one question about your workflow. I've actually implemented much of what you have suggested but I am having one problem: Carsten Dominik writes: [...] > 3. I am not using an ordered list for the action items. Instead, I > give them explicit numbers, in the sequence in which I am defining > the actions. I am using some custom code (see end of this mail) to > create these actions with unique numbers. Running > `M-x org-maction-new-action' (this is `C-c n' in my setup) will > insert a new action that looks like this: > > ** TODO Action #2: :#2: This is fine except that #x tags don't work in latex export! Obviously, you must not export to latex. The # is not escaped when it is in a tag although it is within the headline. My immediate easy solution is to change the tag prefix (A) but I wonder if this is a bug in the latex export? In any case, I'm liking this solution to my minutes+actions problem. Thanks again, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.5 (release_7.5.113.g9010a.dirty)