[BUG] Emacs tries to recenter / rescroll when it hits hidden org emphasis [9.4.6 (9.4.6-798-g738759.dirty-elpaplus @ .emacs.d/elpa/develop/org-plus-contrib-20210929/)]

2022-01-07 Thread Chris Findeisen
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

coq related error when exporting to latex.

2022-01-07 Thread aby
i get the following error when i try to export to latex: org-babel-coq-initiate-session: ‘run-coq’ not defined, load coq-inferior.el i've searched for the error on the internet, found out that the file "coq-inferior.el" exists:

Re: Cannot set invisible text property

2022-01-07 Thread John Kitchin
Maybe try this instead (you added the symbol as a list, not just a symbol): 123 #+BEGIN_SRC emacs-lisp (add-text-properties 1 3 '(invisible hide-this-stuff)) (add-to-invisibility-spec 'hide-this-stuff) #+END_SRC #+RESULTS: : (hide-this-stuff (org-hide-block . t) (org-link) (outline . t) t)

Re: Feedback on Emacs-Jupyter

2022-01-07 Thread Nathaniel Nicandro
> Let me echo others’ comments by saying how much I appreciate your work > on emacs-jupyter. I use the package daily in my work and it’s been > really fantastic. Thank you very, very much for your huge efforts and > time investment in creating and maintaining this package. Your welcome, I've

coq related error when exporting to latex.

2022-01-07 Thread abdullah uyu
i get the following error when i try to export to latex: org-babel-coq-initiate-session: ‘run-coq’ not defined, load coq-inferior.el i've searched for the error on the internet, found out that the file "coq-inferior.el" exists:

Re: [PATCH] ob-shell-test, test-ob-shell and introduction

2022-01-07 Thread Max Nikulin
On 06/01/2022 10:47, Matt wrote: > - In your examples variable values are simple. Often it is safer to add > double quotes around variable or command expansion. I would consider > adding quotes just to encourage people to do the same by default with I appreciate these clarifications.

Re: A simple Lua filter for Pandoc

2022-01-07 Thread Juan Manuel Macías
Max Nikulin writes: > Form my point of view it is not worse than "\slash{}" entities. Yes, I also use macros a lot, especially for more complex constructions. Macros, entities and other tricks have their pros and cons, but they allow me to have a certain group of characters under control. >>

Re: [PATCH] make test: Make failure results more verbose

2022-01-07 Thread Ihor Radchenko
Max Nikulin writes: > Ihor, are there examples of new error reports in mail lists, blogs, etc? > I am not motivated enough to try development version of emacs, but my > impression that current error log looks like rectangles of garbage. Yeah, I should have attached examples to the original

Re: A simple Lua filter for Pandoc

2022-01-07 Thread Max Nikulin
On 06/01/2022 00:08, Juan Manuel Macías wrote: Max Nikulin writes: It seems, lightweight markup is more annoyance than advantage for you. Tom posted some thoughts on more rigorous syntax in the following message: It's generally the opposite: working in Org is a pleasant journey for me...

Re: [BUG] Setting org-map-continue from to avoid skipping headings while archiving no longer works [9.5.2 (9.5.2-gd01235 @ /home/john/.emacs.d/straight/build/org/)]

2022-01-07 Thread Ihor Radchenko
John Mathena writes: > * TODO A > * TODO B > * DONE C > > ...Emacs will hang, locking up until you "C-g". This minimal example > was confirmed on Emacs 29.0.50 and Org 9.5.2-gb8656a (and I'd Thanks for reporting! This was a problem on Org side. Should be fixed now. > Again, I'd totally

Re: [PATCH] Fix FAQ entry about mailto links.

2022-01-07 Thread Max Nikulin
On 07/01/2022 01:34, Robert Goldman wrote: The old entry referred to the variable =org-link-mailto-program= which was removed from org-mode almost eight years ago!  See org-mode commit b9f2e17f07faf01109fc6f7f1eb5a34e0f97eafb Unfortunately FAQ has a lot of obsolete recipes. Generally it is