From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: TODO DONE strikethrough Date: Mon, 09 Aug 2010 13:02:51 +0200 Message-ID: <87r5i8nj50.fsf@mundaneum.com> References: <20100809101549.GB20117@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Mash, 'Mash wrote: > I could not (re)find a reference I saw a while back about setting DONE TO= DO > 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 --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode