Re: [BUG] Org-cycle strange behaviour in Emacs 29.0.50 [9.5.3 (9.5.3-g0b07b3 @ /home/yaslam/.emacs.d/straight/build/org/)]

2022-05-14 Thread Ihor Radchenko
Yusef Aslam writes: > I've supplied a video to show you that it does indeed work properly now: Good to hear that the problem is resolved now. I am CCing this email to the Org ML, to indicate that the problem is solved. To List, the problem was caused by earlier Emacs master and resolved itself

Re: I can't set dabbrev to respect the writen case

2022-05-14 Thread Juan Manuel Macías
Ypo writes: > Hi > > I find dabbrev and fancy-dabbrev very useful to typing fast. But there > is a problem I am not able to solve: When I apply an expansion while > writing, the case is always that of the expansion, I can't make it to > respect what I have written. An example: > > — (Typing) "Hel

I can't set dabbrev to respect the writen case

2022-05-14 Thread Ypo
Hi I find dabbrev and fancy-dabbrev very useful to typing fast. But there is a problem I am not able to solve: When I apply an expansion while writing, the case is always that of the expansion, I can't make it to respect what I have written. An example: — (Typing) "Hel — (Offered

org-noter

2022-05-14 Thread Uwe Brauer
Hi I am running GNU emacs master (2 month old) and have not been able to use successfully org-noter. When I open a pdf file with doc-view there seems no way to add a note to the file. The documentation says one should simple press «i», but either with (org-noter-notes-mode 'toggle) that

Re: [BUG] org-babel-load-file can not compile file

2022-05-14 Thread Ihor Radchenko
Max Nikulin writes: > On 13/05/2022 17:38, Ihor Radchenko wrote: >> Max Nikulin writes: >> > It seems, it is a regression caused by the Org commit > 0193b543e9ef84bfefe76d55e330d5b1cb842cef > >> - (byte-compile-file tangled-file 'load) >> +

Re: [BUG] org-babel-load-file can not compile file

2022-05-14 Thread Max Nikulin
On 13/05/2022 17:38, Ihor Radchenko wrote: Max Nikulin writes: It seems, it is a regression caused by the Org commit 0193b543e9ef84bfefe76d55e330d5b1cb842cef - (byte-compile-file tangled-file 'load) + (byte-compile-file tangled-file) + (load tangled-file) What if

Re: \minus entity and LaTeX export

2022-05-14 Thread Max Nikulin
On 14/05/2022 13:30, Ihor Radchenko wrote: Max Nikulin writes: "** Science et al." - ("minus" "\\minus" t "" "-" "-" "−") + ("minus" "-" t "" "-" "-" "−") Should it be "\textminus" instead? I never used it but my expectation that it was added for text mode outside of

Re: Inline src org block element with containing inside item does not get exported when it contains a newline (was: Inline src block element not parsed correctly for export when in a list item)

2022-05-14 Thread Ihor Radchenko
Ihor Radchenko writes: > Confirmed. > > Interestingly, I cannot reproduce the bug using my personal branch at > https://github.com/yantar92/org. The fix should be lurking somewhere > close... I just tried again on the latest main and I cannot reproduce anymore. Though I do see the problem on

Re: [PATCH] Re: [Style] Shouldn’t the macros in org-fold-core have (indent 0)

2022-05-14 Thread Ihor Radchenko
Ihor Radchenko writes: >> I didn’t want to create a patch, since it would involve whitespace changes >> on quite a lot of places, but I thought it could be good to highlight now >> that org-fold just got merged. > > Still, it needs to be done. > Attaching the patch with fixed indent statements

Re: [PATCH] Re: [BUG] org-element-map doco should refer to org-element-parse-buffer [9.5.2 (9.5.2-gfbff08 @ /home/phil/.emacs.d/elpa/org-9.5.2/)]

2022-05-14 Thread Phil Hudson
Thanks so much, Ihor. On Sat, 14 May 2022 at 06:08, Ihor Radchenko wrote: > > Phil Hudson writes: > > > Thanks Ihor, that's great! > > > > One tiny nit-pick: I think "e.g." is deprecated in favor of the > > explicit literal "for example". My source for this is (info "(elisp) > > Documentation

[BUG] Do not spellcheck "fn" in footnotes [9.5.3 (release_9.5.3-467-g2bd34e @ /Users/salutis/src/org-mode/lisp/)]

2022-05-14 Thread Rudolf Adamkovič
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: \minus entity and LaTeX export

2022-05-14 Thread Ihor Radchenko
Max Nikulin writes: >> "** Science et al." >> - ("minus" "\\minus" t "" "-" "-" "−") >> + ("minus" "-" t "" "-" "-" "−") > > Should it be "\textminus" instead? I never used it but my expectation > that it was added for text mode outside of equations: \minus1. It > required

Re: \minus entity and LaTeX export

2022-05-14 Thread Timothy
Hi Max, > I was checking which changes had been landed to the main branch as the result > of > Ihor’s work and I noticed a commit unrelated to my initial curiosity but that > might be questionable: >> org-entities: Change − to - >> * lisp/org-entities.el: The LaTeX command − doesn’t exist, but a

Re: [PATCH v4] org-encode-time compatibility and convenience helper

2022-05-14 Thread Ihor Radchenko
Max Nikulin writes: >>> I do not like repeating of `org-encode-time' but do not see another way >>> till Emacs-29 will become the lowest supported version. >> >> This is fine. AFAIK, other parts of time handling code is full of conds >> and pcases. > > I mean that before my patch there was

Re: [PATCH] org-element--current-element: Fix #+BEGIN$ parsed as special block

2022-05-14 Thread Ihor Radchenko
Nicolas Goaziou writes: > Hello, > > Ihor Radchenko writes: > >> Nicolas, >> Let me know if I miss something about special block parsing. > > LGTM! Thanks. Applied onto main as e5e7ae36c. I changed the patch as org-element-dynamic-block-open-re is matching from bol. Also, I fixed one broken