* Org-Agenda view customization @ 2023-06-06 14:39 Dieter Faulbaum 2023-06-06 16:45 ` Ihor Radchenko 0 siblings, 1 reply; 6+ messages in thread From: Dieter Faulbaum @ 2023-06-06 14:39 UTC (permalink / raw) To: emacs-orgmode I like to have my entries in my org-files in this way: * <2023-06-06>--<2023-06-10> 5 days long But then the agenda view entry doesn't look so nice: (1/5): <2023-06-06>--<2023-06-10> 5 days long If the entry in the org-file looks like this: * 5 days long <2023-06-06>--<2023-06-10> the agenda view entry looks nicer: (1/5): 5 days long Is there a way to get rid of the part '<2023-06-06>--<2023-06-10>' in the agenda view (with the date entry in the same line in the org-file)? ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-Agenda view customization 2023-06-06 14:39 Org-Agenda view customization Dieter Faulbaum @ 2023-06-06 16:45 ` Ihor Radchenko [not found] ` <riea5xbr9zy.fsf@faulbaum.in-berlin.de> 0 siblings, 1 reply; 6+ messages in thread From: Ihor Radchenko @ 2023-06-06 16:45 UTC (permalink / raw) To: Dieter Faulbaum; +Cc: emacs-orgmode Dieter Faulbaum <mail@faulbaum.in-berlin.de> writes: > I like to have my entries in my org-files in this way: > * <2023-06-06>--<2023-06-10> 5 days long > > But then the agenda view entry doesn't look so nice: > (1/5): <2023-06-06>--<2023-06-10> 5 days long > ... > Is there a way to get rid of the part '<2023-06-06>--<2023-06-10>' > in the agenda view > (with the date entry in the same line in the org-file)? org-agenda-remove-timeranges-from-blocks -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92> ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <riea5xbr9zy.fsf@faulbaum.in-berlin.de>]
* Re: Org-Agenda view customization [not found] ` <riea5xbr9zy.fsf@faulbaum.in-berlin.de> @ 2023-06-07 8:01 ` Ihor Radchenko 2023-06-07 8:04 ` Dieter Faulbaum 2023-06-08 11:11 ` Dieter Faulbaum 0 siblings, 2 replies; 6+ messages in thread From: Ihor Radchenko @ 2023-06-07 8:01 UTC (permalink / raw) To: Dieter Faulbaum; +Cc: emacs-orgmode Dieter Faulbaum <mail@faulbaum.in-berlin.de> writes: >>> Is there a way to get rid of the part >>> '<2023-06-06>--<2023-06-10>' >>> in the agenda view >>> (with the date entry in the same line in the org-file)? >> >> org-agenda-remove-timeranges-from-blocks > > Oh thanks Ihor, that does it! > But I didn't find that variable in the org.pdf manual.-) We do not document everything in the manual. Just most important things. M-x customize-group is your friend. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-Agenda view customization 2023-06-07 8:01 ` Ihor Radchenko @ 2023-06-07 8:04 ` Dieter Faulbaum 2023-06-08 11:11 ` Dieter Faulbaum 1 sibling, 0 replies; 6+ messages in thread From: Dieter Faulbaum @ 2023-06-07 8:04 UTC (permalink / raw) To: Ihor Radchenko; +Cc: emacs-orgmode Ihor Radchenko <yantar92@posteo.net> writes: > Dieter Faulbaum <mail@faulbaum.in-berlin.de> writes: > >>>> Is there a way to get rid of the part >>>> '<2023-06-06>--<2023-06-10>' >>>> in the agenda view >>>> (with the date entry in the same line in the org-file)? >>> >>> org-agenda-remove-timeranges-from-blocks >> >> Oh thanks Ihor, that does it! >> But I didn't find that variable in the org.pdf manual.-) > > We do not document everything in the manual. Just most important > things. > M-x customize-group is your friend. Thanks, another very useful hint! I don't use this very often before but will do it more in the future.-) ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-Agenda view customization 2023-06-07 8:01 ` Ihor Radchenko 2023-06-07 8:04 ` Dieter Faulbaum @ 2023-06-08 11:11 ` Dieter Faulbaum 2023-06-08 11:55 ` Ihor Radchenko 1 sibling, 1 reply; 6+ messages in thread From: Dieter Faulbaum @ 2023-06-08 11:11 UTC (permalink / raw) To: Ihor Radchenko; +Cc: emacs-orgmode Ihor Radchenko <yantar92@posteo.net> writes: > Dieter Faulbaum <mail@faulbaum.in-berlin.de> writes: > >>>> Is there a way to get rid of the part >>>> '<2023-06-06>--<2023-06-10>' >>>> in the agenda view >>>> (with the date entry in the same line in the org-file)? >>> >>> org-agenda-remove-timeranges-from-blocks >> >> Oh thanks Ihor, that does it! >> But I didn't find that variable in the org.pdf manual.-) > > We do not document everything in the manual. Just most important > things. > M-x customize-group is your friend. I'm a little bit lost in the customize-group of org-agenda. I'm looking for a variable to "blank" float entries like this: <%%(diary-float t 4 2)> which is shown in the agenda view (with org-agenda-remove-timeranges-from-blocks set to t), because it's not really a timerange? ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-Agenda view customization 2023-06-08 11:11 ` Dieter Faulbaum @ 2023-06-08 11:55 ` Ihor Radchenko 0 siblings, 0 replies; 6+ messages in thread From: Ihor Radchenko @ 2023-06-08 11:55 UTC (permalink / raw) To: Dieter Faulbaum; +Cc: emacs-orgmode Dieter Faulbaum <mail@faulbaum.in-berlin.de> writes: > I'm a little bit lost in the customize-group of org-agenda. > I'm looking for a variable to "blank" float entries like this: > <%%(diary-float t 4 2)> which is shown in the agenda view > (with org-agenda-remove-timeranges-from-blocks set to t), > because it's not really a timerange? Yes. You cannot currently remove diary-style timestamps from headings in agenda using built-in customization. However, you can try `org-agenda-finalize-hook', manually removing what you do not want to see. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92> ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-06-08 11:52 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-06-06 14:39 Org-Agenda view customization Dieter Faulbaum 2023-06-06 16:45 ` Ihor Radchenko [not found] ` <riea5xbr9zy.fsf@faulbaum.in-berlin.de> 2023-06-07 8:01 ` Ihor Radchenko 2023-06-07 8:04 ` Dieter Faulbaum 2023-06-08 11:11 ` Dieter Faulbaum 2023-06-08 11:55 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).