* calendar and agenda entries
@ 2010-09-18 11:11 henry atting
2010-09-19 20:18 ` Matt Lundin
2010-09-19 21:31 ` Bastien
0 siblings, 2 replies; 6+ messages in thread
From: henry atting @ 2010-09-18 11:11 UTC (permalink / raw)
To: emacs-orgmode
When printing or exporting the emacs calendar it is possible to include
diary entries or holidays. Is there a way to include org-agenda entries
as well?
cheers,
henry
--
http://literaturlatenight.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: calendar and agenda entries
2010-09-18 11:11 calendar and agenda entries henry atting
@ 2010-09-19 20:18 ` Matt Lundin
2010-09-20 9:45 ` henry atting
2010-09-19 21:31 ` Bastien
1 sibling, 1 reply; 6+ messages in thread
From: Matt Lundin @ 2010-09-19 20:18 UTC (permalink / raw)
To: henry atting; +Cc: emacs-orgmode
henry atting <nsmp_02@online.de> writes:
> When printing or exporting the emacs calendar it is possible to include
> diary entries or holidays.
Yes. For more information, see:
(info "(emacs) Writing Calendar Files")
You'll want to put the following settings in your org-mode file:
(setq cal-tex-diary t)
(setq cal-tex-holidays t)
> Is there a way to include org-agenda entries as well?
Yes.
http://orgmode.org/worg/org-faq.php#include-entries-from-org-mode-files-into-emacs-diary
http://orgmode.org/worg/org-faq.php#add-Org-scheduled/deadlined-entries-to-diary!
Best,
Matt
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: calendar and agenda entries
2010-09-18 11:11 calendar and agenda entries henry atting
2010-09-19 20:18 ` Matt Lundin
@ 2010-09-19 21:31 ` Bastien
1 sibling, 0 replies; 6+ messages in thread
From: Bastien @ 2010-09-19 21:31 UTC (permalink / raw)
To: henry atting; +Cc: emacs-orgmode
Hi Henry,
henry atting <nsmp_02@online.de> writes:
> When printing or exporting the emacs calendar it is possible to include
> diary entries or holidays. Is there a way to include org-agenda entries
> as well?
No: it is possible to include org-agenda entries when *displaying* the
diary (with M-x diary) - see C-h v org-diary RET.
But it's not possible to *print* agenda entries from the calendar.
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: calendar and agenda entries
2010-09-19 20:18 ` Matt Lundin
@ 2010-09-20 9:45 ` henry atting
2010-09-20 16:11 ` Matt Lundin
0 siblings, 1 reply; 6+ messages in thread
From: henry atting @ 2010-09-20 9:45 UTC (permalink / raw)
To: emacs-orgmode
On So, Sep 19 2010, Matt Lundin wrote:
> henry atting <nsmp_02@online.de> writes:
>
>> When printing or exporting the emacs calendar it is possible to include
>> diary entries or holidays.
Mmh, this should be understood as a statement not a question but many
thanks anyway.
> [...]
>> Is there a way to include org-agenda entries as well?
>
> Yes.
>
> http://orgmode.org/worg/org-faq.php#include-entries-from-org-mode-files-into-emacs-diary
>
> http://orgmode.org/worg/org-faq.php#add-Org-scheduled/deadlined-entries-to-diary!
Yes, that does the trick. I created a diary file (normally I don't use
it), added a single line `&%%(org-diary)`
Now entries from org-agenda files do show up in the generated
calendars - at least in those for the whole month. As far as I see the
weekly calendars don't support it.
thanks,
henry
--
http://literaturlatenight.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: calendar and agenda entries
2010-09-20 9:45 ` henry atting
@ 2010-09-20 16:11 ` Matt Lundin
2010-09-21 12:53 ` henry atting
0 siblings, 1 reply; 6+ messages in thread
From: Matt Lundin @ 2010-09-20 16:11 UTC (permalink / raw)
To: henry atting; +Cc: emacs-orgmode
henry atting <nsmp_02@online.de> writes:
> On So, Sep 19 2010, Matt Lundin wrote:
>
>> henry atting <nsmp_02@online.de> writes:
>>
>>> When printing or exporting the emacs calendar it is possible to include
>>> diary entries or holidays.
>
> Mmh, this should be understood as a statement not a question but many
> thanks anyway.
Ah, yes. I've accidentally left off question marks so many times in my
own posts that I tend to assume everything is a question. :)
>
>> [...]
>
>
>>> Is there a way to include org-agenda entries as well?
>>
>> Yes.
>>
>> http://orgmode.org/worg/org-faq.php#include-entries-from-org-mode-files-into-emacs-diary
>>
>> http://orgmode.org/worg/org-faq.php#add-Org-scheduled/deadlined-entries-to-diary!
>
> Yes, that does the trick. I created a diary file (normally I don't use
> it), added a single line `&%%(org-diary)`
>
> Now entries from org-agenda files do show up in the generated
> calendars - at least in those for the whole month. As far as I see the
> weekly calendars don't support it.
I believe some of the weekly calendars---namely, filofax (t f W) and iso
(t w 3)---do:
,----[ (info "(emacs) Writing Calendar Files") ]
| If the variable `cal-tex-diary' is non-`nil' (the default is `nil'),
| diary entries are included also (in monthly, filofax, and iso-week
| calendars only).
`----
The variety of cal-tex export commands is truly mind-boggling!
Best,
Matt
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: calendar and agenda entries
2010-09-20 16:11 ` Matt Lundin
@ 2010-09-21 12:53 ` henry atting
0 siblings, 0 replies; 6+ messages in thread
From: henry atting @ 2010-09-21 12:53 UTC (permalink / raw)
To: emacs-orgmode
On Mo, Sep 20 2010, Matt Lundin wrote:
> henry atting <nsmp_02@online.de> writes:
>
>> On So, Sep 19 2010, Matt Lundin wrote:
>>
>>> henry atting <nsmp_02@online.de> writes:
>>>
>>>> When printing or exporting the emacs calendar it is possible to include
>>>> diary entries or holidays.
>>
>> Mmh, this should be understood as a statement not a question but many
>> thanks anyway.
>
> Ah, yes. I've accidentally left off question marks so many times in my
> own posts that I tend to assume everything is a question. :)
>
>>
>>> [...]
>>
>>
>>>> Is there a way to include org-agenda entries as well?
>>>
>>> Yes.
>>>
>>> http://orgmode.org/worg/org-faq.php#include-entries-from-org-mode-files-into-emacs-diary
>>>
>>> http://orgmode.org/worg/org-faq.php#add-Org-scheduled/deadlined-entries-to-diary!
>>
>> Yes, that does the trick. I created a diary file (normally I don't use
>> it), added a single line `&%%(org-diary)`
>>
>> Now entries from org-agenda files do show up in the generated
>> calendars - at least in those for the whole month. As far as I see the
>> weekly calendars don't support it.
>
> I believe some of the weekly calendars---namely, filofax (t f W) and iso
> (t w 3)---do:
>
> ,----[ (info "(emacs) Writing Calendar Files") ]
> | If the variable `cal-tex-diary' is non-`nil' (the default is `nil'),
> | diary entries are included also (in monthly, filofax, and iso-week
> | calendars only).
> `----
>
> The variety of cal-tex export commands is truly mind-boggling!
Yes it is. That's why I did not find the filofax weekly e.g. (which displays
org-agenda entries correctly)
> Best,
> Matt
cheers,
henry
--
http://literaturlatenight.de
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-09-21 12:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-18 11:11 calendar and agenda entries henry atting
2010-09-19 20:18 ` Matt Lundin
2010-09-20 9:45 ` henry atting
2010-09-20 16:11 ` Matt Lundin
2010-09-21 12:53 ` henry atting
2010-09-19 21:31 ` Bastien
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).