From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Using orgmode to take "inline notes" for research Date: Thu, 07 Apr 2011 14:39:10 +0200 Message-ID: <87fwpu5j81.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=42918 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7oUY-0000qw-4w for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 08:39:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7oUX-0008PU-08 for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 08:39:17 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:50929) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7oUW-0008PI-S3 for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 08:39:16 -0400 Received: by wwb39 with SMTP id 39so2536232wwb.30 for ; Thu, 07 Apr 2011 05:39:15 -0700 (PDT) In-Reply-To: (Jeff Horn's message of "Thu, 7 Apr 2011 00:19:22 -0400") 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: Jeff Horn Cc: emacs-orgmode Hello, Jeff Horn writes: > AFAIK, "inline-tasks" don't have to have headlines. For instance: > > ,----[ org-inlinetask example ] > | *************** NOTES > | Test note with a headline word. > | *************** END > | > | *************** > | Test note with blank headline. > | *************** END > `---- > > exports to ASCII as: > > ,----[ ASCII export ] > | -- NOTES > | =C2=A6 Test note with a headline word. > | > | -- > | =C2=A6 Test note with blank headline. > `---- Some regexps used in org-inlinetask.el require a space and something after the stars. It _may_ work without them, but I think that's asking for trouble. Regards, --=20 Nicolas Goaziou