[Orgmode] Re: org-mode on sloooow computer

2009-04-25 Thread Eric S Fraga
Carsten Dominik writes:
  Ummm, this doesn't work for me?  C-c C-x r is undefined.
 
 You need to be in an org-mode buffer for this..

Ah.  Yes.

  In any case, I am impressed: from 4.5 seconds to less than a second in
  one day!  Can you do the same for my 2+ day optimisation runs I
  require in my research? ;-)
 
 :-)  Someone needs to write a profiler for that.  In fact, clocking your
 work and looking at the biggest time consumers may help :-)

Yes.  I do profile my codes very often.  The current codes (for this
particular problem) are about as efficient as I can make them.  The
problems I tackle are simply inherently difficult or complex.

 Thanks, this was a fun day.

Excellent!  A bit of hacking of this type can indeed be fun.  And
provides a nice diversion from the more humdrum aspects of our
work... (my students are all revising for their final exams... ;-).

eric 


___
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: checkbox statistics

2009-04-25 Thread Richard KLINDA
 Regarding 'Re: Re: checkbox statistics'; Samuel Wales adds:


   Perhaps any such change should also change todo statistics for
   consistency?

I don't use todo statistics, but I'm going to take a look at that.

-- 
Richard


___
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] Sorting org-mode Outlines with xemacs

2009-04-25 Thread Hendrik Radke
Hello,

first, thank you for this wonderful program that helps me organize my day.

I am using XEmacs 21.4.21 on a Debian Lenny system, together with
Org-Mode version 6.25d, which works quite well.

However, while trying to sort a list by priority, I encountered an
error: Wrong type argument: stringp, ?B

This error stems from org.el, function org-sort-entries-or-items, in
line 6136. Obviously, it tries to convert a string to a char, but the
argument is already a character, so it fails with type mismatch.

Remedy: I substituted the line
(string-to-char (match-string 2))
with
(match-string 2)
, which fixed the mentioned error.

regards,
Hendrik Radke


___
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] C-k keystroke kills the subtree

2009-04-25 Thread Dmitry Prokashev

Hello there.

I'm using org-mode for a several months and recently a sad thing  
happened with me. I suddenly found that a subtree where I look into  
rather rarely, but the information there is quite important,  
disappeared. Obviously I have stroked C-k while the point was located  
on the collapsed tree, and whole my tree disappeared and I did not  
even noticed that. When I found there is no subtree, it was already  
too late to restore it: there was no such change in undo history and  
probably I have removed that subtree in one of my previous emacs  
sessions.


Probably its a good idea to review C-k behaviour in org mode. It may  
remove a single line (subtree header), expand the tree thus attaching  
it to the previous subtree of the same level, for example. And to  
remove the whole collapsed subtree, the user should mark it with a  
region and remove it using C-w thus providing something like a  
confirmation that he really wants to remove the whole subtree. Well  
this is just a set of ideas, but anyway I suppose that C-k should not  
remove the whole (collapsed) tree. My case was the root-level subtree,  
so I've lost about 1/5th of my file.


And yes, thanks for a great tool, this is very usefull for me, and  
good luck!


Best regards,

Dmitry Prokashev, St. Petersburg, Russia


___
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] C-k keystroke kills the subtree

2009-04-25 Thread Ian Barton


I'm using org-mode for a several months and recently a sad thing 
happened with me. I suddenly found that a subtree where I look into 
rather rarely, but the information there is quite important, 
disappeared. Obviously I have stroked C-k while the point was located on 
the collapsed tree, and whole my tree disappeared and I did not even 
noticed that. When I found there is no subtree, it was already too late 
to restore it: there was no such change in undo history and probably I 
have removed that subtree in one of my previous emacs sessions.



Dmitry,
I know this isn't much help in your present predicament, but I would 
suggest that you have a look at Using Version Control with Your Org 
Files at http://orgmode.org/worg/org-tutorials/index.php#sec-3.3 
(declaration of interest, I wrote it).


Using a VCS in conjunction with cron considerably mitigates the impact 
of such disasters. Provided you commit your changes frequently (e.g. 
with cron), you can  normally recover almost anything you deleted in error.


Ian.



___
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: org-mode on sloooow computer

2009-04-25 Thread Bernt Hansen
Eric S Fraga ucec...@ucl.ac.uk writes:

 Carsten Dominik writes:
  Ummm, this doesn't work for me?  C-c C-x r is undefined.
 
 You need to be in an org-mode buffer for this..

 Ah.  Yes.


I just use M-x org-reload and C-u M-x org-reload since that works
everywhere.

C-c C-x r doesn't work in the agenda either which feels weird.

-Bernt


___
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] Google calendar

2009-04-25 Thread Richard Riley

I'd like to get something going between my blackberry and org-mode. I
guess the best way is probably via Google calendar. Anyone currently
linking org-mode to Google calendar and if so what process are you
using?

Thanks for any pointers,

r.


___
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] Google calendar

2009-04-25 Thread Friedrich Delgado Friedrichs
Richard Riley schrieb:
 I'd like to get something going between my blackberry and org-mode. I
 guess the best way is probably via Google calendar. Anyone currently
 linking org-mode to Google calendar and if so what process are you
 using?
---Zitatende---

I'm using org-export-icalendar-combine-agenda-files and upload the
resulting ics file to google calendar about once a week.

I'm afraid that's the best I have at the moment. Direct integration of
org-mode with google calendar would be nice and could probably be done
via gclient (an Implementation of google api which is part of the
emacspeak suite) but I didn't look into this yet.

You could also put the ics file on a public webserver and have google
calendar read the ics file via http, if you don't mind that the whole
world sees your appointments (unfortunately I do mind, so that's no
solution for me).

Kind regards
 Friedel
-- 
Friedrich Delgado Friedrichs frie...@nomaden.org
 TauPan on Ircnet and Freenode ;)


signature.asc
Description: Digital 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


Re: [Orgmode] Google calendar

2009-04-25 Thread Richard Riley
Friedrich Delgado Friedrichs frie...@nomaden.org writes:

 Richard Riley schrieb:
 I'd like to get something going between my blackberry and org-mode. I
 guess the best way is probably via Google calendar. Anyone currently
 linking org-mode to Google calendar and if so what process are you
 using?
 ---Zitatende---

 I'm using org-export-icalendar-combine-agenda-files and upload the
 resulting ics file to google calendar about once a week.

Yes, I was looking at that. Googlecalendar's ability to include other
calendars is really cool. And that combined with  gsync to the
blackberry is almost working for me. A few issues at the moment but am
playing. Seems nice.


 I'm afraid that's the best I have at the moment. Direct integration of
 org-mode with google calendar would be nice and could probably be done
 via gclient (an Implementation of google api which is part of the
 emacspeak suite) but I didn't look into this yet.

 You could also put the ics file on a public webserver and have google
 calendar read the ics file via http, if you don't mind that the whole
 world sees your appointments (unfortunately I do mind, so that's no
 solution for me).

Yes, I did that. Just hide it and don't publish your Google calendar to
anyone but yourself.


 Kind regards
  Friedel

-- 


___
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] Google calendar

2009-04-25 Thread Richard Riley
Friedrich Delgado Friedrichs frie...@nomaden.org writes:

 Richard Riley schrieb:
 I'd like to get something going between my blackberry and org-mode. I
 guess the best way is probably via Google calendar. Anyone currently
 linking org-mode to Google calendar and if so what process are you
 using?
 ---Zitatende---

 I'm using org-export-icalendar-combine-agenda-files and upload the
 resulting ics file to google calendar about once a week.

 I'm afraid that's the best I have at the moment. Direct integration of
 org-mode with google calendar would be nice and could probably be done
 via gclient (an Implementation of google api which is part of the
 emacspeak suite) but I didn't look into this yet.

 You could also put the ics file on a public webserver and have google
 calendar read the ics file via http, if you don't mind that the whole
 world sees your appointments (unfortunately I do mind, so that's no
 solution for me).

 Kind regards
  Friedel

Hmm, dont know if its Google side or export side, but todo's are not
showing up on GC when I add via url my org.ics.

I do have

  org-icalendar-include-todo

set too.
-- 


___
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: Possible bug with tag inheritance

2009-04-25 Thread Cameron Horsburgh
On Fri, Apr 24, 2009 at 02:12:11PM -0400, Bernt Hansen wrote:
 Cameron Horsburgh ca...@netcall.com.au writes:
 
  On Fri, Apr 24, 2009 at 09:24:10AM -0400, Bernt Hansen wrote:
  Cameron Horsburgh ca...@netcall.com.au writes:
  
   On Fri, Apr 24, 2009 at 08:45:17AM -0400, Bernt Hansen wrote:
   I think we need more information to help.  Could you show us what your
   value of org-stuck-projects is?
  
   Sure. 
  
'(org-stuck-projects (quote (+LEVEL=2/-DONE (TODO NEXT 
   NEXTACTION) (Info) 
  [State]: EDITED, shown value does not take effect until you set or 
   save it.)))
  
  
  I think that's a little messed up.  Can you post what C-h v
  org-stuck-projects displays (or cut and paste the value out of your
  custom file?  The [State]: EDITED, ... stuff shouldn't be part of the
  value.
 
  That's cut straight from my .emacs. The first few lines of C-h v tell me:
 
  org-stuck-projects is a variable defined in `org-agenda.el'.
  Its value is 
  (+LEVEL=2/-DONE
   (TODO NEXT NEXTACTION)
   (Info)
   \n   [State]: EDITED, shown value does not take effect until you set or 
  save it.)
 
 Okay.  That string is used for regexp matching and probably should not
 be there.

True! But there it is...

 
   - If this regexp - \n   [State]: ...it. matches anywhere in the
 subtree then the project is not stuck.
 
 That's probably not what you want even if matching that exactly string
 is unlikely.  If you click on the _customize_ link you'll see what each
 value is used for.  You probably just want an empty string there.

Yes, I got that. I've adjusted the string manually.

 Carsten mentioned that inherited tags are not considers for stuck
 project matching during the search and you should probably try his
 suggestion to see if it works better for your scenario.
 

I haven't had a chance to play around with this yet. As I said in my
original mail, though, it's probably more correct to use PROPERTIES to
mark something as information. org-stuck-projects seems to be able to
read PROPERTIES, so I'll fiddle around with that and see how I go.

Thanks for your help,

-- 

Cameron Horsburgh

Blog: http://spiritcry.wordpress.com/


___
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] Possible bug with tag inheritance

2009-04-25 Thread Cameron Horsburgh
On Fri, Apr 24, 2009 at 03:54:29PM +0200, Carsten Dominik wrote:

 On Apr 24, 2009, at 12:43 PM, Cameron Horsburgh wrote:

 I have customised org-stuck-projects[fn:1] to ignore entries tagged
 with the tag `Info'. org-use-tag-inheritance is set to `t'.

 If I hit C-a # to list stuck projects I would only expect to see the
 entry about cooking dinner listed. The `Notes' headline should be
 ignored, as should the notes about Mary's phone number and Jenny's web
 page, because they inherit the `Info' tag.

 In practice, the `Notes' headline is ignored as expected. However, the
 children are listed as stuck projects.

 After all this I have realised it's probably more appropriate to use
 properties rather than tags to do this sort of thing. Still, the
 behaviour puzzles me a bit, so I thought it was worth asking about.

 Is this behaviour incorrect? Or am I expecting the wrong thing?


 The tags in org-stuck-projects must be present explicitly in the  
 subtree, because the subtree is searched with a regula expression that  
 does not know about inheritance.

I thought this might be the case. May I suggest a note be made to the
documentation of org-stuck-projects?

 However, you can include this into your definition of a project:

 (setq org-stuck-projects
(quote (+LEVEL=2-Info/-DONE (TODO NEXT NEXTACTION) nil )))

 HTH



 * Footnotes

 [fn:1] I had some trouble customising this variable in the usual way,
 because the explanation at the end of the customize buffer somehow got
 included in the sexp recorded in my .emacs. I deleted that line, reset
 the customize buffer and started again, but with exactly the same
 result.

 There seems to be a bug in customize.  Can anyone please submit a but  
 report to Emacs, after verifying that this still occurs in the latest  
 update of emacs 23?


I'll have a play with some other customized buffers and see what
happens. If it happens elsewhere I'll send a report.


-- 

Cameron Horsburgh

Blog: http://spiritcry.wordpress.com/


___
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] ical export

2009-04-25 Thread Richard Riley

Hi Carsten and org peoples,

 I have an entry of the form:

,
| ** Pub Quiz  :quiz:
|:PROPERTIES:
|:ID:   1ckjv5g0vle0
|:END:
| 2008-03-25 21:30 +1w 
|- Note taken on [2008-08-26 Tue 09:59] \\
|  do questions!
`

Which correctly appears weekly at 21:30 on a tuesday in my org agenda.

Its appearing in my Google calendar but without the time however. The
relevant part of the org-ics says:

,
| BEGIN:VEVENT
| UID: TS-1ckjv5g0vle0
| DTSTART;VALUE=DATE:20080325
| DTEND;VALUE=DATE:20080326
| RRULE:FREQ=WEEKLY;INTERVAL=1
| SUMMARY:Pub Quiz :quiz:
| DESCRIPTION: 2008-03-25 21:30 +1w\n- Note taken on [2008-08-26 Tue 09:59] 
\\\ndo questions!
| CATEGORIES:quiz,shamrock
| END:VEVENT
`

Have I specified this wrong? Or is this a bug? Or are my settings for
export not set properly?

(I'm exporting a complete combined ics file from org)

thanks,

r.



-- 


___
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] ical export

2009-04-25 Thread Samuel Wales
No day?

On Sat, Apr 25, 2009 at 13:00, Richard Riley rileyrg...@googlemail.com wrote:
 2008-03-25 21:30 +1w



-- 
Myalgic encephalomyelitis denialism is causing death and severe suffering
worse than MS.  Greed is corrupting science into foul nonsense.  Anybody can
get the disease at any time permanently.  Do science and justice matter to
you?  http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


___
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] iCal export - possible timezone bug

2009-04-25 Thread Richard Riley

My ics file exported from org has the following content:

X-WR-TIMEZONE:CEST

However, in Google calendar, it says the imported calendar is 

(GMT+00:00) GMT (no daylight saving)


A quick Google for ical and timezone makes me believe the format might
need to be

X-WR-TIMEZONE:Europe/Berlin

and a quick test confirmed this. I don't have a clue if this is emacs
side or more in org's remit, but hope this helps.

regards

r.


___
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: Possible bug with tag inheritance

2009-04-25 Thread Bernt Hansen
Cameron Horsburgh ca...@netcall.com.au writes:

 On Fri, Apr 24, 2009 at 03:54:29PM +0200, Carsten Dominik wrote:

 The tags in org-stuck-projects must be present explicitly in the  
 subtree, because the subtree is searched with a regula expression that  
 does not know about inheritance.

 I thought this might be the case. May I suggest a note be made to the
 documentation of org-stuck-projects?

Carsten did that yesterday fin commit
   f4f1d5c (Stuck projects: Improve docstring of org-stuck-projects)

-Bernt


___
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] ical export

2009-04-25 Thread Richard Riley

Samuel Wales samolog...@gmail.com writes:

 No day?

 On Sat, Apr 25, 2009 at 13:00, Richard Riley rileyrg...@googlemail.com 
 wrote:
 2008-03-25 21:30 +1w

I'm not sure I follow you.

You snipped where I mentioned it appears fine and in the correct place
in my org-agenda. What day?



___
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] ical export

2009-04-25 Thread Samuel Wales
My dates all have day of week.

On Sat, Apr 25, 2009 at 14:17, Richard Riley rileyrg...@googlemail.com wrote:

 Samuel Wales samolog...@gmail.com writes:

 No day?

 On Sat, Apr 25, 2009 at 13:00, Richard Riley rileyrg...@googlemail.com 
 wrote:
 2008-03-25 21:30 +1w

 I'm not sure I follow you.

 You snipped where I mentioned it appears fine and in the correct place
 in my org-agenda. What day?





-- 
Myalgic encephalomyelitis denialism is causing death and severe suffering
worse than MS.  Greed is corrupting science into foul nonsense.  Anybody can
get the disease at any time permanently.  Do science and justice matter to
you?  http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


___
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] bugs in org-remember-backup-directory

2009-04-25 Thread Samuel Wales
I noticed the following regarding
org-remember-backup-directory:

  1) auto-saving does not save contents
 - solution: put (auto-save-mode 1) before or after (not
   sure which) the call to org-set-local in the
   following lines in org-remember:

# (expand-file-name
#  (format-time-string remember-%Y-%m-%d-%H-%M-%S)
#  org-remember-backup-directory))
# (save-buffer)
# (org-set-local 'auto-save-visited-file-name t))
#   (when (save-excursion

  2) save-buffer is called before there are any contents
 - this causes files without useful content to stick
   around in the dir if the buffer is killed or
   something.
 - solution: don't save the buffer; let auto-saving do
   that work.  will this work?
  3) if you have auto-save-file-name-transforms set,
 auto-saving is done according to that variable instead
 of saving in place.
 - solution: is this an emacs bug?  i am not sure.  the
   auto-saving should be done in place, saving in
   org-remember-backup-directory and not saving in the
   place where the transforms variable tells it to save.
   perhaps each user can kludge transforms or perhaps
   emacs needs fixing?  i have reached debugging ability
   limit.

Thanks.

-- 
Myalgic encephalomyelitis denialism is causing death and severe suffering
worse than MS.  Greed is corrupting science into foul nonsense.  Anybody can
get the disease at any time permanently.  Do science and justice matter to
you?  http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


___
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] ical filename : enhancement request

2009-04-25 Thread Richard Riley

I don't immediately see if I can customise the org ical export file name
- it says it stores it in the current dir which is a pretty nebulous
think for a long running emacs session - generally it generates org.ics
in my home directory. I would like to be able to customise the ical
output file if possible.


___
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] Google calendar

2009-04-25 Thread Friedrich Delgado Friedrichs
Hi!

Richard Riley schrieb:
 Friedrich Delgado Friedrichs frie...@nomaden.org writes:
  You could also put the ics file on a public webserver and have google
  calendar read the ics file via http, if you don't mind that the whole
  world sees your appointments (unfortunately I do mind, so that's no
  solution for me).
 
 Yes, I did that. Just hide it and don't publish your Google calendar to
 anyone but yourself.

I only trust encryption to hide things properly.
 Friedrich Delgado Friedrichs frie...@nomaden.org writes:
 Hmm, dont know if its Google side or export side, but todo's are not
 showing up on GC when I add via url my org.ics.
---Zitatende---

Yup, google calendar doesn't deal with todos at all. However if you
SCHEDULE the todo item, it will show up as an appointment on the
scheduled date.

I'm looking at rtm to integrate my org-todos with my android phone,
but again, little time and thus little progress on that front.

-- 
Friedrich Delgado Friedrichs frie...@nomaden.org
 TauPan on Ircnet and Freenode ;)


signature.asc
Description: Digital 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


Re: [Orgmode] ical export

2009-04-25 Thread Richard Riley
Samuel Wales samolog...@gmail.com writes:

 My dates all have day of week.

 On Sat, Apr 25, 2009 at 14:17, Richard Riley rileyrg...@googlemail.com 
 wrote:

 Samuel Wales samolog...@gmail.com writes:

 No day?

 On Sat, Apr 25, 2009 at 13:00, Richard Riley rileyrg...@googlemail.com 
 wrote:
 2008-03-25 21:30 +1w

 I'm not sure I follow you.

 You snipped where I mentioned it appears fine and in the correct place
 in my org-agenda. What day?



If we look at two entries, one which shows the time, and another (the
repeated task) which doesnt:

,
| ** Pub Quiz  :quiz:
|SCHEDULED:2008-03-25 Tue 21:30 +1w 
|:PROPERTIES:
|:ID:   1ckjv5g0vle0
|:END:
`

gives the following export:

,
| BEGIN:VEVENT
| UID: SC-1ckjv5g0vle0
| DTSTART:20080325T213000
| DTEND:20080325T233000
| RRULE:FREQ=WEEKLY;INTERVAL=1
| SUMMARY:S: Pub Quiz  :quiz:
| DESCRIPTION: - Note taken on [2008-08-26 Tue 09:59] \\\ndo questions!
| CATEGORIES:quiz,shamrock
| END:VEVENT
`

This one DOES show the time in Google calendar:

,
| ** TODO test google sync
|SCHEDULED:2009-04-26 Sun 19:30 
|:PROPERTIES: 
|:Entered: [2009-04-25 Sat 18:54]
|:Link: 
|:ID:   pqekt5g0vle0
|:END:
`

and its export is:

,
| BEGIN:VEVENT
| UID: SC-pqekt5g0vle0
| DTSTART:20090426T193000
| DTEND:20090426T213000
| SUMMARY:S: TODO test google sync
| CATEGORIES:Tasks
| END:VEVENT
`

Possibly its an error in the export for repeated tasks. I'll try and
look into it some more on monday. But if this stuff works it's another
feather in the bow for org-mode courtesy of the work done on ical export
and Google calendars ability to import ical and have sync engines for
most popular HW.

cheers,

r.


___
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] Bug: org-plain-list-ordered-item-terminator

2009-04-25 Thread Matthew Lundin
When I set org-plain-list-ordered-item-terminator to 'paren like in
2)' in the customize interface, I no longer able to use plain lists in
org-mode, but instead get the following error:

,
| org-at-item-p: Invalid regexp: Unmatched ( or \\(
`

In my custom settings, the setting looks like this:

,
| [snip]  
| '(org-plain-list-ordered-item-terminator 41)
| [snip]
`

Here's the backtrace:

,
| Debugger entered--Lisp error: (error Cannot return from the debugger in an 
error)
|   looking-at(\\([]*\\([-+]\\|\\([0-9]+))\\)\\|[  ]+\\*\\)\\( \\|$\\))
|   org-at-item-p()
|   org-metaright(nil)
|   call-interactively(org-metaright nil nil)
`

And here are my other plain list settings:

--8---cut here---start-8---
(setq org-blank-before-new-entry '((heading . auto) (plain-list-item . auto)))
(setq org-empty-line-terminates-plain-lists nil)
(setq org-cycle-include-plain-lists nil)
--8---cut here---end---8---

Thanks,
Matt


___
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] Bug: org-replace-region-by-latex

2009-04-25 Thread Matthew Lundin
When I select a region and invoke org-replace-region-by-latex, the
region is removed, but no latex output is put in its place. In other
words, the region is simply deleted.

Strangely, if I select multiple headlines, they are converted to latex.
But if I select only text underneath a headline, it is not replaced.

Can anyone else confirm this behavior?

Thanks,
Matt


___
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] Bug: org-plain-list-ordered-item-terminator

2009-04-25 Thread Samuel Wales
I do not know, but I do have an idea for making it less necessary to
do.  If a plain list is not recognized unless it is indented, then
erroneous interpretation of column 0 numbers will not happen.  Of
course, they would still happen with text that is indented by
whitespace.


___
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] Google calendar

2009-04-25 Thread Richard Riley
Friedrich Delgado Friedrichs frie...@nomaden.org writes:

 Hi!

 Richard Riley schrieb:
 Friedrich Delgado Friedrichs frie...@nomaden.org writes:
  You could also put the ics file on a public webserver and have google
  calendar read the ics file via http, if you don't mind that the whole
  world sees your appointments (unfortunately I do mind, so that's no
  solution for me).
 
 Yes, I did that. Just hide it and don't publish your Google calendar to
 anyone but yourself.

 I only trust encryption to hide things properly.
 Friedrich Delgado Friedrichs frie...@nomaden.org writes:
 Hmm, dont know if its Google side or export side, but todo's are not
 showing up on GC when I add via url my org.ics.
 ---Zitatende---

 Yup, google calendar doesn't deal with todos at all. However if you
 SCHEDULE the todo item, it will show up as an appointment on the
 scheduled date.

 I'm looking at rtm to integrate my org-todos with my android phone,
 but again, little time and thus little progress on that front.

I have todos appearing now, but as events (see org-icalendar.*
variables) . I see there is a VTODO in the ical spec too : I will have a
play with an ics file and see if there are better export options
perhaps.



___
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] ascii export to just buffer?

2009-04-25 Thread Samuel Wales
I frequently export to ascii without wanting a file to be created,
especially not in a useful directory, as the files are temporary.

Is there a way to export ascii to just a buffer?

Thanks.

-- 
Myalgic encephalomyelitis denialism is causing death and severe suffering
worse than MS.  Greed is corrupting science into foul nonsense.  Anybody can
get the disease at any time permanently.  Do science and justice matter to
you?  http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


___
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