Re: [Orgmode] repeating events in icalendar export

2008-02-04 Thread Carsten Dominik


Hi Austin,

This works just fine for me, using ical on the MAC.  The VCALENDA
entry I get from exorting this is


BEGIN:VEVENT
DTSTART:20080201T14
DTEND:20080201T16
RRULE:FREQ=WEEKLY;INTERVAL=1
SUMMARY:Weekly meeting
DESCRIPTION: <2008-02-01 14:00-16:00 +1w>\n
CATEGORIES:gtd
END:VEVENT

- Carsten

On Feb 5, 2008, at 6:19 AM, Austin Frank wrote:


Hello!

I'm wondering whether it's possible for active timestamps with  
repeater

information to exported as repeating events using
org-export-icalendar-*.

I have a buffer with an entry like this:

#v+
* Weekly meeting
 <2008-02-01 14:00-16:00 +1w>
#v-

When I call org-export-icalendar-this-file, the meeting shows up on
2/1/2008, but not on any subsequent weeks.  Is there another way to  
get

this to work?

Thanks for any tips,
/ɔ/

--
Austin Frank
http://aufrank.net
GPG Public Key (D7398C2F): http://aufrank.net/personal.asc
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] repeating events in icalendar export

2008-02-04 Thread Austin Frank
Hello!

I'm wondering whether it's possible for active timestamps with repeater
information to exported as repeating events using
org-export-icalendar-*.  

I have a buffer with an entry like this:

#v+
* Weekly meeting
  <2008-02-01 14:00-16:00 +1w>
#v-

When I call org-export-icalendar-this-file, the meeting shows up on
2/1/2008, but not on any subsequent weeks.  Is there another way to get
this to work?

Thanks for any tips,
/ɔ/

-- 
Austin Frank
http://aufrank.net
GPG Public Key (D7398C2F): http://aufrank.net/personal.asc


pgpaQBwlmmaeI.pgp
Description: PGP signature
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Strange bug, request for more info

2008-02-04 Thread Ivan Kanis
Carsten Dominik <[EMAIL PROTECTED]> writes:

> The bug happens when being in the agenda and trying to goto or show
> the origin location of an agenda entry by pressing SPC or RET.
> John reports that sometimes (for him several times a day),

Hi Carsten,

I have seen the bug and never thought much of it, I just refresh the
agenda view and it goes away. I'll pay attentions and see if I can
reproduce it.

Thanks for org!
-- 
Ivan
http://kanis.fr

  "The best age is the age you are."
-- Maggie Kuhn



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Remember and then refile

2008-02-04 Thread Carsten Dominik


On Feb 1, 2008, at 12:21 AM, Steven Lumos wrote:


Carsten Dominik <[EMAIL PROTECTED]> writes:


On Jan 18, 2008, at 11:19 PM, Steven Lumos wrote:


Carsten Dominik <[EMAIL PROTECTED]> writes:

On Jan 18, 2008, at 9:40 PM, Steven Lumos wrote:


Carsten Dominik <[EMAIL PROTECTED]> writes:

This will be in 5.19.  Thanks for the proposal!.

- Carsten


Hi.

Have you considered somehow merging the tree selection and
minibuffer
with completion methods so that both are available simultaneously?


Could you please be more specific?

Thanks.

- Carsten


Maybe. :-)

Currently, C-u C-c C-c in remember uses this "Select a destination
location for the note" mode where you navigate the org tree in the
usual way and then RET to select a headline.

On the other hand, org-refile uses the minibuffer and you type a
headline, with completion and history.

So recently I've been thinking it should be possible (though only
arguably desirable) to allow both of these modes to be active at  
once,
so movement commands would navigate the tree and typing commands  
would

append to the minibuffer.

There are key conflicts that need to be worked out, but I think it
could be done.  For one example, TAB could do completion if there is
text in the minibuffer, and tree navigation otherwise.


Hmm, this sound like over-complx to me.  I would use the interface
that makes sense most of the time and then move by hand in the
remaining cases.  Or do you think tat the interface you want
is dependent on the template you are using?

- Carsten


That could be.  I'm still very much figuring out what the interface
between my brain and org looks like, and not currently using any of
the established planning styles.  I've only been using the agenda for
about half as long as I've been using org for example.

From my perspective, I saw two methods to do exactly the same  
thing(*),

which led to thinking about the advantages of each, which led to
thinking why not just merge them and have the advantages of both.


yes, they do the exact same thing in the way that they achieve the  
same, but
in different ways.  However, what you ask for is difficult to program  
and

also (IMO) confusing.  I am dropping it for now.  If you want to switch
between the two interfaces, just define a command that toggles the
corresponding variable.  Then you can switch just before finishing  
remember

with C-c C-c.

- Carsten___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Un-SCHEDULING isn't working for me :-(

2008-02-04 Thread Carsten Dominik


On Feb 4, 2008, at 12:12 AM, Pete Phillips wrote:


I am trying to Un-Schedule something. In the *Org Agenda* buffer I
press:

C-u C-c C-s

the buffer says:

   "Item is no longer Scheduled"

but when I regenerate the buffer, it still has the scheduling
information.

The line looks like this:

 WAITING Jim to set up All Wales review group SCHEDULED:  
<2008-01-28 Mon> :Office:Jim:




For this command, Org-mode assumes that the SCHEDULED timestamp is
on the second line, just *after* the heading.  Your timestamp is in the
headline, sort-of a non-standard location.  Anyway nonstandard locations
are alowed, so I better fix this.  Will be in the next release.

- Carsten



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode