[fr] allow overriding the likely unintended consequence of org-export-with-tasks

2023-03-03 Thread Samuel Wales
when org-export-with-tasks is set to nil, tasks will not be exported, but non-task entries will. you can make non-exported todo items and notes about your exported text. * REF this is the top level of the subtree *** NOTE this is just a note and should not be exported *** but this i want to

PATCH] orgcard.tex: Fix `org-force-cycle-archived' binding

2023-03-03 Thread Max Nikulin
Hi, During discussion in the following thread I realized that the refcard was not updated when `org-force-cycle-archived' binding was changed from C-TAB to C-c C- to avoid conflict with switching of tabs. Karl Fogel to emacs-orgmode. PROPOSAL: Bind `org-fold-hide-subtree' by default in Org

Re: [PATCH] org-clock: Add a trailing space to the mode line string

2023-03-03 Thread Max Nikulin
On 04/03/2023 04:03, Rudolf Adamkovič wrote: +(ert-deftest test-org-clock/mode-line () + "Test mode line string ends in a space. + +\"Elements that are added to [the mode line] should normally end +in a space (to ensure that consecutive 'global-mode-string' +elements display properly)\" per

Re: [PATCH] org-clock: Add a trailing space to the mode line string

2023-03-03 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Rudolf, I am OK with the patch, but could you please add a comment > explaining why trailing space, so that people do not wonder in future? Please see the attached patch, revised as follows: - no leading space in the mode line element to make it completely correct - a

Re: [BUG] Effort range format broken [9.5.5 (release_9.5.5 @ /usr/local/share/emacs/28.2/lisp/org/)]

2023-03-03 Thread Derek Chen-Becker
Confirmed, I upgraded to 9.6.1 and it works for me. Thanks! On Fri, Mar 3, 2023 at 9:03 AM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > > Here is the minimal org file to repro: > > > > > > #+COLUMNS: %ITEM(Task) %Effort(Estimate){est+} > > > >

Re: [PATCH] Async evaluation in ob-shell

2023-03-03 Thread Matt
On Fri, 03 Mar 2023 09:52:09 -0500 Ihor Radchenko wrote --- > I tried the patch, and I am getting failed tests: > > 1 unexpected results: >FAILED test-ob-shell/session-async-evaluation ((should (string= ": 1\n: > 2\n" (buffer-substring-no-properties (point) (point-max

Re: ox-beamer/latex questions

2023-03-03 Thread Leo Butler
On Fri, Mar 03 2023, Ihor Radchenko wrote: > Leo Butler writes: > >>> This is because >>> *** DONE :B_block: >>> is actually parsed as a heading with DONE todo keyword and title >>> ":B_block:". Tag is not recognized. >>> >>> We probably need to fix it, though I am not sure. It is one of the

Re: Multiple noweb-ref

2023-03-03 Thread Ihor Radchenko
Théo Maxime Tyburn writes: >> + is a bit awkward. >> Space would be more logical as separator. >> Though I am wondering if people are using noweb reference names with >> spaces in the wild. > > Might be. So maybe we could use another non-alphabetical character? What > about "|" ? I do not feel

Re: ox-rst still working?

2023-03-03 Thread Ihor Radchenko
Angel de Vicente writes: > Any idea why this could be? No idea. A generic suggestion is to try finding out what can cause it in your config. https://github.com/Malabarba/elisp-bug-hunter might be helpful. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [BUG] No space after footnote with org-export-with-footnotes set to nil [9.6.1 ( @ /Users/test/.emacs.d/elpa/28.0/develop/org-9.6.1/)]

2023-03-03 Thread Max Nikulin
On 03/03/2023 22:47, Ihor Radchenko wrote: Max Nikulin writes: Self-containing example: 8< #+options: f:nil Pellentesque dapibus suscipit ligula.[fn::1 ftnt] Donec posuere augue in quam. >8 This is because spaces after Org syntax objects are considered a part of those

Re: Links to external targets with (or despite) org-ref

2023-03-03 Thread Ihor Radchenko
John Kitchin writes: > If anyone knows how to use store functions that do not clobber the build in > ones, I would be happy to update org-ref so you can use all the link store > options. This part of Org code has inconsistencies between the docstrings and the implementation.

Re: (org-icalendar-combine-agenda-files t) prints byte code

2023-03-03 Thread Ihor Radchenko
Robert Jäschke writes: >>> When I run this on the command line it prints (if I understand it >>> correctly) Emacs byte code: #[514 "\302!\303!\304=\205B. >>> Running it non-asynchronously just prints nil. >> Just add an extra --eval "t" or something along that lines. > > Do you mean > >

Re: [BUG] Effort range format broken [9.5.5 (release_9.5.5 @ /usr/local/share/emacs/28.2/lisp/org/)]

2023-03-03 Thread Ihor Radchenko
Derek Chen-Becker writes: > Here is the minimal org file to repro: > > > #+COLUMNS: %ITEM(Task) %Effort(Estimate){est+} > > * Table > #+BEGIN: columnview :id input > > #+END > ... With point at #+BEGIN, pressing C-c C-c works just fine for me. Using Org

Re: [PATCH] org-clock: Add a trailing space to the mode line string

2023-03-03 Thread Ihor Radchenko
Max Nikulin writes: > On 02/03/2023 21:14, Rudolf Adamkovič wrote: >> +++ b/lisp/org-clock.el >> @@ -728,9 +728,9 @@ If not, show simply the clocked time like 01:50." >> 'org-mode-line-clock-overrun >>'org-mode-line-clock))) >>

Re: [BUG] No space after footnote with org-export-with-footnotes set to nil [9.6.1 ( @ /Users/test/.emacs.d/elpa/28.0/develop/org-9.6.1/)]

2023-03-03 Thread Ihor Radchenko
Max Nikulin writes: > Self-containing example: > > 8< > #+options: f:nil > > Pellentesque dapibus suscipit ligula.[fn::1 ftnt] Donec posuere augue > in quam. > >8 This is because spaces after Org syntax objects are considered a part of those syntax objects. So, excluding

Re: ox-beamer/latex questions

2023-03-03 Thread Ihor Radchenko
Leo Butler writes: >> This is because >> *** DONE :B_block: >> is actually parsed as a heading with DONE todo keyword and title >> ":B_block:". Tag is not recognized. >> >> We probably need to fix it, though I am not sure. It is one of the edge >> cases about Org parser. > > Ok. I have become

Re: [ANN] orgtbl-fit

2023-03-03 Thread Ihor Radchenko
tbanelwebmin writes: > BTW, the dollar replacement is something org-table can benefit from---a > number of people are confused because "$" is treated specially by Calc. > > I'm not sure what you mean. The dollar in spreadsheet formulas? Like: > #+TBLFM: $6=$5+1 Which means that I

Re: [BUG] Emacs-29.0.60: (setopt org-babel-load-languages ...) may cause warnings

2023-03-03 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >>> 1. I have assigned my copyright for Emacs stuff to the FSF >> >> Bastien, may you please confirm? > > I do, sorry for the delay. Updated the contributor list. https://git.sr.ht/~bzg/worg/commit/a5eaeb0d -- Ihor Radchenko // yantar92, Org

Re: [BUG] Emacs-29.0.60: (setopt org-babel-load-languages ...) may cause warnings

2023-03-03 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: > I have attached an amended patch with the :version tag removed. Thanks! Applied onto bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e8010e8a9 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [PATCH] Async evaluation in ob-shell

2023-03-03 Thread Ihor Radchenko
Matt writes: > From b66d776346c992ec085bd719ab73f3d1773f71cc Mon Sep 17 00:00:00 2001 > From: Matthew Trzcinski > Date: Wed, 1 Mar 2023 20:31:46 -0500 > Subject: [PATCH] ob-shell: Add async evaluation I tried the patch, and I am getting failed tests: 1 unexpected results: FAILED

Re: [BUG] No space after footnote with org-export-with-footnotes set to nil [9.6.1 ( @ /Users/test/.emacs.d/elpa/28.0/develop/org-9.6.1/)]

2023-03-03 Thread Max Nikulin
On 03/03/2023 17:07, Andrea Lazzarini wrote: After setting 'org-export-with-footnotes' to 'nil', the space following the footnote is removed when exporting (I’ve tested this with pandoc [docx and html]). I am unsure if pandoc is relevant. However the issue exists for ox, e.g. ox-latex and

[BUG] No space after footnote with org-export-with-footnotes set to nil [9.6.1 ( @ /Users/test/.emacs.d/elpa/28.0/develop/org-9.6.1/)]

2023-03-03 Thread Andrea Lazzarini
After setting 'org-export-with-footnotes' to 'nil', the space following the footnote is removed when exporting (I’ve tested this with pandoc [docx and html]). So, given this example: «Pellentesque dapibus suscipit ligula.[fn:1] Donec posuere augue in quam.» The resulting text is: