Re: Sole Completion bug?

2021-02-14 Thread Raoul Comninos
Kyle Meyer writes: > Hmm, isn't this just following the built-in completing-read's behavior? > > (completing-read >"Prompt: " >(list "Chris Bell" > "Phone Chris Bell" > "Meeting with Chris Bell")) > > ;; `C` => Chris Bell -> `` => Chris Bell [Sole completion] You

Re: [PATCH] Allow tags containing capital letters in org-agenda-filter

2021-02-14 Thread Kyle Meyer
Ihor Radchenko writes: > Hi, > > I recently noticed that org-agenda-filter does not match tags with > capital letters because all the stored tags in agenda are downcased. > The attached patch is fixing the issue. Though, ideally, it would be > better if agenda filter were case-sensitive for tags.

Re: Sole Completion bug?

2021-02-14 Thread Kyle Meyer
Raoul Comninos writes: > (setq org-goto-interface (quote outline-path-completion)) > > If I now search, for example, for a heading containing the name "Chris", > orgmode will only pick up ONE of the headings that contains this name, > and it will say "sole completion", although there are several

Re: Can I contribute a package dependent on a non-FSF package?

2021-02-14 Thread Kyle Meyer
Tim Van den Langenbergh writes: > Hello, > > I've quickly thrown together Babel bindings for Raku[1][2]. > > Unfortunately the raku-mode package does not have its copyright assigned to > the FSF, and I'm using the comint mode from that package. > > Can anyone tell me the best way to proceed? I

Re: [PATCH] Org Agenda Support Argument Collection for Custom Bulk Functions (was: Custom Bulk Functions With Prompt)

2021-02-14 Thread Kyle Meyer
Kevin Foley writes: > I'll defer to your pcase solution as I think my reasoning for using > pcase-let isn't particularly strong and I agree your suggestion is > cleaner. Okay, pushed (885ee086d). Thanks again for the nice addition.

Re: [PATCH] Org Agenda Support Argument Collection for Custom Bulk Functions (was: Custom Bulk Functions With Prompt)

2021-02-14 Thread Kevin Foley
Kyle Meyer writes: > Kevin Foley writes: > >> Side note I'm not sure your example would render properly regardless >> since `my/bulk-action' and `my/args' aren't functions. > > I'm confused by this. They were defined just above the text you > quoted: Sorry about that, I completely missed those.

Re: Turning off all indentation in 9.4.4

2021-02-14 Thread Tim Cross
TRS-80 writes: > > I have been struggling with this as well. After reading this email, I > gave it another try. > > Unfortunately, unless I am doing something wrong, none of these options > seem to really restore the previous behavior. I have set > ~org-adapt-indentation~ to

Re: Turning off all indentation in 9.4.4

2021-02-14 Thread TRS-80
On 2021-02-04 12:45, Kévin Le Gouguec wrote: Raoul Comninos writes: I noticed a change in org since I updated to the latest version when it comes to automatic indentation. I prefer to turn this off globally, including for lists. I have tinkered with various settings but have had no luck so

Re: [PATCH] Org Agenda Support Argument Collection for Custom Bulk Functions (was: Custom Bulk Functions With Prompt)

2021-02-14 Thread Kyle Meyer
Kevin Foley writes: > Kyle Meyer writes: > >> (setq org-agenda-bulk-custom-functions >> '((?D my/bulk-action) >> (?E (my/bulk-action)) >> (?F (my/bulk-action my/args >> However, customize doesn't render the above value properly [...] > Side note I'm not sure

Re: programatically generate an agenda

2021-02-14 Thread John Kitchin
If it is possible to set up what you want in an entry in org-agenda-custom-commands, then you can call it in a program like #+BEGIN_SRC emacs-lisp (org-agenda nil "w" nil) #+END_SRC In that snippet, I have the key in an org-agenda-custom-commands set to "w". that generates an agenda buffer for

Re: Content below current line lost

2021-02-14 Thread Dmitry Knyaginin
Hi Eric, I have tried the regular means to recover the latest data, but eventually had to recover from the latest git commit. This incident sounds similar: https://emacs.stackexchange.com/questions/44659/help-emacs-empty-my-1-year-org-file I have some wild theories, including a gamma particle

Can I contribute a package dependent on a non-FSF package?

2021-02-14 Thread Tim Van den Langenbergh
Hello, I've quickly thrown together Babel bindings for Raku[1][2]. Unfortunately the raku-mode package does not have its copyright assigned to the FSF, and I'm using the comint mode from that package. Can anyone tell me the best way to proceed? I could blatantly copy over the comint interaction

Re: Bug: Double trailing slash for default candidate in org-refile-get-target [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2021-02-14 Thread Gustavo Barros
Hi All, I'd like to kindly bump this report. It is an issue which has been around for some time. The report provides a clear reproduction recipe, which stardiviner was able to reproduce, and still affects current "org-plus-contrib-20210208". The report also provides a hopefully convincing

Re: Typing latency

2021-02-14 Thread Timothy
Eric S Fraga writes: > On Sunday, 14 Feb 2021 at 12:39, Timothy wrote: >> Did this end up being patched into Org? > > I don't think anybody has proposed a patch... By patch "patch" I really mean just someone with commit access doing something like: #+begin_src diff org-priority-regexp -

Re: Typing latency

2021-02-14 Thread Eric S Fraga
On Sunday, 14 Feb 2021 at 12:39, Timothy wrote: > Did this end up being patched into Org? I don't think anybody has proposed a patch... -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-213-g49364f

Re: "Invalid version syntax" with 9.4.4

2021-02-14 Thread Hanns Mattes
Hi, Kyle Meyer schrieb: >Hanns Mattes writes: > [...] > >Thanks for reporting. Should be fixed by 61336f80d. See >. > Thanks, that did it. Regards Hanns