From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: advice: how to export a list without exporting all entries Date: Thu, 24 Mar 2011 22:00:49 +0100 Message-ID: References: <87ipvcvnoo.fsf@ucl.ac.uk> <5E6F4851-F46B-42DB-9260-320244D45A77@gmail.com> <877hbo5jty.fsf@ucl.ac.uk> Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=40918 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2reH-0007o0-KQ for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 17:00:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2reG-00088y-PT for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 17:00:53 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:65366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2reG-00088q-IL for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 17:00:52 -0400 Received: by ewy9 with SMTP id 9so307469ewy.0 for ; Thu, 24 Mar 2011 14:00:51 -0700 (PDT) In-Reply-To: <877hbo5jty.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: Emacs Org mode mailing list On 24.3.2011, at 21:45, Eric S Fraga wrote: > 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? Yes, apparently this is a problem in LaTeX export. > > In any case, I'm liking this solution to my minutes+actions problem. This is good to hear! - Carsten