emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Agenda view: On this day
@ 2020-09-09 12:35 Klaus Thoben
  2020-09-09 13:06 ` Eric S Fraga
  0 siblings, 1 reply; 5+ messages in thread
From: Klaus Thoben @ 2020-09-09 12:35 UTC (permalink / raw)
  To: emacs-orgmode

Hi everyone,
long time orgmode user, but never really did use the Agenda. Now, having
used Memacs quite a bit, I thought it would be handy to have an agenda
view that shows significant events related to the selected day from all
org files.

Does such a function exist already? Or can somebody help me out with
some Lisp code for that?

Thanks in advance,
Klaus



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Agenda view: On this day
  2020-09-09 12:35 Agenda view: On this day Klaus Thoben
@ 2020-09-09 13:06 ` Eric S Fraga
  2020-09-09 13:14   ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Eric S Fraga @ 2020-09-09 13:06 UTC (permalink / raw)
  To: Klaus Thoben; +Cc: emacs-orgmode

On Wednesday,  9 Sep 2020 at 14:35, Klaus Thoben wrote:
> Does such a function exist already? Or can somebody help me out with
> some Lisp code for that?

The org agenda viewer will display timestamped events from all files
listed in org-agenda-files.  Set the latter and invoke the agenda
(org-agenda, which is bound to C-c a for me) and select "a".  You can
then view any particular day you may wish.

-- 
: Eric S Fraga via Emacs 28.0.50, Org release_9.3.7-725-g7bc18e


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Agenda view: On this day
  2020-09-09 13:06 ` Eric S Fraga
@ 2020-09-09 13:14   ` Carsten Dominik
  2020-09-09 13:55     ` Klaus Thoben
  0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2020-09-09 13:14 UTC (permalink / raw)
  To: Klaus Thoben, org-mode list

[-- Attachment #1: Type: text/plain, Size: 748 bytes --]

On Wed, Sep 9, 2020 at 3:06 PM Eric S Fraga <e.fraga@ucl.ac.uk> wrote:

> On Wednesday,  9 Sep 2020 at 14:35, Klaus Thoben wrote:
> > Does such a function exist already? Or can somebody help me out with
> > some Lisp code for that?
>
> The org agenda viewer will display timestamped events from all files
> listed in org-agenda-files.  Set the latter and invoke the agenda
> (org-agenda, which is bound to C-c a for me) and select "a".  You can
> then view any particular day you may wish.
>

To make this work for a number of files, Org has to be told which files to
look at.  The variable org-agenda-files can be customized to be a list of
all such files.

- Carsten


>
> --
> : Eric S Fraga via Emacs 28.0.50, Org release_9.3.7-725-g7bc18e
>
>

[-- Attachment #2: Type: text/html, Size: 1305 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Agenda view: On this day
  2020-09-09 13:14   ` Carsten Dominik
@ 2020-09-09 13:55     ` Klaus Thoben
  2020-09-09 14:30       ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Klaus Thoben @ 2020-09-09 13:55 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <dominik@uva.nl> writes:

> On Wed, Sep 9, 2020 at 3:06 PM Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
>
>> On Wednesday,  9 Sep 2020 at 14:35, Klaus Thoben wrote:
>> > Does such a function exist already? Or can somebody help me out with
>> > some Lisp code for that?
>>
>> The org agenda viewer will display timestamped events from all files
>> listed in org-agenda-files.  Set the latter and invoke the agenda
>> (org-agenda, which is bound to C-c a for me) and select "a".  You can
>> then view any particular day you may wish.
>>
>
> To make this work for a number of files, Org has to be told which files to
> look at.  The variable org-agenda-files can be customized to be a list of
> all such files.
>
> - Carsten
>
>
>>
>> --
>> : Eric S Fraga via Emacs 28.0.50, Org release_9.3.7-725-g7bc18e
>>
>>
Hi and thanks,
the things you wrote I did already, maybe I didn't make myself clear
enough. What I envision is an extension to the
birthday/diary/anniversary function

This I already have:

> Monday     27 July 2020 W31
>   Birthday: Matthew Daniels (36th)
>   Birthday: Annie Rose (76th)

What I'd also like to see:

> Tuesday     28 July 2020 W31
>   Birthday: Matthew Daniels (32th)
>   Birthday: Annie Rose (67th)
>   This day in 2015: 0:05 lastfm: Under Pressure (Queen And David Bowie)
>   This day in 2015: 7:51 lastfm: Radio Ga Ga                               
>   This day in 2016: 13:36 SMS from Katwarn: KATWARN - DWD: UNWETTERWARNUNG 
>   This day in 2016: 14:44 SMS from Katwarn: KATWARN - DWD: UNWETTERWARNUNG
>   This day in 2019: 13:18 Photo K50_2685.JPG
>   This day in 2019: 13:19 Photo K50_2686.JPG

Klaus




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Agenda view: On this day
  2020-09-09 13:55     ` Klaus Thoben
@ 2020-09-09 14:30       ` Carsten Dominik
  0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2020-09-09 14:30 UTC (permalink / raw)
  To: Klaus Thoben; +Cc: org-mode list

[-- Attachment #1: Type: text/plain, Size: 1859 bytes --]

Dear Klaus,

I am not aware of code that does that.

Carsten


On Wed, Sep 9, 2020 at 3:55 PM Klaus Thoben <gmanebliss@ktho.de> wrote:

> Carsten Dominik <dominik@uva.nl> writes:
>
> > On Wed, Sep 9, 2020 at 3:06 PM Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
> >
> >> On Wednesday,  9 Sep 2020 at 14:35, Klaus Thoben wrote:
> >> > Does such a function exist already? Or can somebody help me out with
> >> > some Lisp code for that?
> >>
> >> The org agenda viewer will display timestamped events from all files
> >> listed in org-agenda-files.  Set the latter and invoke the agenda
> >> (org-agenda, which is bound to C-c a for me) and select "a".  You can
> >> then view any particular day you may wish.
> >>
> >
> > To make this work for a number of files, Org has to be told which files
> to
> > look at.  The variable org-agenda-files can be customized to be a list of
> > all such files.
> >
> > - Carsten
> >
> >
> >>
> >> --
> >> : Eric S Fraga via Emacs 28.0.50, Org release_9.3.7-725-g7bc18e
> >>
> >>
> Hi and thanks,
> the things you wrote I did already, maybe I didn't make myself clear
> enough. What I envision is an extension to the
> birthday/diary/anniversary function
>
> This I already have:
>
> > Monday     27 July 2020 W31
> >   Birthday: Matthew Daniels (36th)
> >   Birthday: Annie Rose (76th)
>
> What I'd also like to see:
>
> > Tuesday     28 July 2020 W31
> >   Birthday: Matthew Daniels (32th)
> >   Birthday: Annie Rose (67th)
> >   This day in 2015: 0:05 lastfm: Under Pressure (Queen And David Bowie)
> >   This day in 2015: 7:51 lastfm: Radio Ga Ga
>
> >   This day in 2016: 13:36 SMS from Katwarn: KATWARN - DWD:
> UNWETTERWARNUNG
> >   This day in 2016: 14:44 SMS from Katwarn: KATWARN - DWD:
> UNWETTERWARNUNG
> >   This day in 2019: 13:18 Photo K50_2685.JPG
> >   This day in 2019: 13:19 Photo K50_2686.JPG
>
> Klaus
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 2739 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-09 14:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 12:35 Agenda view: On this day Klaus Thoben
2020-09-09 13:06 ` Eric S Fraga
2020-09-09 13:14   ` Carsten Dominik
2020-09-09 13:55     ` Klaus Thoben
2020-09-09 14:30       ` Carsten Dominik

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