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
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:
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")
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.
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-
> 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