Re: whitespace in org source files

2021-11-13 Thread Juan Manuel Macías
Hi, excalamus--- via "General discussions about Org-mode." writes: > I've not used the email contribution style before and have had > whitespace issues in the past with GitHub PRs.  I typically run > whitespace-cleanup with the before-save-hook which changes tabs to > spaces. I agree with Tim

Re: execute src block during export (Re: Worg HTML export problem?)

2021-11-13 Thread Max Nikulin
On 12/11/2021 23:55, Thomas S. Dye wrote: Max Nikulin writes: On 12/11/2021 00:24, Thomas S. Dye wrote: The original problem is likely due to the default header arguments in ob-org.el, which are unusual. It is great that the problem is solved. I do not think however that something inside

Re: [BUG] Keep getting warning when saving org file org-element--cache: (save-buffer) Cached element is incorrect

2021-11-13 Thread Ihor Radchenko
Yu Shen writes: > Subject: [BUG] Keep getting warning when saving org file > org-element--cache: (save-buffer) Cached element is incorrect in > 2021095727-cs61a_scheme_interpreter_beyond_calculator.org. (Cache tic > up to date: "yes") Resetting. [9.6 (9.6-??-2e783 @ >

Re: after installing python3.6 on Ubuntu 16.04, org files open with errors

2021-11-13 Thread Uwe Brauer
>>> "MS" == Martin Schöön writes: > I learned the hard way not to mix distro installed Python with pip > installed Python. I now always use "pip install --user > " to keep things sane. Right, I installed python3.6 from a ppa, and that increased the mess. I uninstalled python3.6, also had to

Re: [BUG] Tables with square brackets do not compile in PDF (latex) export [9.5 (release_9.5-59-g52e6f1 @ /home/sjt015/repo/emacs/lisp/org/)]

2021-11-13 Thread Max Nikulin
On 10/11/2021 23:16, Stewart Thomas wrote: A table in which a first column begins with square brackets is not compiling. The square bracket is interpreted by latex as an argument to the preceding line break. Confirmed Thank you for reporting the issue. Example of a workaround >8

Re: Bug: org-no-popups disregards display-buffer-fallback-action 9.4.6

2021-11-13 Thread Max Nikulin
On 10/11/2021 14:50, Jan Seeger wrote: I'm trying to make multi-frame emacsing nicer, and I encountered what I consider a bug with the `org-no-popups` macro in `org-macs.el`. `org-no-popups` tries to surpress the creation of new frames via setting `pop-up-frames` and `display-buffer-alist` to

Re: after installing python3.6 on Ubuntu 16.04, org files open with errors

2021-11-13 Thread Max Nikulin
On 13/11/2021 09:22, Tim Cross wrote: Uwe Brauer writes: Given that Ubuntu 16.04 was end of life in April 2021, my recommendation would be to upgrade to ubuntu 21.04. I would not recommend a release with end of support in January 2022 to a person who is trying to avoid upgrading despite

Re: [BUG] Citations: Locator treated as prefix [9.5 (release_9.5-225-g494c20 @ /home/quintus/.emacs.d/org-mode/lisp/)]

2021-11-13 Thread M . ‘quintus’ Gülker
Am Freitag, dem 12. November 2021 schrieb Nicolas Goaziou: > Indeed. I forgot to say you also need to re-evaluate > ‘org-cite-csl--label-regexp’ definition (in "oc-csl.el"), in order to > refresh the locator regexp matched against. Ah, I see. Indeed, re-evaluating that definition after amending

Re: after installing python3.6 on Ubuntu 16.04, org files open with errors

2021-11-13 Thread Martin Schöön
I learned the hard way not to mix distro installed Python with pip installed Python. I now always use "pip install --user " to keep things sane. /Martin On Sat, 13 Nov 2021 at 03:29, Tim Cross wrote: > > Uwe Brauer writes: > > > Hi > > > > I am running Ubuntu 16.04 and I installed python3.6

Re: after installing python3.6 on Ubuntu 16.04, org files open with errors

2021-11-13 Thread Uwe Brauer
> Uwe Brauer writes: > The whole transition from v2.x to v3.x for python has been a terrible > mess. Version issues are the most frustrating aspect of Python and one > reason I've never embraced the language. > Given that Ubuntu 16.04 was end of life in April 2021, my recommendation > would

Re: after installing python3.6 on Ubuntu 16.04, org files open with errors

2021-11-13 Thread Uwe Brauer
>>> "MN" == Max Nikulin writes: > On 13/11/2021 09:22, Tim Cross wrote: >> Uwe Brauer writes: >> Given that Ubuntu 16.04 was end of life in April 2021, my >> recommendation >> would be to upgrade to ubuntu 21.04. > I would not recommend a release with end of support in January 2022 to > a

Re: Bug: org-no-popups disregards display-buffer-fallback-action [9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20210920/)]

2021-11-13 Thread Ihor Radchenko
dal-bla...@onenetbeyond.org writes: > I just inspected the git version. > > Is the macro 'org-no-popups' setting _'pop-up-windows' to nil_ and is > only used by 'org-switch-to-buffer-other-window' that call > 'switch-to-buffer-other-window' which in turn, > set _'pop-up-windows' to t_ ? > > Also

Re: after installing python3.6 on Ubuntu 16.04, org files open with errors

2021-11-13 Thread Tim Cross
Uwe Brauer writes: > [[S/MIME Signed Part:Undecided]] > >> Uwe Brauer writes: > > >> The whole transition from v2.x to v3.x for python has been a terrible >> mess. Version issues are the most frustrating aspect of Python and one >> reason I've never embraced the language. > >> Given that

Re: [BUG] org-agenda-get-scheduled in 2e99997 ignores org-todo-keywords [9.5 (release_9.5 @ /home/ning/.emacs.d/.local/straight/build-27.1/org-mode/)]

2021-11-13 Thread Ihor Radchenko
Ning Yuan writes: > A few days ago I updated org-mode to the latest available commit, > "9.6-??-2e7". > After this update, tasks which were closed by my custom "CANCELLED" > keyword, defined in org-todo-keywords, appeared in my org-agenda as if > they were still open. > I believe

[Feature Request] Support org-link-abbrev-alist for clickable image links

2021-11-13 Thread mail
Org mode supports clickable images in the following form: [[https://orgmode.org][file:/tmp/org-mode-logo.png]] This is also displayed by =org-display-inline-images= as the second case: #+begin_quote An inline image is a link which follows either of these conventions: 1. Its path is a file

[BUG] org-agenda-get-scheduled in 2e99997 ignores org-todo-keywords [9.5 (release_9.5 @ /home/ning/.emacs.d/.local/straight/build-27.1/org-mode/)]

2021-11-13 Thread Ning Yuan
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.

Re: Bug: org-no-popups disregards display-buffer-fallback-action [9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20210920/)]

2021-11-13 Thread dal-blazej
I just inspected the git version. Is the macro 'org-no-popups' setting _'pop-up-windows' to nil_ and is only used by 'org-switch-to-buffer-other-window' that call 'switch-to-buffer-other-window' which in turn, set _'pop-up-windows' to t_ ? Also 'pop-up-windows', 'pop-up-frame' are announced

Re: Weird gap in agenda mode-line

2021-11-13 Thread Carlos Pita
Hi Igor, Have you checked that there is no extra space (I mean with the default bg face) as in the attached image? I've checked this now again with org main branch and emacs master branch and the gap is still there. Best regards, Carlos

Re: Weird gap in agenda mode-line

2021-11-13 Thread Ihor Radchenko
Carlos Pita writes: > Hi Igor, > > Have you checked that there is no extra space (I mean with the default > bg face) as in the attached image? > > I've checked this now again with org main branch and emacs master > branch and the gap is still there. The extra space was there. However, it should

Re: C-c C-* causes "org-element--cache: Unregistered buffer modifications detected."

2021-11-13 Thread Ihor Radchenko
Ihor Radchenko writes: > Confirmed > However, I can only trigger the warning up to Emacs 27. Emacs 28 and > later has no issue. > > Need to investigate further. Fixed via c3f457375. This is another case when Emacs internals (replace-match) increase buffer-chars-modified-tick. Eventually, this

Re: Weird gap in agenda mode-line

2021-11-13 Thread Ihor Radchenko
Carlos Pita writes: > Hi all, > > in the *Org Agenda* buffer mode-line I'm seeing a weird gap that I > can't remember whether it was before or not. > ... > org-mode version: 9.5, release_9.5-68-g77e2ec (emacs-28 branch) I am unable to reproduce Best, Ihor

Re: table and Cyrillic characters: org-element--cache: Unregistered buffer modifications detected. Resetting

2021-11-13 Thread Ihor Radchenko
Ihor Radchenko writes: > Confirmed Fixed I tried to change buffer-chars-modified-tick to buffer-hash, but it is too slow. After discussion with Emacs devs [1], we found some heuristics that can filter away this particular case. Fixed on main via d8606c316. [1]