emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* complex dates (ie schedule a class in a time range)
@ 2016-02-03 10:35 Xebar Saram
  2016-02-03 15:28 ` Jorge A. Alfaro-Murillo
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Xebar Saram @ 2016-02-03 10:35 UTC (permalink / raw)
  To: org mode

[-- Attachment #1: Type: text/plain, Size: 551 bytes --]

hi all

im having difficulty understanding how the complex date input works and
would appreciate any help.
What i want is to schedule a class i teach on a sunday from 09:00 to 11:00
between 3/6/2016 to 1/7/2016

from what i can understand i need to use sexp syntax and found and example
online but this is how far i got:

<%%(org-class 2016 6 3 2016 7 1 0)>

even this example that dosent take hours into account dosent appear in my
agenda.

Can anyone give me an example that includes hours and show me how to make
it appear on the agenda?

best!

Z

[-- Attachment #2: Type: text/html, Size: 1005 bytes --]

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

* Re: complex dates (ie schedule a class in a time range)
  2016-02-03 10:35 complex dates (ie schedule a class in a time range) Xebar Saram
@ 2016-02-03 15:28 ` Jorge A. Alfaro-Murillo
  2016-02-03 15:42   ` Xebar Saram
  2016-02-03 16:01 ` Eric S Fraga
  2016-03-03 11:29 ` Karl Voit
  2 siblings, 1 reply; 7+ messages in thread
From: Jorge A. Alfaro-Murillo @ 2016-02-03 15:28 UTC (permalink / raw)
  To: emacs-orgmode

Hi Xebar,

Xebar Saram writes:

> im having difficulty understanding how the complex date input 
> works and would appreciate any help.  What i want is to schedule 
> a class i teach on a sunday from 09:00 to 11:00 between 3/6/2016 
> to 1/7/2016

%%(org-class 2016 6 3 2016 7 1 0) 9:00-11:00 You should be 
  sleeping

Best,
-- 
Jorge.

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

* Re: complex dates (ie schedule a class in a time range)
  2016-02-03 15:28 ` Jorge A. Alfaro-Murillo
@ 2016-02-03 15:42   ` Xebar Saram
  2016-02-03 15:53     ` Jorge A. Alfaro-Murillo
  2016-02-04  8:41     ` Eric S Fraga
  0 siblings, 2 replies; 7+ messages in thread
From: Xebar Saram @ 2016-02-03 15:42 UTC (permalink / raw)
  To: Jorge A. Alfaro-Murillo; +Cc: org mode

[-- Attachment #1: Type: text/plain, Size: 235 bytes --]

thx so much Jorge

i added this to my meet.org file :

** 3D class
%%(org-class 2016 6 3 2016 7 1 0) 9:00-11:00 You should be  sleeping

yet in my agenda on 3/6/2016 there is no meeting present. what am i missing
here?

thx so much

Z

[-- Attachment #2: Type: text/html, Size: 615 bytes --]

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

* Re: complex dates (ie schedule a class in a time range)
  2016-02-03 15:42   ` Xebar Saram
@ 2016-02-03 15:53     ` Jorge A. Alfaro-Murillo
  2016-02-04  8:41     ` Eric S Fraga
  1 sibling, 0 replies; 7+ messages in thread
From: Jorge A. Alfaro-Murillo @ 2016-02-03 15:53 UTC (permalink / raw)
  To: emacs-orgmode

Xebar Saram writes:

> i added this to my meet.org file : 
> 
> ** 3D class %%(org-class 2016 6 3 2016 7 1 0) 9:00-11:00 You 
> should be sleeping 
> 
> yet in my agenda on 3/6/2016 there is no meeting present. what 
> am i missing here?

I do not know. That works for me. You mean June 3rd right? Another 
obvious question, is meet.org part of your org-agenda-files?

-- 
Jorge.

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

* Re: complex dates (ie schedule a class in a time range)
  2016-02-03 10:35 complex dates (ie schedule a class in a time range) Xebar Saram
  2016-02-03 15:28 ` Jorge A. Alfaro-Murillo
@ 2016-02-03 16:01 ` Eric S Fraga
  2016-03-03 11:29 ` Karl Voit
  2 siblings, 0 replies; 7+ messages in thread
From: Eric S Fraga @ 2016-02-03 16:01 UTC (permalink / raw)
  To: Xebar Saram; +Cc: org mode

On Wednesday,  3 Feb 2016 at 12:35, Xebar Saram wrote:

[...]

> from what i can understand i need to use sexp syntax and found and example
> online but this is how far i got:
>
> <%%(org-class 2016 6 3 2016 7 1 0)>
>
> even this example that dosent take hours into account dosent appear in my
> agenda.

This works for me but you need to put the time in the headline, as in:

,----
| * 2pm-3pm my lecture on really interesting stuff
| <%%(org-class 2016 6 3 2016 7 1 0)>
`----

It may be that the <%% line needs to be flush to the left, i.e. no
leading spaces, but I'm not sure.

Note that 0 is a Sunday...
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.90.1, Org release_8.3.3-535-g7213aa

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

* Re: complex dates (ie schedule a class in a time range)
  2016-02-03 15:42   ` Xebar Saram
  2016-02-03 15:53     ` Jorge A. Alfaro-Murillo
@ 2016-02-04  8:41     ` Eric S Fraga
  1 sibling, 0 replies; 7+ messages in thread
From: Eric S Fraga @ 2016-02-04  8:41 UTC (permalink / raw)
  To: Xebar Saram; +Cc: Jorge A. Alfaro-Murillo, org mode

On Wednesday,  3 Feb 2016 at 17:42, Xebar Saram wrote:
> thx so much Jorge
>
> i added this to my meet.org file :
>
> ** 3D class
> %%(org-class 2016 6 3 2016 7 1 0) 9:00-11:00 You should be  sleeping
>
> yet in my agenda on 3/6/2016 there is no meeting present. what am i missing
> here?

But 3 June is *not* a Sunday.  You've asked for a slot on Sundays in the
date range specified.  If you change the 0 to a 5, it will probably
work.  Alternatively, have a look at the 5th of June to see if the item
appeared there.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.90.1, Org release_8.3.3-535-g7213aa

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

* Re: complex dates (ie schedule a class in a time range)
  2016-02-03 10:35 complex dates (ie schedule a class in a time range) Xebar Saram
  2016-02-03 15:28 ` Jorge A. Alfaro-Murillo
  2016-02-03 16:01 ` Eric S Fraga
@ 2016-03-03 11:29 ` Karl Voit
  2 siblings, 0 replies; 7+ messages in thread
From: Karl Voit @ 2016-03-03 11:29 UTC (permalink / raw)
  To: emacs-orgmode

* Xebar Saram <zeltakc@gmail.com> wrote:
>
> hi all
>
> im having difficulty understanding how the complex date input works and
> would appreciate any help.
> What i want is to schedule a class i teach on a sunday from 09:00 to 11:00
> between 3/6/2016 to 1/7/2016
>
> from what i can understand i need to use sexp syntax and found and example
> online but this is how far i got:
>
> <%%(org-class 2016 6 3 2016 7 1 0)>
>
> even this example that dosent take hours into account dosent appear in my
> agenda.
>
> Can anyone give me an example that includes hours and show me how to make
> it appear on the agenda?

I'd do it that way:

* <2016-06-03 09:00-11:00> Class

... and use org-colone-subtree-with-time-shift to create the others.


-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
       > get Memacs from https://github.com/novoid/Memacs <

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github

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

end of thread, other threads:[~2016-03-03 11:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03 10:35 complex dates (ie schedule a class in a time range) Xebar Saram
2016-02-03 15:28 ` Jorge A. Alfaro-Murillo
2016-02-03 15:42   ` Xebar Saram
2016-02-03 15:53     ` Jorge A. Alfaro-Murillo
2016-02-04  8:41     ` Eric S Fraga
2016-02-03 16:01 ` Eric S Fraga
2016-03-03 11:29 ` Karl Voit

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