From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Marking/highlighting text temporarily Date: Sat, 25 Apr 2015 15:47:37 +0800 Message-ID: <87iockmyxy.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]:55250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ylupu-0000vP-Su for emacs-orgmode@gnu.org; Sat, 25 Apr 2015 03:49:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ylupr-0003gh-LT for emacs-orgmode@gnu.org; Sat, 25 Apr 2015 03:49:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:57071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ylupr-0003gN-EK for emacs-orgmode@gnu.org; Sat, 25 Apr 2015 03:49:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YlupA-0007a1-TJ for emacs-orgmode@gnu.org; Sat, 25 Apr 2015 09:48:29 +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 09:48:28 +0200 Received: from eric by 123.123.16.93 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Apr 2015 09:48:28 +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 Vikas Rawal writes: > On 25-Apr-2015, at 6:22 am, John Kitchin > wrote: > > 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. > > Nice. One small issue is that when I highlight a text and add comment > to it, and then delete the comment, one space following the last word > is removed. > > Also, it would be good to make the comment stand out in LaTeX (and > other) exports, preferably by pushing it to the margin (so it does not > move everything else). Hang on a bit, I'm wasting my afternoon expanding this... Eric