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 20
Oh, great to hear it's fixed!
> 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
`org-babel-sh-
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 (symbol-nam
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
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 av
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 migh
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 w
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 g
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
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)
"
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 d
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:
https://git.savannah.gnu.org/cgit/emacs/or
13 matches
Mail list logo