Re: capturing and filling

2023-04-06 Thread Max Nikulin
On 07/04/2023 11:40, Samuel Wales wrote: On 4/6/23, Max Nikulin wrote: Samuel, in your case, it is your requirement to have non-distracting single-click capture. ... but one icon for prose/filling and one for lines/nonfilling would be great for me. or even the existing single icon for

Re: capturing and filling

2023-04-06 Thread Samuel Wales
hi max, more below. On 4/6/23, Max Nikulin wrote: > Samuel, in your case, it is your requirement to have non-distracting > single-click capture. ... but one icon for prose/filling and one for lines/nonfilling would be great for me. or even the existing single icon for whichever one i use

Re: capturing and filling

2023-04-06 Thread Max Nikulin
On 07/04/2023 10:29, Samuel Wales wrote: when i use the superb org-capture extension in firefox, there is only one icon, so any decisions about formatting have to be one-size-fits-all at capture time in elisp. Samuel, in your case, it is your requirement to have non-distracting single-click

capturing and filling

2023-04-06 Thread Samuel Wales
when i use the superb org-capture extension in firefox, there is only one icon, so any decisions about formatting have to be one-size-fits-all at capture time in elisp. here are my ideas, but not implementation. the decisions i'd make are: 1. fill long unfilled paragraphs vs. preserve verbatim

Re: [RFC] Backend vs. back-end (was: 2 'echo' bash instructions produce a table)

2023-04-06 Thread Samuel Wales
backend sounds good to me as a native speaker, for a term of art for export modules or so, with defined api. if you are talking about back end code abstractly, i'd go for 2 words, but that's just me. i wouldn't rely on my sense for this one. On 11/22/22, Ihor Radchenko wrote: >

Re: [BUG] Agenda not sorting by priority THEN todo state (todo state ignored) [9.6.1 (9.6.1-??-fe92a3c @ /Users/polofsson/.emacs.d/.local/straight/build-28.2/org/)]

2023-04-06 Thread Samuel Wales
thank you. On 4/6/23, Ihor Radchenko wrote: > Ihor Radchenko writes: > >> See the attached fix making use of Samuel's suggestion. > > Applied, onto main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8fab6eeef > Fixed. > > -- > Ihor Radchenko // yantar92, > Org mode

Re: bug#59882: Multiple versions of Org in load-path problem

2023-04-06 Thread Stefan Monnier
> I have noticed that neither `package--reload-previously-loaded` nor code > loading already compiled package unload the loaddefs file. E.g. I added The state of our unloading support is not good enough to use it blindly, indeed: it's too easy/common to have packages where `unload` leaves you

Re: bug#59882: Multiple versions of Org in load-path problem

2023-04-06 Thread Max Nikulin
On 18/12/2022 22:40, Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors wrote: - "emacs -l org" to simulate a regular user session with some opened files. - Update to Org-9.6 from ELPA. - Close emacs and start it again "emacs -l org" Result: byte-code: Invalid

[PATCH] Fix bug in orgtbl-self-insert-command when used with evil-escape

2023-04-06 Thread Aaron Zeng
There appears to be a bug in orgtbl-self-insert-command, which uses last-input-event instead of last-command-event. self-insert-command itself uses the latter variable. Reproduction steps: 1. Enable evil-mode and evil-escape-mode 2. Set `evil-escape-key-sequence' to "fd" (the default) 3. In

BUG: Org babel can't return a cons cell

2023-04-06 Thread General discussions about Org-mode.
Hello, I've found a bug in org-babel. The simple code #+begin_src scheme (cons 1 2) #+end_src Produces an error: #+begin_quote Debugger entered--Lisp error: (wrong-type-argument listp 2) org-babel-scheme--table-or-string("(1 . 2)") org-babel-execute:scheme("(cons 1 2)" ((:colname-names)

Re: problem interaction between jinx-mode and org mode

2023-04-06 Thread Fraga, Eric
Hello Ihor, On Thursday, 6 Apr 2023 at 12:04, Ihor Radchenko wrote: > This is one long paragraph containing ~..., which is matching a possible > ~code~ markup. org-element-code-parser tries to search the matching the > closing "~", running regexp search until the end of the paragraph. Thank you

[PATCH] Handle block-type when checking `org-src-fontify-natively'

2023-04-06 Thread Nathaniel Nicandro
Hello, I think I found a bug where the condition for `org-src-fontify-natively` in `org-src-fontify-meta-lines-and-blocks-1` wasn't handling the block type. `org-src-fontify-natively` says it should fontify src blocks only, but the condition didn't have that constraint. Attached is a patch

Re: bug#59882: Multiple versions of Org in load-path problem

2023-04-06 Thread Max Nikulin
On 03/02/2023 18:02, Ihor Radchenko wrote: The problem seems to be real and appears to be some combination of Debian/Ubuntu + Emacs. It is not a Debian packaging issue. I have reproduced the "invalid function `org-assert-version'" bug using emacs built from emacs-28.2 git tag. It is

Re: problem interaction between jinx-mode and org mode

2023-04-06 Thread Ihor Radchenko
"Fraga, Eric" writes: > --8<---cut here---start->8--- > ┌ Debug: Placing hot node > │ node = n29 > └ @ HeatExchangerNetworkDesign > ~/s/research/julia/HeatExchangerNetworkDesign/src/HeatExchangerNetworkDesign.jl:1102 > ┌ Debug: Layout for node > │ node =

problem interaction between jinx-mode and org mode

2023-04-06 Thread Fraga, Eric
Hello all, I have just posted an issue on the jinx spell checking package's github site: https://github.com/minad/jinx/issues/35 There seems to be a strange interaction between jinx and orgmode when the buffer has lines of the form: --8<---cut

[RFC] [feat] org-colview/org-columns: 'column view' moving rows up/down

2023-04-06 Thread Sławomir Grochowski
Dear All, This is my first proposal & code submit. I will be very gratefull for you comments & feedback what can be done better. Recently I often use 'column view' feature. To my suprise in 'column view' user can't move rows up & down. So I wrote a little code snippet to be able to do it,

Re: [RFC] Backend vs. back-end (was: 2 'echo' bash instructions produce a table)

2023-04-06 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > > I looked further, and the situation is not as simple. > > https://grammarhow.com/backend-back-end-or-back-end/, for example, > > claims that only "back-end" is grammatically correct. > > > > I am now thinking to do the following: > > 1. Use "backend" in

Re: [BUG] Agenda not sorting by priority THEN todo state (todo state ignored) [9.6.1 (9.6.1-??-fe92a3c @ /Users/polofsson/.emacs.d/.local/straight/build-28.2/org/)]

2023-04-06 Thread Ihor Radchenko
Ihor Radchenko writes: > See the attached fix making use of Samuel's suggestion. Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8fab6eeef Fixed. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at .