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: Mon, 28 Mar 2011 20:46:14 +0200 Message-ID: <61DF35F1-EC77-44DA-9471-D434DCC16CE3@gmail.com> 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 v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53355 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4HSG-0002HI-49 for emacs-orgmode@gnu.org; Mon, 28 Mar 2011 14:46:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4HSE-0006dF-SL for emacs-orgmode@gnu.org; Mon, 28 Mar 2011 14:46:19 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:51496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4HSE-0006dA-Kh for emacs-orgmode@gnu.org; Mon, 28 Mar 2011 14:46:18 -0400 Received: by eyd9 with SMTP id 9so918892eyd.0 for ; Mon, 28 Mar 2011 11:46:17 -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! I have fixed the LaTeX exporter to take care of this issue. - Carsten