Jambunathan K writes: > Herbert Sitz writes: > >> I'm trying to see if there is a way to include comments on export, to >> show up as something like the comments boxes you see in MS Word. > > What is your target format? Is it org->odt->doc. If yes, then currently > there is no support for annotations/comments. It is doable. I needed an excuse for adding support for annotations. Exporting the below org will produce the attached odt/pdf files. Note that the pdf file is produced by LibreOffice pdf export. Annotations is a ODT only feature right now and will not work with other backends. #+TITLE: annotations.org #+AUTHOR: Jambunathan K #+EMAIL: kjambunathan@gmail.com #+DATE: 2011-10-29 Sat #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:dvipng skip:nil d:nil todo:t pri:nil tags:not-in-toc #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+XSLT: * Annotations There is an annotation by the original author here #+begin_annotation Do you see this annotation? #+end_annotation There is an annotation by a reviewer - "Someone else" - here. #+begin_annotation author "Someone else" date "<2011-10-22 Wed 15:43>" Yes I do. #+end_annotation > I did some investigation of it in some other context - inline tasks. You > can see some of my notes here: > > See the Footnotes section of - > http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg00357.html > > > > > --