* Problem with floating holidays
@ 2012-12-02 5:06 John Burns
2012-12-02 11:58 ` Philipp Kroos
0 siblings, 1 reply; 2+ messages in thread
From: John Burns @ 2012-12-02 5:06 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 819 bytes --]
I am having problems with org-float and floating holidays, in particular the
holiday of Thanksgiving, as an example.
I have the following entry in my data file:
* Anniversaries and Holidays
#+CATEGORY: Holiday
%%(org-float t 4 4) Thanksgiving
I know that if I leave this in my file the agenda will show it every fourth
Thursday of every month.
How do I tell it that I only want it to happen in the month of November?
I tried to enter the month 11 after the last 4 so that it appears as:
%%(org-float t 4 4 11) Thanksgiving.
This did not give me a correct result either. I have reviewed the forums
and the org manual for the answer, but could not find it.
My Emacs version is 23.3.1 and my Org-Mode version is 7.7.
I hope that someone out there has the answer.
Thanking You In Advance,
John
[-- Attachment #2: Type: text/html, Size: 3742 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problem with floating holidays
2012-12-02 5:06 Problem with floating holidays John Burns
@ 2012-12-02 11:58 ` Philipp Kroos
0 siblings, 0 replies; 2+ messages in thread
From: Philipp Kroos @ 2012-12-02 11:58 UTC (permalink / raw)
To: John Burns; +Cc: emacs-orgmode
"John Burns" <epelle1@comcast.net> writes:
> I am having problems with org-float and floating holidays, in particular the holiday of Thanksgiving, as an example.
>
> I have the following entry in my data file:
>
> * Anniversaries and Holidays
>
> #+CATEGORY: Holiday
>
> %%(org-float t 4 4) Thanksgiving
>
> I know that if I leave this in my file the agenda will show it every fourth Thursday of every month.
>
> How do I tell it that I only want it to happen in the month of November?
>
> I tried to enter the month 11 after the last 4 so that it appears as: %%(org-float t 4 4 11) Thanksgiving.
>
> This did not give me a correct result either. I have reviewed the forums and the org manual for the answer, but could not find it.
>
> My Emacs version is 23.3.1 and my Org-Mode version is 7.7.
>
> I hope that someone out there has the answer.
>
> Thanking You In Advance,
>
> John
You tried the 11 at the wrong position, try
%%(org-float 11 4 4) Thanksgiving
Regards,
Philipp
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-02 11:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-02 5:06 Problem with floating holidays John Burns
2012-12-02 11:58 ` Philipp Kroos
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).