emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problem entering an every-weekday meeting with start time
@ 2010-04-12 20:25 Patrick Aikens
  2010-04-12 22:36 ` Łukasz Stelmach
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Aikens @ 2010-04-12 20:25 UTC (permalink / raw)
  To: emacs-orgmode

I've seen the FAQ entry about setting up a recurring daily weekday
meeting, but I have a couple of issues with it.  I'm something of an
emacs newbie, so please bear with me if this is obvious - google has
provided nothing useful thus far.  I'm using the current release of
Emacs/W32 on XP with version 6.34c of org-mode.

I have a meeting I wish to have on my agenda every weekday at the
appropriate start time.  I have tried the following, which doesn't
show up in my agenda at all:
** Daily Meeting
   <%%(memq (calendar-day-of-week date) '(1 2 3 4 5)) 10:30>

The following, however, DOES show up in the agenda with the correct time:
** Daily Meeting
   SCHEDULED: <%%(memq (calendar-day-of-week date) '(1 2 3 4 5)) 10:30>

I really don't want to have to use the SCHEDULED: keyword since this
isn't something I'm scheduling to start work on, it's just a daily
recurring appointment.  Is there something I'm missing in getting the
first form to work?

--
SELECT * FROM users WHERE clue > 0

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

* Re: Problem entering an every-weekday meeting with start time
  2010-04-12 20:25 Problem entering an every-weekday meeting with start time Patrick Aikens
@ 2010-04-12 22:36 ` Łukasz Stelmach
  2010-04-13 15:20   ` Patrick Aikens
  0 siblings, 1 reply; 3+ messages in thread
From: Łukasz Stelmach @ 2010-04-12 22:36 UTC (permalink / raw)
  To: emacs-orgmode

Patrick Aikens <paikens@gmail.com> writes:

I have a meeting I wish to have on my agenda every weekday at the
> appropriate start time.  I have tried the following, which doesn't
> show up in my agenda at all:
> ** Daily Meeting
>    <%%(memq (calendar-day-of-week date) '(1 2 3 4 5)) 10:30>
>

How about

** Daily Meeting 10:30
   <%%(memq (calendar-day-of-week date) '(1 2 3 4 5))>


or

** Daily Meeting
%%(memq (calendar-day-of-week date) '(1 2 3 4 5)) Daily meeting 10:30


-- 
Miłego dnia,
Łukasz Stelmach

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

* Re: Re: Problem entering an every-weekday meeting with start time
  2010-04-12 22:36 ` Łukasz Stelmach
@ 2010-04-13 15:20   ` Patrick Aikens
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Aikens @ 2010-04-13 15:20 UTC (permalink / raw)
  To: Łukasz Stelmach; +Cc: emacs-orgmode

*sigh*
I knew it had to be something simple I was missing.  Thanks!

2010/4/12 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>:
> Patrick Aikens <paikens@gmail.com> writes:
>
> I have a meeting I wish to have on my agenda every weekday at the
>> appropriate start time.  I have tried the following, which doesn't
>> show up in my agenda at all:
>> ** Daily Meeting
>>    <%%(memq (calendar-day-of-week date) '(1 2 3 4 5)) 10:30>
>>
>
> How about
>
> ** Daily Meeting 10:30
>    <%%(memq (calendar-day-of-week date) '(1 2 3 4 5))>
>
>
> or
>
> ** Daily Meeting
> %%(memq (calendar-day-of-week date) '(1 2 3 4 5)) Daily meeting 10:30
>
>
> --
> Miłego dnia,
> Łukasz Stelmach
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>



-- 
SELECT * FROM users WHERE clue > 0

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

end of thread, other threads:[~2010-04-13 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-12 20:25 Problem entering an every-weekday meeting with start time Patrick Aikens
2010-04-12 22:36 ` Łukasz Stelmach
2010-04-13 15:20   ` Patrick Aikens

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