Hi Mash, 'Mash wrote: > I could not (re)find a reference I saw a while back about setting DONE TODO > items with a strikethrough. > > Can anyone remember how to set this?
Customize the face `org-done' to be something like this: --8<---------------cut here---------------start------------->8--- (org-done ((t (:foreground "green3" :weight bold :strike-through t)))) --8<---------------cut here---------------end--------------->8--- (extract from my color-theme; can be done using the `customize-face' interface) Best regards, Seb -- Sébastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
