Re: [BUG] unregistered buffer warning when saving buffer in org src block [9.6 (9.6-??-dbd192bbc @ /Users/sfq/.my.emacs.d/doom-emacs/.emacs.d/.local/straight/build-27.2/org/)]

2021-11-08 Thread Ihor Radchenko
时芳泉 writes: > This warning appears when saving a org mode buffer if the poly-org mode is > enabled and the cursor is in a source block. I have an idea what may be happening. Can you check the value of after-change-functions variable when cursor is inside and outside a source block? Best, Ihor

[BUG] unregistered buffer warning when saving buffer in org src block [9.6 (9.6-??-dbd192bbc @ /Users/sfq/.my.emacs.d/doom-emacs/.emacs.d/.local/straight/build-27.2/org/)]

2021-11-08 Thread 时芳泉
This warning appears when saving a org mode buffer if the poly-org mode is enabled and the cursor is in a source block. Warning (emacs): org-element--cache: Unregistered buffer modifications detected. Resetting. If this warning appears regularly, please report it to Org mode mailing list

Custom TODO keywords and org-enforce-todo-dependencies

2021-11-08 Thread Edmund Potts
Dear all, I have read the manual and searched the list archives but not found an answer to this - so apologies if it was in fact covered somewhere. I make use of the variable org-enforce-todo-dependencies along with the :ORDERED: property to have sequentially limited TODO lists. However I found

Re: Emacs-26.3: No such file or directory backtrace

2021-11-08 Thread Ihor Radchenko
Max Nikulin writes: > With last commit to main d3836c1a13 Emacs-26.3 from Ubuntu-20.04 LTS > focal becomes too old for Org: > > File mode specification error: (file-missing Cannot open load file No > such file or directory backtrace) Thanks for reporting! Fixed. Best, Ihor

Re: upgrade to 9.5 failed:

2021-11-08 Thread Ihor Radchenko
Pete Siemsen writes: > I'm running Aquamacs 3.6 on a Mac running macOS 11.6. I've been happily > running org-mode 9.1.14 for years. Today, for no particular reason, I tried > to upgrade to org-mode 9.5. I was able to upgrade, and org-version changed > to "9.5", but when I tried some simple

upgrade to 9.5 failed:

2021-11-08 Thread Pete Siemsen
I'm running Aquamacs 3.6 on a Mac running macOS 11.6. I've been happily running org-mode 9.1.14 for years. Today, for no particular reason, I tried to upgrade to org-mode 9.5. I was able to upgrade, and org-version changed to "9.5", but when I tried some simple commands in an org file, like "TAB"

Re: Problems with bibliography while exporting org files

2021-11-08 Thread Nicolas Goaziou
Hello, Andrea Lazzarini writes: > I’m a Spacemacs user, and I’ve just upgraded to org mode 9.5. > Coming from 9.4.6, I’m currently trying to figure out how to adapt to the > changes in the export mechanism. > > When I then try to export an org file via org-export and pandoc, I get the >

Incorrect link is stored (org-elements?)

2021-11-08 Thread Max Nikulin
`org-store-link' under some conditions may pick a link to wrong heading. Emacs-26.3, Org main~1. --- >8 --- * Right Save this file, kill the buffer, open it again. Put cursor to the empty line below this paragraph, type something, e.g. =a=, undo =C-/=, =M-x org-store-link=. "#its_wrong" is

Emacs-26.3: No such file or directory backtrace

2021-11-08 Thread Max Nikulin
With last commit to main d3836c1a13 Emacs-26.3 from Ubuntu-20.04 LTS focal becomes too old for Org: File mode specification error: (file-missing Cannot open load file No such file or directory backtrace) and other errors

Re: org-goto shows full-size help window

2021-11-08 Thread Ihor Radchenko
Max Nikulin writes: > Ihor, a kind of fix (dropping of `org-no-popus' just for `org-goto') is > committed to the main branch only. Neither of discussed approaches has > landed to bugfix so far. I genuinely thought that the fix was on the same branch with the original commit. Let me

Re: Tables and org babel

2021-11-08 Thread Henrik Frisk
Den mån 8 nov. 2021 kl 12:54 skrev Greg Minshall : > sorry, in fact, =-Q= doesn't matter: > > failing: > - Org mode version 9.5 (9.5-g531577 @ > /home/minshall/.emacs.d/straight/build/org/) > > succeeding: > - Org mode version 9.5 (9.5-gced2b3 @ > /home/minshall/.emacs.d/straight/build/org/) > >

Re: org-goto shows full-size help window

2021-11-08 Thread Max Nikulin
On 08/11/2021 21:25, Ihor Radchenko wrote: Carlos Pita writes: when calling org-goto I get a full-size help window with very little content. I believe this window is supposed to be at the bottom of the indirect search buffer but for some reason it occupies the entire frame. See the attached

Re: org-goto shows full-size help window

2021-11-08 Thread Carlos Pita
> > .See https://list.orgmode.org/orgmode/87mtnovv7f@alphapapa.net/ > It should be already fixed on bugfix branch. > Thanks for the prompt response! I'm going to install it from gnu elpa then. What is the exact relationship between bugfix and the version of org shipped with emacs? When emacs

Re: Introducing Org-transclusion

2021-11-08 Thread Ihor Radchenko
Noboru Ota writes: > Source: > https://github.com/nobiot/org-transclusion/issues/42#issuecomment-739570395 > > I personally have never come across such performance issue. Are you > aware of some good test file or something to let other people reproduce > it? I tried to create an example file,

Re: org-goto shows full-size help window

2021-11-08 Thread Ihor Radchenko
Carlos Pita writes: > Hi all, > > when calling org-goto I get a full-size help window with very little > content. I believe this window is supposed to be at the bottom of the > indirect search buffer but for some reason it occupies the entire > frame. See the attached screenshot. See

Re: Tables and org babel

2021-11-08 Thread Greg Minshall
sorry, in fact, =-Q= doesn't matter: failing: - Org mode version 9.5 (9.5-g531577 @ /home/minshall/.emacs.d/straight/build/org/) succeeding: - Org mode version 9.5 (9.5-gced2b3 @ /home/minshall/.emacs.d/straight/build/org/) cheers, Greg

Re: Tables and org babel

2021-11-08 Thread Greg Minshall
my data point: - emacs -Q: works as (i assume) expected - emacs: i get an error, with this backtrace Debugger entered--Lisp error: (wrong-type-argument markerp nil) #f(compiled-function () #)() org-babel-insert-result((1 2 3 4) ("replace") ("emacs-lisp" "data" ((:var data 1 2 3 4)

Problems with bibliography while exporting org files

2021-11-08 Thread Andrea Lazzarini
Hi, I’m a Spacemacs user, and I’ve just upgraded to org mode 9.5. Coming from 9.4.6, I’m currently trying to figure out how to adapt to the changes in the export mechanism. When I then try to export an org file via org-export and pandoc, I get the following message: Wrong type argument:

Re: Tables and org babel

2021-11-08 Thread Eric S Fraga
On Monday, 8 Nov 2021 at 08:45, Henrik Frisk wrote: > I'm having troubles getting more than one cell from an org table as a > variable in org-babel. Trying this example from the orgmode manual > (https://orgmode.org/manual/Environment-of-a-Code-Block.html): Data point: works just fine for me.