Re: Q: ox-md does not translate link searches to #bookmarks in markdown [9.4.4 (release_9.4.4 @ /snap/emacs/current/usr/share/emacs/27.2/lisp/org/)]

2021-05-11 Thread Tim Cross
Phil Marneweck writes: > Hi > > Is this by design? > > I expected to following > > [[file:some-file.org::#some-heading][some text]] > > to translate to this > > [some text](some-file.md#some-heading) > > So in org-md-link I would have thought that the default would be more like > this > >

Re: The fate of ditaa.jar (9.4.5.)

2021-05-11 Thread Tim Cross
TEC writes: > Tim Cross writes: > >> I also had to install textlive, plantuml, graphviz, taskjuggler, >> ledger, sqlite and many other things. > > Perhaps it would be good to make a table of > > | software | needed for | package name | download page | > > and/or prompt users when an action

Re: (void-variable timestamp-up) when building an agenda buffer

2021-05-11 Thread Tim Cross
Alan Schmitt writes: > [[PGP Signed Part:Undecided]] > Hello, > > It seems the problem is deeper than that: I cannot use any code that > uses =org-dlet=… I’m on emacs 27.2. > > I did a quick test with no configuration, so the problem seems to be in > my config, but I’m cursious if this rings a

[bug] C-u org-update-statitics-cookies errors out with "Non-existent agenda file" if current file isn't saved

2021-05-11 Thread mail
* Reproduction 1. emacs -Q 2. C-x C-f /tmp/new.org RET 3. Type anything 4. Type C-u C-c # (C-u org-update-statistics-cookies) to try to update all statistics cookies in the buffer 5. Notice the "Non-existent agenda file /tmp/new.org." error. This doesn't happen if the file already exists. I

Re: (void-variable timestamp-up) when building an agenda buffer

2021-05-11 Thread Alan Schmitt
On 2021-05-11 19:06, Tim Cross writes: > The type of error you appear to be seeing is common with a broken > install. In your config, are you installing org from orgmode.org or > melpa rather than just using the version bundled with Emacs 27.2? If so, > it is likely that you have a 'mixed'

Re: [bug] C-u org-update-statitics-cookies errors out with "Non-existent agenda file" if current file isn't saved

2021-05-11 Thread Nick Savage
Thanks for the bug report, I can confirm this is happening. I encountered a similar bug where org-agenda-prepare-buffers was causing the same issue when the file hadn't been saved to disk, and I agree that the solution looks good. I've formatted this into a patch and attached it. Might be

Re: (void-variable timestamp-up) when building an agenda buffer

2021-05-11 Thread Alan Schmitt
Hello again, On 2021-05-11 09:53, Alan Schmitt writes: > It seems the problem is deeper than that: I cannot use any code that > uses =org-dlet=… I’m on emacs 27.2. > > I did a quick test with no configuration, so the problem seems to be in > my config, but I’m cursious if this rings a bell for

Re: [PATCH] Possibility of using alternative separators in macros

2021-05-11 Thread Eric S Fraga
Hello Juan, On Friday, 30 Apr 2021 at 13:26, Juan Manuel Macías wrote: > Hi all, > > I would like to propose (patch attached) the possibility of using an > alternate character for separate arguments in replacement macros, > following a suggestion from Nicolas Goaziou in this (closed) thread: >

Re: The fate of ditaa.jar (9.4.5.)

2021-05-11 Thread Tim Cross
"Dr. Arne Babenhauserheide" writes: > [[PGP Signed Part:Undecided]] > > Tim Cross writes: >> I agree. As pointed out already, just bundling the jar file is not >> sufficient as you need a java runtime as well. > > Java is available in my distribution, ditaa is not. Removing ditaa from > org

Re: Highlighting and Background Colour for Source Code

2021-05-11 Thread Christopher Dimech
> Sent: Tuesday, May 11, 2021 at 5:50 PM > From: "Tim Cross" > To: "Christopher Dimech" > Cc: emacs-orgmode@gnu.org > Subject: Re: Highlighting and Background Colour for Source Code > > > Christopher Dimech writes: > > >> Sent: Tuesday, May 11, 2021 at 4:50 PM > >> From: "Tim Cross" > >> To:

(void-variable timestamp-up) when building an agenda buffer

2021-05-11 Thread alan . schmitt
Hello, After a recent update, I no longer can build an agenda buffer. I put the backtrace that I get at the end of this message. On the top of the trace there is a call to org-entries-lessp, which looks like this: (defun org-entries-lessp (a b) "Predicate for sorting agenda entries." ;; The

Re: Highlighting and Background Colour for Source Code

2021-05-11 Thread Tim Cross
Christopher Dimech writes: >> Sent: Tuesday, May 11, 2021 at 4:50 PM >> From: "Tim Cross" >> To: emacs-orgmode@gnu.org >> Subject: Re: Highlighting and Background Colour for Source Code >> >> >> Christopher Dimech writes: >> >> > Currently currently handles the highlighting of programming

Re: (void-variable timestamp-up) when building an agenda buffer

2021-05-11 Thread Alan Schmitt
Hello, It seems the problem is deeper than that: I cannot use any code that uses =org-dlet=… I’m on emacs 27.2. I did a quick test with no configuration, so the problem seems to be in my config, but I’m cursious if this rings a bell for anyone. Thanks, Alan signature.asc Description: PGP

Re: The fate of ditaa.jar (9.4.5.)

2021-05-11 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > I agree. As pointed out already, just bundling the jar file is not > sufficient as you need a java runtime as well. Java is available in my distribution, ditaa is not. Removing ditaa from org means that I have to do manual installation and configuration, while with ditaa

he fate of ditaa.jar (9.4.5.)

2021-05-11 Thread Christopher Dimech
> Sent: Tuesday, May 11, 2021 at 6:35 PM > From: "Dr. Arne Babenhauserheide" > To: "Tim Cross" > Cc: emacs-orgmode@gnu.org > Subject: Re: The fate of ditaa.jar (9.4.5.) > > > Tim Cross writes: > > I agree. As pointed out already, just bundling the jar file is not > > sufficient as you need a

Re: Bug: specifying end time of date as +0:20 [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/28.0.50/lisp/org/)]

2021-05-11 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Stephen Eglen writes: > >>> I solved this part on maint branch. >> >> Thank you! > > And I reverted it because the "fix" introduced other issues! I pushed another fix. *crossing fingers* Regards,

Q: ox-md does not translate link searches to #bookmarks in markdown [9.4.4 (release_9.4.4 @ /snap/emacs/current/usr/share/emacs/27.2/lisp/org/)]

2021-05-11 Thread Phil Marneweck
Hi Is this by design? I expected to following [[file:some-file.org::#some-heading][some text]] to translate to this [some text](some-file.md#some-heading) So in org-md-link I would have thought that the default would be more like this (t (if (not desc) (format "<%s>" path) (format

Re: [PATCH] Possibility of using alternative separators in macros

2021-05-11 Thread Juan Manuel Macías
Hello Eric, It's a typo, sorry: I forgot, when I made the patch, to add the asterisk to the `let' expression in org-element-macro-parser, therefore the `sep' variable was not recognized. The correct function is: (defun org-element-macro-parser () "Parse macro at point, if any. When at a

[bug?] changed behaviour of column view

2021-05-11 Thread Eric S Fraga
Hello all, Until recently, I was able to ask for a column view of a headline with the column view being applied to each and all of the (visible) subheadings. Now, I can only do either the top heading itself or individual subheadings, not all of them. I note that there have been changes to

Re: Intervals that include day of the week recently causing error in org-agenda

2021-05-11 Thread Nicolas Goaziou
Hello, Justin Silverman writes: > Until yesterday a time stamp of the following form was accepted and > didn't cause problems in org-agenda. > > <2021-04-29 Thu 10:35-11:50> > > However, as of a recent update (that I downloaded yesterday) I notice > that this causes an error > >

Re: [PATCH 2/2] org-refile.el: Fix test case

2021-05-11 Thread Maxim Nikulin
On 09/05/2021 23:05, satotake wrote: * lisp/org-refile.el (org-refile-get-targets): Check `buffer-file-name' return value instead of `buffer-base-buffer'. To pass the related tests, we need to check `buffer-file-name'. Thank you for the patches. Maybe I have missed something, but it seems 2

Re: [bug?] changed behaviour of column view

2021-05-11 Thread Eric S Fraga
Hi Nicholas, On Tuesday, 11 May 2021 at 09:32, Nicholas Savage wrote: > When I activate column view on Headline, it applies the columns on all > of the subheadings. Are you not seeing the same thing, or is your use > case different? Do you have some sort of minimal file you could > provide to

Re: [wip-cite-new] New natbib processor

2021-05-11 Thread Eric S Fraga
Just to say that, for my simple use case(s), the latest version in wip-cite-new is working very well indeed! Thank you. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.5-400-gc88b58

Intervals that include day of the week recently causing error in org-agenda

2021-05-11 Thread Justin Silverman
First -- apologies if duplicate post (I tried to send email with M-X org-submit-bug-report but I don't think it sent and https://updates.orgmode.org/ gives 502 bad gateway so I am not sure I can even check if it sent) Until yesterday a time stamp of the following form was accepted and didn't

Re: The fate of ditaa.jar (9.4.5.)

2021-05-11 Thread TEC
Tim Cross writes: > I also had to install textlive, plantuml, graphviz, taskjuggler, > ledger, sqlite and many other things. Perhaps it would be good to make a table of | software | needed for | package name | download page | and/or prompt users when an action requiring another executable

Re: [bug?] changed behaviour of column view

2021-05-11 Thread Nicholas Savage
I believe this would have been some of my commits. That change would not have been intended, so I believe this is a bug. I just tried it out, I have column view applied to something like this: * Headline ** subheading ** subheading ** subheading ** subheading When I activate column view on

Re: [bug?] changed behaviour of column view

2021-05-11 Thread Nicholas Savage
Hi Eric, Thanks for those, that is very helpful. Unfortunately, as you can see in the attached screenshot from my system, I can't replicate your issue. Could you send me the output of your confirmation, maybe from M-x org-submit-bug-report? By chance, would the file you're activating column

Re: The fate of ditaa.jar (9.4.5.)

2021-05-11 Thread Arthur Miller
Christopher Dimech writes: > If org-mode wants to support ditaa, it is a requirement to inform the user > how to > get the software and install it. Moving into into a separate repository > without > appropriately telling the user introduces the problem that users will miss out > on free

Re: The fate of ditaa.jar (9.4.5.)

2021-05-11 Thread Arthur Miller
TEC writes: > Tim Cross writes: > >> I also had to install textlive, plantuml, graphviz, taskjuggler, >> ledger, sqlite and many other things. > > Perhaps it would be good to make a table of > > | software | needed for | package name | download page | Maybe there could be a hash table where

Re: [PATCH] Possibility of using alternative separators in macros

2021-05-11 Thread Juan Manuel Macías
Here is the fixed version of the patch. Best regards, Juan Manuel Eric S Fraga writes: > Could you create a new patch so I can try this easily? > > gracias, > eric >From 4aae61c3600fba136dfa101d54011c0aef9169a3 Mon Sep 17 00:00:00 2001 From: Juan Manuel Macías Date: Tue, 11 May 2021

Re: The fate of ditaa.jar (9.4.5.)

2021-05-11 Thread Arthur Miller
"Dr. Arne Babenhauserheide" writes: > Java is available in my distribution, ditaa is not. Removing ditaa from > org means that I have to do manual installation and configuration, while > with ditaa bundled, org-mode can simply note that I need java installed. > >> If we bundle it, we also need

Re: ob-sql is not finding psql when using direnv+guix

2021-05-11 Thread Adolfo De Unanue
Dear Malcom On Mon, May 10, 2021, at 13:14, Cook, Malcolm wrote: > >I am using Guix with direnv. > > What is your shell? > My shell is bash, originally I was using zsh and I thought that was the problem, so I switched to bash and still not working. > How/When do you "hook direnv into your

Re: The fate of ditaa.jar (9.4.5.)

2021-05-11 Thread Dr. Arne Babenhauserheide
Arthur Miller writes: > Christopher Dimech writes: > >> If org-mode wants to support ditaa, it is a requirement to inform the user >> how to >> get the software and install it. Moving into into a separate repository >> without >> appropriately telling the user introduces the problem that