This post doesn't seem to be exactly what you want, but it might
have some details to help you modify the org-agenda view to your
liking.
https://www.reddit.com/r/emacs/comments/8wohqz/completely_custom_orgagenda_with_support_for_gtd/
Cheers,
--
Adrian Bradd
Hello,
Stefan Monnier writes:
> Misc changes:
Thank you.
> - Assume Emacs≥22 (we're using defvaralias already anyway).
> - Try to make sure -function only contain functions (and never nil).
> - Use define-minor-mode and define-derived-mode.
> - Use command remapping.
> - Initialize map from wi
Hello,
Christian Heinrich writes:
> FYI: the documentation still talks about org-mark-entry-for-agenda-action
> even though this function
> was removed in f95e5ff.
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
joaooneillcor...@outlook.pt (João O'Neill Cortes) writes:
> Using release 9.2.3(Tag 342) on emacs 26.1, fedora.
>
> Links of info type, for instance,
> [[info:org#The%20clock%20table][info:org#The clock table]]
> , seem to be broken.
>
> The property :path retrieved by org-element-property
> in l
Using release 9.2.3(Tag 342) on emacs 26.1, fedora.
Links of info type, for instance,
[[info:org#The%20clock%20table][info:org#The clock table]]
, seem to be broken.
The property :path retrieved by org-element-property
in line 10292 is empty, and therefore the link fails to open,
#+begin_src em