Re: [BUG] incorrect result with C-c ! to correct (complete) a date [9.7-pre (release_9.6.1-306-ga645a6 @ /home/d/src/git-org-mode/lisp/)]

2023-03-21 Thread Daniel Ortmann
Excellent.  C-c C-c does work.  I will use that in the future. Thank you. The 'incorrect' behavior with C-c ! remains. Adjusting [1960-10-16] fails with C-c ! But adjusting [1971-10-16] with C-c ! works fine. Something to do with the epoch boundary? On 3/21/23 09:00, Max Nikulin wrote: On

Re: 1 character fix to make ob-haskell compatible with table outputs

2023-03-21 Thread General discussions about Org-mode.
Oh, great to hear it's fixed!

Re: [PATCH] Async evaluation in ob-shell

2023-03-21 Thread Matt
> Matt m...@excalamus.com> writes: > > I see only two options to fix it: remove a space from the concat expression > (which I did in my latest patch) or remove a space from > `org-babel-sh-prompt'. Unfortunately, I was mistaken and the second option (removing the space from

Two low-priority questions re: design of org-babel-do-load-languages

2023-03-21 Thread Mandar Mitra
Here's the code from my version of org.el (9.5.5, inbuilt in Emacs 28.2). (defun org-babel-do-load-languages (sym value) "Load the languages defined in `org-babel-load-languages'." (set-default sym value) (dolist (pair org-babel-load-languages) (let ((active (cdr pair)) (lang

Re: Hyphen after LaTeX fragments

2023-03-21 Thread Yuchen Guo
If it is deprecated in Org mode, maybe we can print a warning message in echo area? > but this question will keep coming over and > over and over until the end of times. Yet I tried searching Org manual, and also here the mailing list archive, before posting my latest lame message here. Maybe I

Re: Hyphen after LaTeX fragments

2023-03-21 Thread Dominik Schrempf
I like the $...$ syntax, but since it is not fully supported, I rather use \(...\) consistently; I do not really care. Maybe the best thing to do is drop support for $...$ completely? I quote the Org mode manual section about $...$ syntax: Text within the usual LaTeX math delimiters. To

Re: org-ctags land grab

2023-03-21 Thread Rudolf Adamkovič
Nick Dokos writes: > It is also confusing. To quote the unfortunate victim: > > Now, when I click on the link, or C-c C-o, I get a dialog to "visit > tags table"... ??? I have had this happen to me many times too, so +1. Rudy -- "'Contrariwise,' continued Tweedledee, 'if it was so, it

Re: [PATCH v2] org-manual.org: $n$-th is not math

2023-03-21 Thread Rudolf Adamkovič
Max Nikulin writes: > I do not have strong opinion if support of $n$th is tightly bound to > recognizing $n$-th. On the other hand I would not object deprecation > of "$...$". Funny, I the exact opposite of you; I would pay many to see $...$th and $...$-th special-cased (with tests, so that it

Re: Hyphen after LaTeX fragments

2023-03-21 Thread Rudolf Adamkovič
iem...@gmail.com writes: > You can write \(n\)-dimensional space. ROFL. My apologies for the laugh, but this question will keep coming over and over and over until the end of times. Clearly, there is a need for the dash, and given the quality and syntactic stability of TeX, the problem is not

[PATCH] org-user-idle-seconds: Add support for logind

2023-03-21 Thread Nathaniel Nicandro
Hello, I would like to submit a patch that adds support for logind to `org-user-idle-seconds`. This patch has been working for me for a long while now and I thought it time for me to submit it. I've contributed to Emacs in the past so my paperwork should be on file. Let me know if any changes

Re: [PATCH v4] lisp/ob-screen.el: Support ~:var~ header args for babel blocks

2023-03-21 Thread Max Nikulin
On 19/03/2023 21:42, Ken Mankoff wrote: Here is the other patch. Respect custom screen command. Thanks, Ken. +++ b/lisp/ob-screen.el @@ -98,7 +98,7 @@ In case you want to use a different screen than one selected by your $PATH") (defun org-babel-screen-session-socketname (session)

Re: [BUG] incorrect result with C-c ! to correct (complete) a date [9.7-pre (release_9.6.1-306-ga645a6 @ /home/d/src/git-org-mode/lisp/)]

2023-03-21 Thread Max Nikulin
On 20/03/2023 08:56, Daniel Ortmann wrote: Starting with this manually-typed birthday date: [1960-10-16] Use the arrows to move to the text. Now press C-c ! and then ENTER I expected this result, i.e. I expected the day of the week to be added: [1960-10-16 Sun] If all what you need is to add

Bugfix release request / agenda* fix

2023-03-21 Thread Дмитрий Логвиненко
Hi all, Here I described my problems with the agenda* as part of a custom block agenda: https://www.reddit.com/r/orgmode/comments/11nmmgs/agenda_causes_wrong_type_argument_in_custom_block/ Later Ihor answered me that the bug was fixed by him: