emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Fabrice Niessen <fni-news-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: Change folded headline symbol
Date: Thu, 05 Feb 2015 12:36:55 +0100	[thread overview]
Message-ID: <86a90sa8tk.fsf@example.com> (raw)
In-Reply-To: 54D32FF5.4090104@thierry-pelle.eu

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/

      reply	other threads:[~2015-02-05 11:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-05  8:55 Change folded headline symbol Centre ML personnel
2015-02-05 11:36 ` Fabrice Niessen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86a90sa8tk.fsf@example.com \
    --to=fni-news-ta4hmop+1whrz44/dzwexq@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).