Re: [POLL] Add command names to key bindings in Org Guide? (was: Suggestion: for each listed keybinding, also name the command)

2023-05-05 Thread Adham Omran
>> I want to add command names into the org-mode guide. I have attached >> an example of such an addition. > > Will it be useful? > > Technically, adding the command name will increase the Org Guide size, > which is a bit against its idea of compactness. Wouldn't it just put additional

[FEATURE Request] inherit headline directory for `org-attach' in `org-add-note' etc temp buffers

2023-05-05 Thread Christopher M. Miles
For example, I have Org content like this: #+begin_src org ,* TODO Refrigerator DEADLINE: <2023-04-06 Thu> :PROPERTIES: :ID: e1824d15-35cb-4105-a617-5f7ecd6a1049 :END: #+end_src I press [C-c C-z] `org-add-note` to add logbook note. It will open a new temporary buffer. I want to execute

[BUG] Tangling of clojure code blocks is broken [9.7 (9.7-??-0807107 @ /Users/ag/.emacs.d/.local/straight/build-30.0.50/org/)]

2023-05-05 Thread Ag Ibragimov
Tangling Clojure code blocks appear to be broken. Repro steps: - Create a Clojure source block, e.g., #+begin_src clojure :tangle foo.clj {:foo :bar} #+end_src - Tangle it, M-x org-babel-tangle - Check the file content Observed: It's wrapping the content into `(prn (binding [*out*

Re: BUG: org-cycle does not unfold some subtrees

2023-05-05 Thread Christopher M. Miles
I meet an unfold-able headline now. Then I record a video to show this unfold-able headline. I executed command "describe-text-properties". Afterwards, I closed the buffer, then re-open the file to show the headline can be expanded normally, and show the subtree content. Here is the uploaded

Re: BUG: org-cycle does not unfold some subtrees

2023-05-05 Thread Christopher M. Miles
Michael Dauer writes: > Maybe I missed a known bug when doing the research. But all the other reports > describe different and > reproducible behaviour. > > Sometimes (often) I cannot unfold a subtree. It then affects only one or more > subtrees while others in the > same buffer or even the

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-05-05 Thread Karthik Chikmagalur
> The preview now works as stated, although I find it kinda slow to > regenerate, even if I set `org-latex-preview-throttle' to 0.2. They shouldn't be any slower than when you manually call `org-latex-preview' on a fragment. To be sure, you could try (setq org-latex-preview-debounce 0.3

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-05-05 Thread Konstantinos Chousos
> Is tooltip-mode turned on? That was it! Thank you so much! Now both error messages and live previews work! > We'd like to focus on improving the user experience of the core features > first. If these issues are cleaned up before 9.7, I will work on > polishing the live previews feature.

Re: BUG: org-cycle does not unfold some subtrees

2023-05-05 Thread Ihor Radchenko
Michael Dauer writes: > This is with the cursor on the first asterisk: > Text content at position 299: > > > There are text properties here: > display [Show] > face org-level-1 > fontifiedt Well. This shows nothing. I am more interested in text

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-05-05 Thread Karthik Chikmagalur
> 1. Use TEC's org-mode =dev= branch, up to the =---NOPUSH PERSONAL >DIVIDER---= commit. > 2. Set some config options, which can be in the above link. > 3. Test the new features. > 4. When a latex fragment contained an error, its color would turn red, >but no popup would appear on hover,

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-05-05 Thread Konstantinos Chousos
(Don't mind the mail change, still the same guy. Just started dabbling in email in Emacs and gmail works better for that). > From your diagnostic report, it looks like you're using lualatex + > precompilation. This can cause some issues, but not the ones you > report above so this is

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-05-05 Thread Konstantinos Chousos

Re: BUG: org-cycle does not unfold some subtrees

2023-05-05 Thread Michael Dauer
This is with the cursor on the first asterisk: Text content at position 299: There are text properties here: display [Show] face org-level-1 fontifiedt I could not test more positions because I accidentally cut it, and even an undo fixed it. I

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-05-05 Thread Karthik Chikmagalur
>From your diagnostic report, it looks like you're using lualatex + precompilation. This can cause some issues, but not the ones you report above so this is interesting. > 1. When a snippet contains a mistake, it correctly turns red, but no > error message is shown when I hover my mouse over

Re: BUG: org-cycle does not unfold some subtrees

2023-05-05 Thread Ihor Radchenko
Michael Dauer writes: > Based on my analyses it's not the cycle functions, but must come from > broken text attributes. Even (org-fold-core-region (point-min) (point-max) > nil) does not unfold the affected subtrees then. Assuming that > (org-fold-core-region) is the only place where the folding

BUG: org-cycle does not unfold some subtrees

2023-05-05 Thread Michael Dauer
Maybe I missed a known bug when doing the research. But all the other reports describe different and reproducible behaviour. Sometimes (often) I cannot unfold a subtree. It then affects only one or more subtrees while others in the same buffer or even the same branch still work. The only fix then

Re: [EasyPG (epa)] Emacs can't save modified encrypted file

2023-05-05 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> - [X] Then I check out Emacs source code file "epg.el" & "epa.el" file >> git log. -> have not found obvious gpg command-line options related to >> the problem. One small possible commit might be >>

Re: [POLL] Add command names to key bindings in Org Guide?

2023-05-05 Thread Ihor Radchenko
Esteban Ordóñez writes: > I think that mentioning command names would help a lot to understand the > objective of the command and would also help to find its documentation. > A common problem for me was [is?] that I could not find the place where > there is more information about something.

Re: [POLL] Add command names to key bindings in Org Guide?

2023-05-05 Thread Esteban Ordóñez
El 2023-05-05 06:01, Ihor Radchenko escribió: > Yuval Langer writes: > >> For many commands, I find it helpful to first learn their names before >> learning their keybindings. The org-mode guide does not include >> command names. >> >> I want to add command names into the org-mode guide. I have

[POLL] Add command names to key bindings in Org Guide? (was: Suggestion: for each listed keybinding, also name the command)

2023-05-05 Thread Ihor Radchenko
Yuval Langer writes: > For many commands, I find it helpful to first learn their names before > learning their keybindings. The org-mode guide does not include > command names. > > I want to add command names into the org-mode guide. I have attached > an example of such an addition. Will it be

Suggestion: for each listed keybinding, also name the command

2023-05-05 Thread Yuval Langer
For many commands, I find it helpful to first learn their names before learning their keybindings. The org-mode guide does not include command names. I want to add command names into the org-mode guide. I have attached an example of such an addition. The changes in the first commit might be

Re: [PATCH] epm.el: A CLI tool for package.el

2023-05-05 Thread Ihor Radchenko
Max Nikulin writes: > Do you have any arguments against switching from emacs -Q to emacs -q? I > am still unsure if it is safe enough, but not doing it is not better. I > am considering adding -q to this script when it is called directly. > Unfortunately Emacs does not have an option to

Re: [EasyPG (epa)] Emacs can't save modified encrypted file

2023-05-05 Thread Ihor Radchenko
"Christopher M. Miles" writes: > - [X] Then I check out Emacs source code file "epg.el" & "epa.el" file > git log. -> have not found obvious gpg command-line options related to > the problem. One small possible commit might be > "82388dff8ed006cecb65ea7a4afd8667ec44b5e3". One of the

Re: [EasyPG (epa)] Emacs can't save modified encrypted file

2023-05-05 Thread Christopher M. Miles
Ihor Radchenko writes: > Some more info: > https://old.reddit.com/r/emacs/comments/137r7j7/gnupg_241_encryption_issues_with_emacs_orgmode/ Indeed same problem as mine. Thanks Ihor - [X] *downgrade* GnuPG from 2.4.1 -> 2.4.0 temporary get around the problem. #+begin_src sh brew info