bug#51034: error when doing a time stamp in org with no newline after heading

2022-11-13 Thread General discussions about Org-mode.
> This issue is no longer present in the latest Org version (main branch). Yup, I no longer get an error and it works how you would expect.

Re: [OT] org and diff

2022-11-13 Thread Marcin Borkowski
On 2022-11-13, at 06:15, Samuel Wales wrote: > But something drives me crazy. Probably not too Org-related, but it > might be. I just want to know why, is all. > [...] diff goes insane. I think this is a known problem with diff, which is inherently line-based and knows nothing about actual

Re: Getting X selection reliably (Re: idea for capture anywhere in x)

2022-11-13 Thread Max Nikulin
On 13/11/2022 11:54, Ihor Radchenko wrote: Max Nikulin writes: On 26/10/2022 11:58, Ihor Radchenko wrote: Yes. From org-capture-templates docstring: %x Content of the X clipboard. Ihor, I am afraid there are a couple of pitfalls with "%x" for Samuel since he prefers to keep

[BUG] Missing definitions for some customization groups [9.5.5 (release_9.5.5 @ /snap/emacs/current/usr/share/emacs/28.2/lisp/org/)]

2022-11-13 Thread Kyrylo Simonov
Hello, Some of the customization groups in org-mode lack defgroup declaration. Specifically, they are: (org-gnus org-startup org-export-pdf org-bbdb org-babel-tangle org-bibtex org-plot) In the *Customize* interface, these subgroups are not accessible from the main Org customization page and

Re: [PATCH v2] org-attach.el: ID to path functions may return nil

2022-11-13 Thread Max Nikulin
On 10/11/2022 14:19, Ihor Radchenko wrote: Max Nikulin writes: P.S. At first I believed that you have some objections concerning changed role of the first function in the list, not just how it is documented. I had. Most importantly, because we are changing the existing meaning of

OrgModeClockingXBar - see a task when you clock in in your bar and not only

2022-11-13 Thread mag_dex
 (preview, https://user-images.githubusercontent.com/118740/201486665-a53e8f4f-9450-4be4-953c-5571b30dd033.jpg)

Re: Line breaks and brackets in LaTeX export

2022-11-13 Thread Max Nikulin
On 29/10/2022 09:36, Ihor Radchenko wrote: Ihor Radchenko writes: Then [0pt] should it be. At least for now, before we have a cleaner solution. See the attached patch. Applied onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b93a61af9c93d21c56cf883630e52f36076e40bd

Re: [RFC] Re: Headings and Headlines

2022-11-13 Thread Rudolf Adamkovič
Ihor Radchenko writes: > I came to the conclusion that it will, in fact, be easier to change > all things to use "headline" -- [...] And by "easier" you mean "possible", right? :) > On the other hand, overwhelming feedback in this thread is the > opposite -- change "headline" to "heading".

Re: [BUG] phantom newlines while moving headings [9.6-pre ( @ /home/chomwitt/.config/emacs/elpa/org-9.6pre0.20221110.85807/)]

2022-11-13 Thread Alexandros Prekates
On Fri, 11 Nov 2022 02:28:27 + Ihor Radchenko wrote: Indeed testing the latest version my previous example didnt create ghost newlines . But with a small diffefence that example that i post below creates a ghost newline. > chomw...@posteo.eu writes: > > > It follows a possible org chunk

Re: 2 'echo' bash instructions produce a table

2022-11-13 Thread Alain . Cochard
Ihor Radchenko writes on Mon 7 Nov 2022 02:31: > If you want to force string output, use :results output. > > By default, ob-shell tries to guess the output type. In the case > of two commands returning output, the guess is yielding the > table. In the case of a single command, the guess

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-13 Thread Rudolf Adamkovič
Ihor Radchenko writes: > I note that you did not mention in the news that MathJax 2 support is > dropped. This is a very important thing we must highlight and ring all > the bells about. Fixed. See the 8th revision of the patch attached below. Better? > Consider that someone has customized

Re: [BUG] LaTeX export in non-English language [9.6-pre (release_9.5.5-1087-g620a96.dirty @ /home/yantar92/.emacs.d/straight/build/org/)]

2022-11-13 Thread Juan Manuel Macías
Ihor Radchenko writes: > On Gentoo, the required package is dev-texlive/texlive-langarabic. > > However, installing the package is not yet enough! > > With the same file, I am getting missing font errors: > > Setting \if@calendar@hebrew >

OrgModeClockingXBar - see a task when you clock in in your bar and not only

2022-11-13 Thread mag_dex
Dear All, I designed a hack to see your clocked-in task on your bar (and not only). The hack is composed of a few elements, Emacs code that adds hooks for clock-in and clock-out and a code for Xbar. I have been using this for 2 years, and it's pretty robust. I didn't have time to share it

[BUG] org-babel-expand-noweb-references works only with () when using external file [9.5.5 (9.5.5-g8ef620 @ /nix/store/k6fdlc7zjkpcc7pcgv4rzg6z03qcxhd3-emacs-packages-deps/share/emacs/site-lisp/elpa/o

2022-11-13 Thread Alexander Dinges
Tangling a noweb src-block which is in another file does not work. See https://www.reddit.com/r/orgmode/comments/tb9reu/how_to_tangle_a_code_block_containing_noweb_from/ and

Re: Tutorials on creating pdfs with org-babel and sqlite

2022-11-13 Thread juh
Hi Jean, thank you very much for your answer, Am Sun, Nov 13, 2022 at 05:39:13AM +0300 schrieb Jean Louis: > - use PostgreSQL and its rich features, forget SQLite. Single user > single computer database is good for you personally, but modifying > tables and developing new features is far

Re: [BUG] ob-scheme: geiser command has changed [9.6 (9.6-??-86c4635 @ /home/zilti/.emacs.d/.local/straight/build-27.2/org/)]

2022-11-13 Thread Ihor Radchenko
Ihor Radchenko writes: > Daniel Ziltener writes: > >> The latest Geiser release 0.26 got rid of the "run-geiser" function. It >> is sufficient to just replace the call to "run-geiser" with "geiser" >> instead to make ob-scheme work again. > > Thanks for reporting! > Can you try the attached