[HELP] Looking for volunteers to maintain babel support for python-mode.el (MELPA)

2022-11-26 Thread Ihor Radchenko
Dear All, We are going to drop support of python-mode.el in favour of built-in python.el due to lack of resources and apparent lack of interest. See https://orgmode.org/list/87r0yk7bx8.fsf@localhost If anyone is interested to continue supporting python-mode integration, please let us know. We

Re: Feedback on Org syntax document

2022-11-26 Thread Bastien
Ihor Radchenko writes: > Will it be enough? As long as we can point to a thread that contains all the information and pointers that allows to quickly read Tim's comments, yes, fine. -- Bastien

Re: [DISCUSSION] Should we deprecate python-mode.el (alternative to built-in python.el) support in ob-python?

2022-11-26 Thread Bastien
Ihor Radchenko writes: > Done: https://orgmode.org/list/87lenyjaxx.fsf@localhost > > I also added NEWS entry > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=6db75d560 Thanks! -- Bastien

Re: [DISCUSSION] Should we deprecate python-mode.el (alternative to built-in python.el) support in ob-python?

2022-11-26 Thread Ihor Radchenko
Bastien writes: > Jack Kamm writes: > >> If python-mode support is removed, I'd be willing to help create a new >> ob-python-mode package > > Indeed. A suggestion: can you or Ihor send a help request to the > list, explaining the issue at hand and asking if someone wants to > create and

Re: Feedback on Org syntax document

2022-11-26 Thread Timothy
Hi Ihor, > I have addressed the most important comments that should be resolved > before the coming Org release. > > See the attached patches. > > I will merge them if there are no objections. Thanks for getting to this, I really appreciate you picking up the slack with this . All the best,

Re: org-mode code fence for markdown

2022-11-26 Thread Norwid Behrnd
Ihor Radchenko wrote: > > It should, if you have markdown-mode installed. > > Try > > #+begin_src markdown :tangle yes > ,* Item 1 > ,* Item 2 > - Item 2a > + Item 2a1 > - Item 2b > ,* Item 3 > #+end_src Affirmative, after installing elpa-markdown-mode (example in Linux Debian's

Re: LIterate programming with calc (help)

2022-11-26 Thread Ypo
Just in case you find this package interesting. Except some problems with units conversion, it's nice: https://github.com/sulami/literate-calc-mode.el This is a literate calc file. Lines without "=" are ignored. All results starting with "=>" are an overlay generated by literate-calc-mode.

[BUG] global-whitespace-mode + org-capture: Second capture fails w/ "Marker does not point anywhere" [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-11-26 Thread Arsen Arsenović
Evening, If attempting to capture something while global-whitespace-mode is enabled, a second capture will fail with "Marker does not point anywhere". The first capture attempt presumably succeeds since whitespace-mode didn't touch the buffer yet at time of searching. Reproduction steps: (in an

[HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages

2022-11-26 Thread Ihor Radchenko
Hi, We have the following translations for clock table column names: ;; FIXME: translate es and nl last string "Clock summary at" (defcustom org-clock-clocktable-language-setup '(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File time" "Clock summary at")

Re: [RFC] Re: Headings and Headlines

2022-11-26 Thread Ihor Radchenko
Ihor Radchenko writes: > Bastien writes: > >>> 2. We introduce a new constant: org-element-heading-type, defaulting to >>>'headline >>> 3. We use the new constant instead of 'headline element type symbol >>> 4. We announce loudly that 'headline will be deprecated in favour of the >>>new

Re: [BUG] global-whitespace-mode + org-capture: Second capture fails w/ "Marker does not point anywhere" [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-11-26 Thread Ihor Radchenko
Arsen Arsenović writes: > If attempting to capture something while global-whitespace-mode is > enabled, a second capture will fail with "Marker does not point > anywhere". The first capture attempt presumably succeeds since > whitespace-mode didn't touch the buffer yet at time of searching. >

Re: [PATCH] Add new :results ignore header argument (was: [External] : Re: [BUG] executing sh source block with ':results none' encounters error region is longer than org-table-convert-region-max-line

2022-11-26 Thread Ihor Radchenko
Ihor Radchenko writes: > See the updated patch. Applied onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=eed4708b6 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Switching over from package org-radiobutton to native support

2022-11-26 Thread Terje Larsen
So I found out that there is now native support for radio-button style selects and I have tested it and it seems to work well. However I am missing a function similar to `org-radiobutton-value`: https://github.com/Fuco1/org-radiobutton/blob/master/org-radiobutton.el#L111-L121 That will return