Re: Capture template datetree of type week

2024-11-18 Thread Sébastien Gendre
Ha, my bad. If I set `:tree-type` to `week`, it actually create a week heading but keep creating a sub heading for the day. I thought it would create only year and week heading on top of my entries. What I get is : * Year ** Week *** Day Item 1 Item 2 What I thoug

Re: Indirect follow mode in agenda: Display, edition and how to hide drawers

2024-11-18 Thread Sébastien Gendre
I have launch `emacs -Q` and evaluate this on the *scratch* buffer: (setq org-agenda-files (list "~/Org/Inbox.org" "~/Org/Habits.org")) (setq org-agenda-start-with-follow-mode t) (setq org-agenda-follow-indirect t) I got the same result:

Capture template datetree of type week

2024-11-18 Thread Sébastien Gendre
Hello, I tried to set a new capture template with a target `file+olp+datetree` and the property `:tree-type` set to `week`. But Org-mode act as it's set to `day`. Here is my capture template … ("j" "Weekly Journal" entry (file+olp+datetree "~/Org/Weekly Journal.org")

Re: Contributing org-menu (using transient) to Orgmode?

2024-11-18 Thread General discussions about Org-mode.
The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. > See https://github.com/sheijk/org-menu for some screen shots and > description. Hi! I'm just a casual user. This package seems amazing from initial usage, does improve org workflow well.

Bug: org-kill-line shouldn't assume visual-line-mode means kill-visual-line

2024-11-18 Thread Nathan Collins
Hello, In the latest version of org.el, at line 21367 [1], inside `defun org-kill-line`, we have (if (bound-and-true-p visual-line-mode) 'kill-visual-line 'kill-line))) but I think instead this should just call whatever `kill-line` is bound to in `visual-line-mode-map`. By default, `visual-

Re: Contributing org-menu (using transient) to Orgmode?

2024-11-18 Thread General discussions about Org-mode.
> See https://github.com/sheijk/org-menu for some screen shots and > description. Hi! I'm just a casual user. This package seems amazing from initial usage, does improve org workflow well. I'm excited to follow up on this inclusion. I'd like to just plug few lists related to this topic. 1. ht