From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: full production use of org-mode: time to say thanks again! Date: Sun, 10 Oct 2010 19:01:17 +0100 Message-ID: <87bp720vwy.wl%ucecesf@ucl.ac.uk> References: <87r5fzk5j5.wl%ucecesf@ucl.ac.uk> <20EA118D-E909-47F4-AEF8-8B1B929F5601@gmail.com> <87eibzfgia.wl%n.goaziou@gmail.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Sun_Oct_10_19:01:17_2010-1" Return-path: Received: from [140.186.70.92] (port=56220 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P50EX-0005TU-9U for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 14:02:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P50D5-0000tu-3L for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 14:01:24 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:56856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P50D4-0000tq-Uj for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 14:01:23 -0400 In-Reply-To: <87eibzfgia.wl%n.goaziou@gmail.com> 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: Nicolas Goaziou Cc: org-mode mailing list , Carsten Dominik --Multipart_Sun_Oct_10_19:01:17_2010-1 Content-Type: text/plain; charset=US-ASCII On Sat, 09 Oct 2010 19:00:29 +0200, Nicolas Goaziou wrote: > > Hello, > > >>>>> Carsten Dominik writes: > > > On Oct 9, 2010, at 12:46 PM, Eric S Fraga wrote: > > >> Footnotes: [1] If I have one niggle to report it is that indenting > >> text after an in-line todo doesn't seem to work properly: it > >> indents any subsequent paragraphs much too far, lining up with the > >> headline text for the in-line todo. This seems conceptually wrong > >> to me. Not a big deal, mind you. > > > This is clearly a bug. Nicolas, could you be persuaded to have a > > look at that? You have worked on the indentation code reently in > > connection with the plain lists. > > I can have a look at it, but I would need an example to work on as I > never use "inline todo". I don't want to sound too lazy, but could > Eric provide a minimal example to get me started ? > > Regards, > > -- Nicolas Gladly. Attached is a very small example, self-documented! --Multipart_Sun_Oct_10_19:01:17_2010-1 Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment Content-Transfer-Encoding: 7bit # -*- mode: org; mode: auto-fill; -*- #+TITLE: test.org #+AUTHOR: Eric S Fraga #+EMAIL: e.fraga@ucl.ac.uk #+DATE: 2010.10.10 19:00:34 #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:nil tags:not-in-toc #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+DRAWERS: HIDDEN hidden extra details #+STARTUP: lognotedone lognoteclock-out #+ STARTUP: indent * Introduction The introduction, most obviously introduces material in an introductory manner. ***************************** TODO Remember to expand this section ***************************** END The following text is indented to line up with the in-line todo heading which it should not be. The whole point of an in-line todo is that it is not meant to disrupt the flow of the rest of the document. --Multipart_Sun_Oct_10_19:01:17_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Sun_Oct_10_19:01:17_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Sun_Oct_10_19:01:17_2010-1--