Re: [Orgmode] Re: Problem entering an every-weekday meeting with start time

2010-04-13 Thread Patrick Aikens
*sigh*
I knew it had to be something simple I was missing.  Thanks!

2010/4/12 Łukasz Stelmach lukasz.stelm...@iem.pw.edu.pl:
 Patrick Aikens paik...@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


___
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


[Orgmode] Problem entering an every-weekday meeting with start time

2010-04-12 Thread Patrick Aikens
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


___
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