From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Marking/highlighting text temporarily Date: Fri, 24 Apr 2015 08:40:10 +0100 Message-ID: <87a8xyrn39.fsf@pinto.chemeng.ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlYDk-0007EI-PV for emacs-orgmode@gnu.org; Fri, 24 Apr 2015 03:40:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlYDg-0006pe-Ls for emacs-orgmode@gnu.org; Fri, 24 Apr 2015 03:40:20 -0400 Received: from mail-am1on0115.outbound.protection.outlook.com ([157.56.112.115]:65403 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlYDg-0006pS-E7 for emacs-orgmode@gnu.org; Fri, 24 Apr 2015 03:40:16 -0400 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: Vikas Rawal Cc: org-mode mailing list On Friday, 24 Apr 2015 at 11:49, Vikas Rawal wrote: > I am revising a long book manuscript, and would like to mark parts of > text (not just the headlines) just to remind myself that these need to > be dealt with. > > What could be an the easy way of doing it? I use inline tasks for this. If you are exporting to PDF via LaTeX, the following LaTeX definition for inline tasks is quite useful: #+begin_src emacs-lisp (setq org-inlinetask-export-templates '((latex "%s\\footnote{%s\\\\ %s}\\marginpar{\\fbox{\\thefootnote}}" '((unless (eq todo "") (format "\\fbox{\\textsc{%s%s}}" todo priority)) heading content)))) #+end_src This uses footnotes to put the task information into the document and uses a little margin note to indicate that a TODO task is present in the text. I've removed the templates for other export targets from this variable to keep the email short. HTH, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-951-g2f58e3