> 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 ja
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 f
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 sign
"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 me
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
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 a
* 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 fir
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' instal
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:
> htt
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 wort
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
p
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
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 is
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 org-co
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 Head
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 show
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
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
>
> org-duration-to-m
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,
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 "[%s](%s%
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 m
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 18:41:34
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 softwa
"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 to
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 one
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 use
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 she
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 vie
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 req
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
>
> (t
Hi Nicholas,
On Tuesday, 11 May 2021 at 20:32, Nicholas Savage wrote:
> 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.
Ummm how annoying!
> Could you send me the output of your confirmation, mayb
31 matches
Mail list logo