bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-16 Thread Kyle Meyer
Rudolf Adamkovič: > I have a .org file with two kinds of src blocks: > > 1. sqlite blocks > 2. bibtex blocks > > I want to execute all sqlite blocks with org-babel-execute-buffer. > > When I try to do so, org-mode complains: > > org-babel-execute-src-block: No org-babel-execute function for

bug#52547: 29.0.50; Confusing behavior of org-timer-set

2021-12-16 Thread Kyle Meyer
Rudolf Adamkovič: > Reproduction steps: > > 1. run 'emacs -Q' > 2. type M-; and then "(require 'org)" > 3. type M-x and then 'org-timer-set' This must be org-timer-set-timer; there's no org-timer-set in Org's tree. > 4. see 'How much time left? (minutes or h:mm:ss)' > 5. type '10m' > >

:eval yes use and documentation

2021-12-16 Thread Charles Millar
Org mode version 9.5.1 (release_9.5.1-279-g8908fb @ /usr/local/share/org-mode/lisp/) GNU Emacs 28.0.50 (build 344, x86_64-pc-linux-gnu, GTK+ Version 3.24.23, cairo version 1.16.0) of 2020-12-31 Here is a use case. I have many files each with as many as 60 tables that are generated using ob

Re: format/fill of text in a cell in tables

2021-12-16 Thread Tim Cross
Ihor Radchenko writes: > George Michaelson writes: > >> Thank you for the continuing support for Org mode. I really appreciate >> the work done. >> >> I would love to understand why there is no built-in 'fill/wrap' >> function for text in a cell, inside an org mode table. >> >> Given how this

Re: [BUG] org-element--cache gives "Unregistered buffer modifications" warning [9.5 (9.5-g859984 @ /home/john/.emacs.d/straight/build/org/)]

2021-12-16 Thread Kaushal Modi
On Thu, Dec 16, 2021 at 10:16 AM Ihor Radchenko wrote: > > FYI, it is suspicious. You should be at 9.5.1. Maybe you forgot to make > clean; make autoloads. > I actually run a wrapper script to update Org and that has all that: = # cmds to update to latest commit on git main branch

Re: [BUG] org-element--cache gives "Unregistered buffer modifications" warning [9.5 (9.5-g859984 @ /home/john/.emacs.d/straight/build/org/)]

2021-12-16 Thread Ihor Radchenko
Kaushal Modi writes: > I updated Org to > > Org mode version 9.5 (release_9.5-364-gde022e @ > /home/kmodi/usr_local/apps/7/emacs/emacs-28/share/emacs/site-lisp/org/) FYI, it is suspicious. You should be at 9.5.1. Maybe you forgot to make clean; make autoloads. > Steps to reproduce this issue

Re: [BUG] org-element--cache gives "Unregistered buffer modifications" warning [9.5 (9.5-g859984 @ /home/john/.emacs.d/straight/build/org/)]

2021-12-16 Thread Kaushal Modi
> Can you: > 1. Update Org to latest version > 2. set org-element--cache-self-verify to 'backtrace > 3. set org-element--cache-self-verify-frequency to 1.0 > 4. Try to reproduce the warning you are seeing > 5. If you still see it, post the full warning text including the >backtrace (below the

Re: org-cite and export to ODT

2021-12-16 Thread Eric S Fraga
On Wednesday, 15 Dec 2021 at 23:57, Xianwen Chen (陈贤文) wrote: > Thank you John. I'm not sure why it does not work. Below is the > minimal example I created, using your example. I ran C-e o o to export > to ODT. The resulted ODT file didn't have the reference. I don't use org-ref but, just in case

Re: [BUG] Indirect buffer of indirect buffer is truncated [9.5.1 (9.5.1-g36086a @ /home/nisan/.emacs.d/elpa/org-9.5.1/)]

2021-12-16 Thread Ihor Radchenko
Nisan Stiennon writes: > ... > Follow these steps: > > 1. S-tab to fold everything. > 2. With point on the "I" heading, C-u C-c C-x b to open an indirect buffer. > 3. With point on the "I" heading in the new buffer, C-u C-c C-x b to open > another indirect buffer. Thanks for reporting! Fixed on

Re: format/fill of text in a cell in tables

2021-12-16 Thread Ihor Radchenko
George Michaelson writes: > Thank you for the continuing support for Org mode. I really appreciate > the work done. > > I would love to understand why there is no built-in 'fill/wrap' > function for text in a cell, inside an org mode table. > > Given how this is a layout mechanism, and heads to

Re: [BUG] Error when using Org with emacsplus on MacOS with native comp [9.6 (9.6-??-27edae8 @ /Users/pedroabelleiraseco/.emacs.d/.local/straight/build-28.0.90/org/)]

2021-12-16 Thread Ihor Radchenko
Pedro Abelleira Seco writes: > Re: [BUG] Error when using Org with emacsplus on MacOS with native comp [9.6 > (9.6-??-27edae8 @ > /Users/pedroabelleiraseco/.emacs.d/.local/straight/build-28.0.90/org/)] Could you provide more details? What kind of error? Best, Ihor

format/fill of text in a cell in tables

2021-12-16 Thread George Michaelson
Thank you for the continuing support for Org mode. I really appreciate the work done. I would love to understand why there is no built-in 'fill/wrap' function for text in a cell, inside an org mode table. Given how this is a layout mechanism, and heads to M-x ox- outcomes, it would be useful to

[BUG] Error when using Org with emacsplus on MacOS with native comp [9.6 (9.6-??-27edae8 @ /Users/pedroabelleiraseco/.emacs.d/.local/straight/build-28.0.90/org/)]

2021-12-16 Thread Pedro Abelleira Seco
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: org-cite and export to ODT

2021-12-16 Thread 陈贤文
Thank you John. I tried to C-c C-e. I was reminded that org-ref-cite-natmove's function definition is void. I also don't have functions that start with org-ref-export. I suspect that I didn't load a file or package. Bruce and András, I upgraded org-mode on my system to 9.5. org-cite works after