Philipp Kiefer <phil.kie...@gmail.com> writes: > * =problem 1: (repeatedly press C-c C-p starting at the bottom of the file > until you get up here -> point jumps up towards 'Export options' before it > reaches this line - or the line below. Seems to be caused by the emphasis > used on this line plus the fact that this heading has subitems)=
I was unable to reproduce on main doing the following: 1. Put necessary config into /tmp/bug.el (setq org-emphasis-alist (quote ( ("*" bold) ("/" org-verbatim) ; ("/" italic) ; ("_" underline) ("_" (:strike-through t)) ("~" org-code) ; ("~" org-code verbatim) ("=" (:foreground "white" :background "dimgray")) ("+" (:foreground "white" :background "darkslateblue")) ; ("+" (:strike-through t)) ))) 2. cd /path/to/Org/git/main/branch 3. make repro REPRO_ARGS="-l /tmp/bug.el" 4. Open bugs illustrated and explained.org 5. Follow the instructions Using Emacs from master branch. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>