From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: No Brackets in TODO keywords? Date: Wed, 29 Jun 2011 14:39:37 +0200 Message-ID: <80sjqsizg6.fsf@somewhere.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Marcus, Marcus Klemm wrote: > For visual reasons I'd like to have TODO keywords in brackets, like [TODO], > [DONE] etc. Unfortunately, orgmode does not allow me to do that. You can have approaching effects using boxes to surround the TODO keywords. For example: --8<---------------cut here---------------start------------->8--- (org-todo ((t (:weight bold :box (:line-width 1 :color "red3") :foreground "white" :background "#FF5555")))) --8<---------------cut here---------------end--------------->8--- in my color theme Leuven (see http://orgmode.org/worg/color-themes/color-theme-leuven.el). Best regards, Seb -- Sebastien Vauban