emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] custom ellipsis is underlined after package-initialize


From: Michael Ax
Subject: [O] custom ellipsis is underlined after package-initialize
Date: Tue, 27 Jun 2017 01:37:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1

Here's the smallest example I could come up with for a rendering problem i don't know how to debug:

using tmp.org=

* asd
** def

and tmp.el=

(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(package-initialize)
(setq package-enable-at-startup nil)
(setq org-ellipsis "…")
(find-file "tmp.org")

then starting from the shell:

emacs -Q --debug-init --load tmp.el tmp.org tmp.el

i get a nicely split frame with an org buffer that has an underlined ellipsis.
removing package-initialize from tmp.el and starting again fixes this.
am wondering how to debug or better define the issue.

m






reply via email to

[Prev in Thread] Current Thread [Next in Thread]