[Orgmode] Lazy evaluation when defining org-remember-template

2009-05-29 Thread Keith Swartz
Okay, I apologize, because I think this is a really stupid elisp question. I'm a little rusty, after about eight years of complacency in my vast array of emacs customizations. But now that I've really gotten into using org-mode, I find myself hacking away again...and forgetful. My org file has

Re: [Orgmode] org mode and preview-latex

2009-05-29 Thread Carsten Dominik
On May 29, 2009, at 11:51 PM, Marvin Doyley wrote: Dear all, Is there a way to visualize latex snippets on the fly using auctex's latex-preview ? It would appear the only way to do this is select latex-mode once I have finished completed my notes, it would be nice to do this on the fly

Re: [Orgmode] fix in org-publish-update-timestamp

2009-05-29 Thread Carsten Dominik
Applied, thanks - Carsten On May 29, 2009, at 3:59 PM, Richard KLINDA wrote: I use the ~ character to denote my home directory in org-publish-project-alist (:base-directory and :publishing-directory), like: , | (setq org-publish-project-alist | (list |'("foo" . (:base-direct

Re: [Orgmode] org-mode Google Wave Integration

2009-05-29 Thread Andrew Hyatt
I agree that this is promising. I'd like to see a general emacs integration first, then it would be easier to write an org-mode customization on top of that. From a cursory glance at the apis, I didn't see an obvious way to integrate with it in the low-level way that would make the emacs closely

[Orgmode] org mode and preview-latex

2009-05-29 Thread Marvin Doyley
Dear all, Is there a way to visualize latex snippets on the fly using auctex's latex-preview ? It would appear the only way to do this is select latex-mode once I have finished completed my notes, it would be nice to do this on the fly when I am drafting articles. thanks MMD ]

[Orgmode] Re: Did Anyone Ever Get This Working ... ?

2009-05-29 Thread Baoqiu Cui
Tennis Smith writes: > Hi,Has anyone figured out a way to export from org to a trac wiki?  I've > tried ascii (ugly) and html (doesn't work).Tks,-T Recently I wrote an XSL stylesheet that converts DocBook documents to TWiki format (see docbook2twiki.googlecode.com/). You may want to modify it

[Orgmode] Did Anyone Ever Get This Working ... ?

2009-05-29 Thread Tennis Smith
Hi, Has anyone figured out a way to export from org to a trac wiki? I've tried ascii (ugly) and html (doesn't work). Tks, -T ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.or

Re: [Orgmode] Re: org-mode feature is surely a bug!

2009-05-29 Thread Eddward DeVilla
You know, this just gave me a nutty idea. I think org-mode is already too far along to add this now, but there do seem to be a number of cases were we want to have one thing in the file and another on the screen. We kind of have it with column narrowing, links and other similar things. I wonder

[Orgmode] Re: org-mode feature is surely a bug!

2009-05-29 Thread Carsten Dominik
Hi Michael, Thanks for your mail. what version of Org-mode are you using? We have changed this quite some time ago to (float 8) (I see now that the docs still say 5, but this is not the case in the code, it is 8, except maybe in very old releases). The reason why it is not larger is more a dis

Re: [Orgmode] BUG-#+ Fontification

2009-05-29 Thread Nick Dokos
Carsten Dominik wrote: > thank you once again for the fast and excellent analysis of this > bug - this might have taken me a lot of time to figure out. > Glad to help. Nick ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

[Orgmode] fix in org-publish-update-timestamp

2009-05-29 Thread Richard KLINDA
I use the ~ character to denote my home directory in org-publish-project-alist (:base-directory and :publishing-directory), like: , | (setq org-publish-project-alist | (list |'("foo" . (:base-directory "~/doc/foo/" ... ` When directories are given this way and ORG-PUBLISH-UP

[Orgmode] Re: Notes for a todos/tasks

2009-05-29 Thread Bernt Hansen
Dmitri Minaev writes: > On Thu, May 28, 2009 at 11:27 PM, Keith Lancaster > wrote: > >> Usually, I add a time-stamp. I have to think that there is a better way. >> What's the best way to handle this? > > I use todo state logging, so to add a comment I simply change the > state of the todo item f

Re: [Orgmode] BUG-#+ Fontification

2009-05-29 Thread Bernt Hansen
Nick Dokos writes: > > Well, duh: because of my PATH, I was getting emacs 22 from the command line, > but emacs 23 from the panel/menu - no wonder there is a difference. > > OTOH, this was stupidity with a purpose :-) The upshot is that > org-compatible-face does not deal with emacs 22 gracefull

Re: [Orgmode] BUG-#+ Fontification

2009-05-29 Thread Bernt Hansen
Carsten Dominik writes: > Hi Nick, > > thank you once again for the fast and excellent analysis of this > bug - this might have taken me a lot of time to figure out. > > I have pushed a fix for this problem that at least does help on > Emacs 22 - it will not work correctly under XEmacs. There wi

[Orgmode] org-mode Google Wave Integration

2009-05-29 Thread Rick Moynihan
Okay, I've just seen the demo of Google Wave here: http://wave.google.com/ I've not had chance to look at it in depth (I've only viewed 29 minutes of the video) and skimmed the protocol spec but it seems that Google Wave is a collaborative messaging protocol to collaborate on tree structures. It

Re: [Orgmode] BUG-#+ Fontification

2009-05-29 Thread Carsten Dominik
On May 29, 2009, at 7:33 AM, Nick Dokos wrote: Well, duh: because of my PATH, I was getting emacs 22 from the command line, but emacs 23 from the panel/menu - no wonder there is a difference. OTOH, this was stupidity with a purpose :-) The upshot is that org-compatible-face does not deal wit

Re: [Orgmode] org-protocol for safari?

2009-05-29 Thread Christopher Suckling
On 29 May 2009, at 00:54, Samuel Wales wrote: Has anybody gotten org-protocol to work for Safari? Earlier I asked if anybody has written a script to parse Safari bookmarks and orgify them; this would be another solution, just click on each tab. I've got some Applescripts for use with Quicksil

Re: [Orgmode] Notes for a todos/tasks

2009-05-29 Thread Dmitri Minaev
On Thu, May 28, 2009 at 11:27 PM, Keith Lancaster wrote: > Usually, I add a time-stamp. I have to think that there is a better way. > What's the best way to handle this? I use todo state logging, so to add a comment I simply change the state of the todo item from TODO to TODO again (C-1 C-c C-t,