deadline warning days entry

2020-07-22 Thread Samuel Wales
i tend to want either zero or some number [like 4 or 8] for deadline warning days for deadline timestamps [tses]. so i set the deadline warning days variable to a nonzero positive number as a default. and then manually add -0d to individual tses when i want -0d. however, manual editing feels qui

Re: Binding RET to org-return-and-maybe-indent

2020-07-22 Thread Jarmo Hurri
Hello Kévin. Kévin Le Gouguec writes: > RET indentation is something that has been introduced recently on the > master branch (which will become Org 9.4 soon). In Org 9.3, with your > example, RET does not indent, while C-j does. I was wondering why this bothered me! Such a little thing can

Re: [PATCH] org: Update example in docstring to accommodate new name and new format

2020-07-22 Thread Leo Vivier
Hi there, Kyle Meyer writes: > Thanks. Applied (c9abb4c29), adding a period after the changelog > description. Splendid, thank you for the merge, and sorry for the period. > I also added a TINYCHANGE cookie based on your status listed at > . You'

Re: [PATCH] Use completing-read-multiple for org-set-tags-command

2020-07-22 Thread Kyle Meyer
Clemens writes: > Now that I know that completion works for multiple tags with default > completion I'm unsure if it is worth to proceed with this. I wondered > how this would go unnoticed for such a long time in org and now I know > that the failure was on my part. On the other hand switching

Re: [PATCH] org: Update example in docstring to accommodate new name and new format

2020-07-22 Thread Kyle Meyer
Leo Vivier writes: > Subject: [PATCH] org: Remove useless example in docstring > > * lisp/org.el (org-find-olp): Remove useless example in docstring Thanks. Applied (c9abb4c29), adding a period after the changelog description. I also added a TINYCHANGE cookie based on your status listed at

Capture with (moving) attachment?

2020-07-22 Thread Tim Landscheidt
Hi, I have a capture template to file items to a list: | ("i" "inventory" entry | (file "~/Desktop/Agenda/Inventar.org") | "* %^{Name}" :immediate-finish t) Currently, when I want to file an item with an associated image, I open the directory of the images with dired, visit the image file, use

Re: Reposting Elgantt announcement

2020-07-22 Thread Russell Adams
On Wed, Jul 22, 2020 at 11:00:53AM -0400, Jeff Filipovits wrote: > Thanks for reposting. I am the author. If anyone wants to help get > this into shape to go on MELPA that would be great. I am a bit > burned out on the project at the moment. Coding is is a hobby and > there are a lot of gaps in my

Re: Reposting Elgantt announcement

2020-07-22 Thread Jeff Filipovits
Thanks for reposting. I am the author. If anyone wants to help get this into shape to go on MELPA that would be great. I am a bit burned out on the project at the moment. Coding is is a hobby and there are a lot of gaps in my knowledge with regard to getting it cleaned up and finalized. Otherwi

Re: Binding RET to org-return-and-maybe-indent

2020-07-22 Thread Kévin Le Gouguec
Jarmo Hurri writes: > Is there any downside to binding RET to org-return-and-maybe-indent? > > I want to remove RET indentation in org mode. For example > > # --- > * Demo of indentation > - when I press return at the end of the word T

Re: [PATCH] Use completing-read-multiple for org-set-tags-command

2020-07-22 Thread Clemens
Now that I know that completion works for multiple tags with default completion I'm unsure if it is worth to proceed with this. I wondered how this would go unnoticed for such a long time in org and now I know that the failure was on my part. On the other hand switching to `completing-read-mult

Binding RET to org-return-and-maybe-indent

2020-07-22 Thread Jarmo Hurri
Hello. Is there any downside to binding RET to org-return-and-maybe-indent? I want to remove RET indentation in org mode. For example # --- * Demo of indentation - when I press return at the end of the word THIS - I get indentatio

Reposting Elgantt announcement

2020-07-22 Thread Russell Adams
All, I saw a cool Org related project come up on Reddit, but no announcement here. This is a repost for community interest, I claim no credit. This addon does interactive Gantt charts from Org files. Kudos to "legalnonsense" for a neat way to visualize Org data! See his screencast: https://i.re

When auto-fill breaks a link into multiple lines, the link is no longer displayed as a link

2020-07-22 Thread Philip Blagoveschensky
Sometimes org-mode breaks links into multiple lines: sometimes Auto-Fill does this, sometimes me invoking org-fill-paragraph does this. When it happens, org-mode displays them incorrectly, but only after I reload the file (see the attached screenshot, there's a newline symbol before the word "

Re: [PATCH] Use completing-read-multiple for org-set-tags-command

2020-07-22 Thread Clemens
Sorry, I just figured out you get indeed completion after the first tag my sandbox wasn't clean (usually that shouldn't affect the completion behavior but somehow it did, I have to check why). In this case your are also right that `org-tags-completion-function` need to be adjusted. My patch sti

Re: [PATCH] Use completing-read-multiple for org-set-tags-command

2020-07-22 Thread Clemens
With the built-in completion, org-set-tags-command already supports completing multiple tags. Interesting, I couldn't figure out how. I tried with emacs -Q (v 26.3) and I get only completion for the first tag. If you try to get completion after entering the first you get an [no match] message