all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Thorpe <rt@robertthorpeconsulting.com>
To: torys.anderson@gmail.com (Tory S. Anderson)
Cc: help-gnu-emacs@gnu.org, m.eliachevitch@gmx.net
Subject: Re: Emacs calendar to display nth weekay in month, e.g. every 3rd Wednesday
Date: Tue, 20 Jan 2015 03:01:09 +0000	[thread overview]
Message-ID: <87mw5ecg0a.fsf@robertthorpeconsulting.com> (raw)
In-Reply-To: <87twzxdpfd.fsf@gmail.com> (torys.anderson@gmail.com)

torys.anderson@gmail.com (Tory S. Anderson) writes:

> I accomplish this using Org-mode agenda for all my calendaring (highly recommend it) and lines like the following in an agenda-loaded org file: 
>
> ** 8:00-9:00 Ward Council Meeting: 2nd and 4th Sunday
>    <%%(diary-float t 0 2)>
>    <%%(diary-float t 0 4)>
>
> Does that help? For me, probably 85% of my emacs usage is org-mode (planning, note-taking, powerpoint/doc generation); it ships with emacs, so if you haven't looked into it yet, I would strongly recommend it. They also have a mailing list parallel to this one. 

The same thing can be done with the regular calendar.  The syntax for
the example Tory gives above would be:

%%(diary-float t 0 2) Ward Council Meeting: 2nd Sunday of the month.
%%(diary-float t 0 4) Ward Council Meeting: 4th Sunday of the month.

BR,
Robert Thorpe



      reply	other threads:[~2015-01-20  3:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-11 20:03 Emacs calendar to display nth weekay in month, e.g. every 3rd Wednesday Michael Eliachevitch
2015-01-11 20:37 ` Tory S. Anderson
2015-01-20  3:01   ` Robert Thorpe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mw5ecg0a.fsf@robertthorpeconsulting.com \
    --to=rt@robertthorpeconsulting.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=m.eliachevitch@gmx.net \
    --cc=torys.anderson@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.