From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: annotations (not the remember kind) Date: Fri, 30 May 2008 22:31:05 +0100 Message-ID: <20080530213105.GB16661@atlantic.linksys.moosehall> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2CBr-00079z-Jz for emacs-orgmode@gnu.org; Fri, 30 May 2008 17:31:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2CBq-00078d-2r for emacs-orgmode@gnu.org; Fri, 30 May 2008 17:31:10 -0400 Received: from [199.232.76.173] (port=37116 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2CBq-00078Z-12 for emacs-orgmode@gnu.org; Fri, 30 May 2008 17:31:10 -0400 Received: from mail.beimborn.com ([70.84.38.100]:60317) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K2CBp-0000ph-Rt for emacs-orgmode@gnu.org; Fri, 30 May 2008 17:31:10 -0400 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m4ULV8dG032128 for ; Fri, 30 May 2008 16:31:08 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m4ULV8kE032121 for emacs-orgmode@gnu.org; Fri, 30 May 2008 22:31:08 +0100 Content-Disposition: inline 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: org-mode mailing list I have a straight-forward text document that I would like to export as HTML, but I would also like to add my own annotations to various bits of it, so that they end up something like this:
This bit still needs some work. Adam
Is this easily achievable using any existing org functionality? I couldn't think of anything obvious other than embedding raw HTML. It would be really cool if it could be attained starting from something like * Sample headline. ** This is the bit that's going to be annotated *** ANNOTATION This bit still needs some work. :Adam: or similar.