emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: interleaving comment between rows of a table?


From: Juan Manuel Macías
Subject: Re: interleaving comment between rows of a table?
Date: Mon, 07 Mar 2022 15:54:17 +0000

Hi Greg,

Greg Minshall writes:

> i don't remember anybody asking about this.
>
> i'd sometimes find it useful to be able to interleave comments -- using
> (almost) whatever syntax -- between rows in an org-mode table.
> (normally, this would be to provide context/rationale for the subsequent
> row(s).)

I find the annotate package useful for inserting comments and
annotations in "difficult" places. I find annotations in the margin (as
overlays) intrusive, so I have set this variable, so that the
annotations appear only in the echo area and as a tooltip:

(setq annotate-use-echo-area t)

See this screenshot: https://i.imgur.com/koKYL0K.png

Other possible settings for annotate:

(set-face-attribute 'annotate-highlight nil :foreground "chocolate" :background 
nil :underline nil)

(set-face-attribute 'annotate-highlight-secondary nil :foreground "chocolate" 
:background nil :underline nil)

(setq annotate-file "path/to/my/annotate/file")

Best regards,

Juan Manuel 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]