From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Marking/highlighting text temporarily Date: Sat, 25 Apr 2015 09:34:45 +0800 Message-ID: <87egn9vvm2.fsf@ericabrahamsen.net> References: <87a8xyrn39.fsf@pinto.chemeng.ucl.ac.uk> <87bnieufde.fsf@mbork.pl> <87zj5xewsp.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ylozr-00019Z-3m for emacs-orgmode@gnu.org; Fri, 24 Apr 2015 21:35:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ylozn-00033Q-UW for emacs-orgmode@gnu.org; Fri, 24 Apr 2015 21:35:07 -0400 Received: from plane.gmane.org ([80.91.229.3]:46315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ylozn-000322-Op for emacs-orgmode@gnu.org; Fri, 24 Apr 2015 21:35:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ylozi-0002i2-BS for emacs-orgmode@gnu.org; Sat, 25 Apr 2015 03:34:58 +0200 Received: from 123.123.16.93 ([123.123.16.93]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Apr 2015 03:34:58 +0200 Received: from eric by 123.123.16.93 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Apr 2015 03:34:58 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org John Kitchin writes: > Inspired by this conversation, I hacked up this functional comment > link: > > http://kitchingroup.cheme.cmu.edu/blog/2015/04/24/Commenting-in-org-files/ > > > It has a custom link type that exports in html and latex, and when you > click on it, it asks if you want to delete the comment. > > John Awesome! I was half expecting to get around to this myself, half hoping someone else would do it :) I've saved the code, and am already using it in a new short story translation. If I come up with any substantial improvements, I'll mention them here. Thanks very much! Eric