* custom ellipsis is underlined after package-initialize
@ 2017-06-26 23:37 Michael Ax
0 siblings, 0 replies; only message in thread
From: Michael Ax @ 2017-06-26 23:37 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 666 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 1288 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-26 23:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-26 23:37 custom ellipsis is underlined after package-initialize Michael Ax
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).