From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Niessen Subject: Re: Change folded headline symbol Date: Thu, 05 Feb 2015 12:36:55 +0100 Message-ID: <86a90sa8tk.fsf@example.com> References: <54D32FF5.4090104@thierry-pelle.eu> Mime-Version: 1.0 Content-Type: text/plain 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 Centre ML personnel wrote: > I wonder if it is possible, without a deep knowledge of emacs/org, to > change the "..." symbol used when headlines are folded into something > else ("--->" for instance)? Yes, it is! For example, that's what I have in my .emacs file [1] to get a black right-pointing pointer (if supported by the current font, as it is a UTF8 character): --8<---------------cut here---------------start------------->8--- ;; Improve display of the ellipsis. (set-face-attribute 'org-ellipsis nil :box '(:line-width 1 :color "#999999") :foreground "#999999" :background "#FFF8C0" :underline nil) ;; Ellipsis to use in the Org mode outline. (setq org-ellipsis (if (char-displayable-p ?\u25BA) " \u25BA" ; Black right-pointing pointer. 'org-ellipsis))) ; Face. --8<---------------cut here---------------end--------------->8--- Fabrice [1] https://github.com/fniessen/emacs-leuven -- Fabrice Niessen Leuven, Belgium http://www.pirilampo.org/