Re: Bug: html-postamble string does not allow space [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/27.2/lisp/org/)]

2022-11-15 Thread Ihor Radchenko
Ihor Radchenko writes: > Fixed in the attached. Applied onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=84b487868 https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d4299eeac https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5c247fb27 -- I

Re: [BUG] ob-octave.el

2022-11-15 Thread Ihor Radchenko
Ihor Radchenko writes: > Thanks for reporting, and sorry for the late reply. > Your suggestion looks fine, although I am a bit concerned if the > trailing newline in the old version was significant. Applied onto main. Fixed. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d094135

[PATCH] Display ?? for missing citations on export (was: [BUG] Exporting non-existent citations in oc-basic [9.6-pre (release_9.5.5-989-gd972cf @ /home/yantar92/.emacs.d/straight/build/org/)])

2022-11-15 Thread Ihor Radchenko
Ihor Radchenko writes: > Consider the following Org file: > > > [cite:@key] > #+print_bibliography: > That’s it! > > @key is not in the default bibliography and the bibliography processor is set > to basic > > Open the file and execute C-c C-e t U (export to ascii) > >

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

2022-11-15 Thread Samuel Wales
idk if related to this thread, but i sure do appreciate the effor in this thread to solve such problems. it is a key feature for me because i am often in mouse-only mode. it is thus a constant concern that org-capture could stop working etc. right now, it seems org-capture is broken for me again

Re: [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-15 Thread Ihor Radchenko
Kyrylo Simonov writes: >> Confirmed. >> Would you be interested to create a patch? It is mostly a question of >> adding a bunch of `defgroup' statements. > > I attached a patch.  Where it made sense, I added a new defgroup > declaration.  For other cases, I moved the variables under some > existi

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

2022-11-15 Thread Ihor Radchenko
Max Nikulin writes: >>> Please, remove a stray space in the defcustom. >> >> Hmm. Done. >> >> I just have a habit to add space in the first item in a list because it >> helps auto-indentation. > > I had an impression that something was wrong with indentation of next > entries. I thought that

Re: org-clock-report on headings and subheadings or for the whole file?

2022-11-15 Thread Ihor Radchenko
Uwe Brauer writes: >> Uwe Brauer writes: > >> What about the attached patch? > > Sounds good to me Applied onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=21413d358 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: 2 'echo' bash instructions produce a table

2022-11-15 Thread Ihor Radchenko
Ihor Radchenko writes: >> In 16.5 (Evaluating Code Blocks), in this code >> >>#+NAME: random >>#+BEGIN_SRC R :cache yes >> runif(1) >>#+END_SRC >> >> the (1) seems to be understood as a footnote in Info, at least for me. >> E.g., on it goes to the footnote >> >>(1) The optio

Re: [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-15 Thread Kyrylo Simonov
On 11/14/22 02:42, Ihor Radchenko wrote: Kyrylo Simonov writes: 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

Re: [PATCH] lisp/ob-octave.el, was [PATCH] rfc: using ert-deftest with side-effects

2022-11-15 Thread Leo Butler
On Mon, Nov 14 2022, Ihor Radchenko wrote: > Leo Butler writes: > >> The amended patch is attached. Thanks for your helpful feedback. > > Thanks for the patch! > It looks good, and the tests are passing. However, there is a side effect > leaving testing/examples/octave-workspace file after runni

Re: [OT] org and diff

2022-11-15 Thread Max Nikulin
On 13/11/2022 13:06, Samuel Wales wrote: On 11/12/22, Ihor Radchenko wrote: I have the following in my ~/.gitconfig: [diff "org"] xfuncname = "^(\\*+ +.*)$" Thank you for sharing this. I was sure it should be possible, but I was not motivated enough to configure hunk headers for elisp and

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

2022-11-15 Thread Max Nikulin
On 15/11/2022 09:41, Ihor Radchenko wrote: Max Nikulin writes: Please, remove a stray space in the defcustom. Hmm. Done. I just have a habit to add space in the first item in a list because it helps auto-indentation. I had an impression that something was wrong with indentation of next en

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

2022-11-15 Thread Max Nikulin
On 15/11/2022 17:57, mag_dex wrote: $ emacsclient --eval '(if (org-clocking-p)(org-clock-get-clock-string) -1)’ Consider adding `org-no-properties'.

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

2022-11-15 Thread mag_dex
> On 15 Nov 2022, at 02:41, Ihor Radchenko wrote: > > "Christopher M. Miles" writes: > >>> https://github.com/mmagnus/OrgModeClockingXBar >>> >>> Magnus >> >> Thanks for sharing, this is what I needed. > > Do we have a page in WORG that discusses ways to display clocked task in > taskbar f