[Orgmode] Re: export timestamp in headline

2009-07-06 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 7, 2009, at 3:54 AM, Bernt Hansen wrote: Carsten Dominik writes: On Jul 6, 2009, at 1:10 PM, henry atting wrote: Hmmm, lets try to guess what the variable name might be. something starting with "org-" something containing "stamp" something containing "t

Re: [Orgmode] Problem with Export-exclude-tags and tags:nil

2009-07-06 Thread Carsten Dominik
Hi Kristina, this does work correctly for me, using your test file as it is. So I would think that you are not using 6.28e but some older version. What do you get with M-x org-version RET ? If it is not 6.28e, check out http://orgmode.org/worg/org-faq.php#loaded-old-org HTH - Carste

Re: [Orgmode] Use variable filename for remember template?

2009-07-06 Thread Nick Dokos
Nathan Neff wrote: > I am able to successfully read the contents of > "/Users/nate/personal/booktemp.txt" into a new remember-note. > > (setq org-remember-templates > '(("Book" ?b "\n* %^{Book Title} %t :READING: > \n%[/Users/nate/personal/booktemp.txt]\n" > "L:journal.org") >

[Orgmode] Problem with Export-exclude-tags and tags:nil

2009-07-06 Thread Kristina M. Spurgin
Hi, I've already found and corrected the stupid typo, and that didn't fix this problem, so it's time to call for help. I just downloaded 6.28e last night. I am using GNU Emacs, 22.3.1 on Windows XP. I'm trying to export an org file to LaTeX, and overall it is working ok. However, I cannot s

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread Bernt Hansen
Carsten Dominik writes: > On Jul 6, 2009, at 1:10 PM, henry atting wrote: > > Hmmm, lets try to guess what the variable name might be. > > something starting with "org-" > something containing "stamp" > something containing "toc" > > > M-x apropos-variable RET org.*stamp.*toc.* RET > > http:/

[Orgmode] Re: Use variable filename for remember template?

2009-07-06 Thread Matthew Lundin
Nathan Neff writes: > Hello, > > I am able to successfully read the contents of > "/Users/nate/personal/booktemp.txt" into a new remember-note. > > (setq org-remember-templates > '(("Book" ?b "\n* %^{Book Title} %t :READING: > \n%[/Users/nate/personal/booktemp.txt]\n" > "L:jour

[Orgmode] Use variable filename for remember template?

2009-07-06 Thread Nathan Neff
Hello, I am able to successfully read the contents of "/Users/nate/personal/booktemp.txt" into a new remember-note. (setq org-remember-templates '(("Book" ?b "\n* %^{Book Title} %t :READING: \n%[/Users/nate/personal/booktemp.txt]\n" "L:journal.org") )) Now, I'd like to b

Re: [Orgmode] Re: [OT] message-mark-inserted-region (was Re: Re: Exporting to a Beamer presentation)

2009-07-06 Thread Eric S Fraga
At Mon, 06 Jul 2009 17:08:09 -0400, Nick Dokos wrote: > > Sébastien Vauban wrote: > > > But the answer already was in my article=C2=A0;-) it's the things in front of you that are easiest to miss... :( ___ Emacs-orgmode mailing list Remember: use `

Re: [Orgmode] Re: [OT] message-mark-inserted-region (was Re: Re: Exporting to a Beamer presentation)

2009-07-06 Thread Nick Dokos
Sébastien Vauban wrote: > But the answer already was in my article=C2=A0;-) > > >>> BTW, you'd better use `C-c M-m' for quoting your code. It will allow an > >>> easy copy past of it... Like this: > > C-c M-m runs the command message-mark-inserted-region, which is an interact= > ive > compiled

[Orgmode] Re: [OT] message-mark-inserted-region (was Re: Re: Exporting to a Beamer presentation)

2009-07-06 Thread Sébastien Vauban
Hi Nick and Eric, Nick Dokos wrote: > Eric S Fraga wrote: >> Se9bastien Vauban wrote: >>> It is bound to C-c M-m, . >>> >>> (message-mark-inserted-region beg end &optional verbatim) >> >> I'm curious: I don't have this function defined (using emacs >> 23.0.94.1). Where do you get this from as

[Orgmode] Re: LaTeX export bugs?

2009-07-06 Thread Sébastien Vauban
Hi all, Carsten Dominik wrote: > Sébastien Vauban wrote: >> Carsten Dominik wrote: >>> Sébastien Vauban wrote: >> [This is not working...] >> --8<---cut here---start->8--- #+LaTeX: \begin{framed} #+ATTR_LaTeX: align=lrrr | Code | \euro{} | \% | \euro{} | |

Re: [Orgmode] Simple type

2009-07-06 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 6, 2009, at 9:28 PM, Phil Rooke wrote: diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 149bd30..91bf482 100644 --- a/lisp/org-remember.el +++ b/lisp/org-remember.el @@ -349,7 +349,7 @@ RET at beg-of-buf -> Append to file as level 2 headline

Re: [Orgmode] Typo in org-clock.el

2009-07-06 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 6, 2009, at 8:58 PM, Matthew Lundin wrote: Hi Carsten, I discovered a typo in org-clock.el that was preventing org-clock-in-hook from working. - Matt --- diff --git a/lisp/org-clock.el b/lisp/org-clock.el index d0a6ebf..79dcb49 100644 --- a/lisp/org-cloc

[Orgmode] Simple type

2009-07-06 Thread Phil Rooke
diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 149bd30..91bf482 100644 --- a/lisp/org-remember.el +++ b/lisp/org-remember.el @@ -349,7 +349,7 @@ RET at beg-of-buf -> Append to file as level 2 headline (setq char0 (read-char-exclusive))

Re: [OT] message-mark-inserted-region (was Re: [Orgmode] Re: Exporting to a Beamer presentation)

2009-07-06 Thread Eric S Fraga
At Mon, 06 Jul 2009 13:55:45 -0400, Nick Dokos wrote: > I had the same question: it's part of message.el, but it is bound to > C-c m (at least on GNU Emacs 23.1.50.1). Ah ha! Found it (and it's bound to C-c M-m in my version). Didn't see it before because I was no longer loading message.el, havi

[Orgmode] Typo in org-clock.el

2009-07-06 Thread Matthew Lundin
Hi Carsten, I discovered a typo in org-clock.el that was preventing org-clock-in-hook from working. - Matt --- diff --git a/lisp/org-clock.el b/lisp/org-clock.el index d0a6ebf..79dcb49 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -582,7 +582,7 @@ the clocking selection, associ

[Orgmode] Re: Move org-clock info to left in mode-line?

2009-07-06 Thread Matthew Lundin
>> Matthew Lundin wrote: > Thanks! I was able to move the global-mode-string farther up in > the default-mode-line-format variable. Now if only I could get the > org-mode-line-string as the first entry in the global-mode-string. > > Upon further reflection, I decided I would prefer the following

[Orgmode] Re: Move org-clock info to left in mode-line?

2009-07-06 Thread Matthew Lundin
Nick Dokos writes: > Matthew Lundin wrote: > >> I've made some progress in understanding emacs this past year, but >> customizing the mode-line eludes me. >> >> When I clock into an item in org-mode, the clock information is always >> at the extreme right of the mode line --- and thus unable to

[Orgmode] Re: Small fix for Gnus integration

2009-07-06 Thread Tassilo Horn
Andreas Rottmann writes: Hi Andreas, > Without the following patch, storing links to Gnus Article buffers > fails on CVS Emacs, as they (at least in my setup -- IMAP) always > contain a "From " line, which can't be parsed as an RFC822 header. Could you elaborate a bit, i.e. provide such an exam

Re: [OT] message-mark-inserted-region (was Re: [Orgmode] Re: Exporting to a Beamer presentation)

2009-07-06 Thread Nick Dokos
Eric S Fraga wrote: > At Mon, 06 Jul 2009 17:40:48 +0200, > S=C3=A9bastien Vauban wrote: > > It is bound to C-c M-m, . > >=20 > > (message-mark-inserted-region beg end &optional verbatim) > > I'm curious: I don't have this function defined (using emacs > 23.0.94.1). Where do you get this fro

Re: [Orgmode] Move org-clock info to left in mode-line?

2009-07-06 Thread Nick Dokos
Matthew Lundin wrote: > I've made some progress in understanding emacs this past year, but > customizing the mode-line eludes me. > > When I clock into an item in org-mode, the clock information is always > at the extreme right of the mode line --- and thus unable to be seen > unless I make my e

[OT] message-mark-inserted-region (was Re: [Orgmode] Re: Exporting to a Beamer presentation)

2009-07-06 Thread Eric S Fraga
At Mon, 06 Jul 2009 17:40:48 +0200, Sébastien Vauban wrote: > It is bound to C-c M-m, . > > (message-mark-inserted-region beg end &optional verbatim) I'm curious: I don't have this function defined (using emacs 23.0.94.1). Where do you get this from as it would be nice to have. thanks, eric

[Orgmode] Move org-clock info to left in mode-line?

2009-07-06 Thread Matthew Lundin
Hi everyone, I've made some progress in understanding emacs this past year, but customizing the mode-line eludes me. When I clock into an item in org-mode, the clock information is always at the extreme right of the mode line --- and thus unable to be seen unless I make my emacs window full scree

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, Carsten Dominik wrote: > On Jul 6, 2009, at 3:57 PM, henry atting wrote: > >> On Mo, Jul 06 2009, henry atting wrote: >> >>> On Mo, Jul 06 2009, Carsten Dominik wrote: >>> On Jul 6, 2009, at 1:10 PM, henry atting wrote: > On Mo, Jul 06 2009, henry atting wrote: >>

Re: [Orgmode] questions about exporting to latex using beamer documentclass

2009-07-06 Thread Carsten Dominik
On Jul 5, 2009, at 6:40 PM, Nick Dokos wrote: Spike Spiegel wrote: ... Also, given a variable like org-export-latex-image-default-option, is there any way to override it per file or per document class? ... Well, yes and no (mostly no - but see below): o You can of course customize this va

Re: [Orgmode] [PATCH] Allow functions for HTML export preamble and postamble

2009-07-06 Thread Carsten Dominik
Hi Andreas, I like the patch and have applied it. This is on the border of something where I need a copyright assignment. Mind to send one to the FSF? - Carsten On Jul 3, 2009, at 11:06 PM, Andreas Rottmann wrote: Hi! Well, the subject says it all -- attached is a rough patch to allow mor

Re: [Orgmode] org-beginning-of-line vs visual-line-mode

2009-07-06 Thread Carsten Dominik
On Jul 6, 2009, at 12:06 PM, Rudi Schlatte wrote: Greetings, I run emacs cvs head and the org-mode that is bundled with it. Visual-line-mode is turned on. The display part of visual-line-mode (breaking long lines into paragraphs visually) works as expected, but C-a (org-beginning-of- l

[Orgmode] Strange hiccups when running in server

2009-07-06 Thread Martin Pohlack
Hi all, I often edit org-mode files in my emacs server. After some time, org-mode behaves strangely and can only be brought back to normal by rebooting the emacs server. The symptom is that tree folding does not work anymore. Everything is expanded (also when loading new org files) and hitting

Re: [Orgmode] :link-up, :link-home

2009-07-06 Thread Sebastian Rose
Kyle Sexton writes: > The way I would like to use the link-up and link-home feature is to have > those links point back to my main org index.html that is automatically > generated. I can then have a list of all my notes and when someone clicks > in the note they aren't "trapped" in that note. Ve

[Orgmode] Re: Exporting to a Beamer presentation

2009-07-06 Thread Sébastien Vauban
Hi Nick, BTW, any solution for exporting to a Beamer presentation? I'd be very very very interested by anything in that direction. That's the last piece of the whole puzzle, IMHO. >>> >>> I did a beamer presentation in org-mode last month (1 hour, about 20 >>> slides). Here is a sim

Re: [Orgmode] Re: export timestamp in headline

2009-07-06 Thread Carsten Dominik
On Jul 6, 2009, at 3:57 PM, henry atting wrote: On Mo, Jul 06 2009, henry atting wrote: On Mo, Jul 06 2009, Carsten Dominik wrote: On Jul 6, 2009, at 1:10 PM, henry atting wrote: On Mo, Jul 06 2009, henry atting wrote: Mmh, what option do I have to use if I want to display the timestamp

Re: [Orgmode] :link-up, :link-home

2009-07-06 Thread Kyle Sexton
On Mon, Jul 6, 2009 at 5:08 AM, Carsten Dominik wrote: > Hi Kyle, > > currently :link-up and :link-home only show up when you use > org-info.js Javascript to display the file. > > I would even say this is a bug. Any proposals on how these > links should be included in "normal" HTML output? Sebast

Re: [Orgmode] RE: Using simple css in HTML export‏

2009-07-06 Thread Charles Howard
Thanks. I guess I'll have to upgrade. Actually on looking through the org-6.06b dir I find no css files at all. Thanks again. Charles 2009/7/6 Sebastian Rose > > Charles Howard writes: > > Line 46 was already in the table of contents. > > > > I'm using org-mode 6.06, emacs 22.1.1, Ubuntu 8.04.

[Orgmode] org-beginning-of-line vs visual-line-mode

2009-07-06 Thread Rudi Schlatte
Greetings, I run emacs cvs head and the org-mode that is bundled with it. Visual- line-mode is turned on. The display part of visual-line-mode (breaking long lines into paragraphs visually) works as expected, but C-a (org-beginning-of- line) jumps to the start of the paragraph (i.e. start

Re: [Orgmode] org-store-link forgets external filename?

2009-07-06 Thread Carsten Dominik
On Jul 6, 2009, at 12:18 AM, Stefan Vollmar wrote: Dear Carsten, On 05.07.2009, at 23:27, Carsten Dominik wrote: Hi Stefan, the magic of id: links is just that they are globally unique, and that they will find the right target even if you move the target entry from one file to another.

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, henry atting wrote: > On Mo, Jul 06 2009, Carsten Dominik wrote: > >> On Jul 6, 2009, at 1:10 PM, henry atting wrote: >> >>> On Mo, Jul 06 2009, henry atting wrote: >>> Mmh, what option do I have to use if I want to display the timestamp in a headline when export

Re: [Orgmode] Re: indent list item and change list type automatically

2009-07-06 Thread Carsten Dominik
On Jun 29, 2009, at 9:51 AM, Rainer Stengele wrote: Hi all, I wonder if my question was too complicated or too stupid? Not at all. It is only that the implementation should still allow flexibility to change list types if you wish and not immediately get this change reversed. I have now imp

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, Carsten Dominik wrote: > On Jul 6, 2009, at 1:10 PM, henry atting wrote: > >> On Mo, Jul 06 2009, henry atting wrote: >> >>> Mmh, what option do I have to use if I want to display the >>> timestamp in >>> a headline when exporting to html? >> >> Sorry, wrong question. What I re

Re: [Orgmode] Re: export timestamp in headline

2009-07-06 Thread Carsten Dominik
On Jul 6, 2009, at 1:10 PM, henry atting wrote: On Mo, Jul 06 2009, henry atting wrote: Mmh, what option do I have to use if I want to display the timestamp in a headline when exporting to html? Sorry, wrong question. What I really want to know is how to display the timestamp in the *t

Re: [Orgmode] Preventing line breaks in (HTML) published description lists

2009-07-06 Thread Paul Michael Reilly
On 07/06/2009 06:46 AM, Sebastian Rose wrote: Paul Michael Reilly writes: I added a plain list to my file: ... - term1 :: this means something - term2 :: this means something else - term3 :: and something different still ... fully expecting the term and the description rendered i

Re: [Orgmode] Re: Problem with recurring timestamps

2009-07-06 Thread Martin Pohlack
Carsten Dominik wrote: [...] >> I could also be handled like this item: >> >> -- >> * TODO test4 >> DEADLINE: <2009-07-06 Mo 14:00> SCHEDULED: <2009-07-06 Mo 13:00> >> --

Re: [Orgmode] :link-up, :link-home

2009-07-06 Thread Carsten Dominik
On Jul 6, 2009, at 1:58 PM, Sebastian Rose wrote: Carsten Dominik writes: Hi Kyle, currently :link-up and :link-home only show up when you use org-info.js Javascript to display the file. I would even say this is a bug. Any proposals on how these links should be included in "normal" HTML ou

Re: [Orgmode] :link-up, :link-home

2009-07-06 Thread Sebastian Rose
Carsten Dominik writes: > Hi Kyle, > > currently :link-up and :link-home only show up when you use > org-info.js Javascript to display the file. > > I would even say this is a bug. Any proposals on how these > links should be included in "normal" HTML output? Sebastian, > I am of course looking a

Re: [Orgmode] :link-up, :link-home

2009-07-06 Thread Sebastian Rose
Kyle Sexton writes: > What is the proper format for those variables? I've tried to set them > several different ways: > > http://www.sitename.com > index.html > "http://www.sitename.com"; > "" #+INFOJS_OPT: up:index.html home:/index.html Sebastian ___

Re: [Orgmode] RE: Using simple css in HTML export ‏

2009-07-06 Thread Sebastian Rose
Charles Howard writes: > Line 46 was already in the table of contents. > > I'm using org-mode 6.06, emacs 22.1.1, Ubuntu 8.04. That must be it. ^^--- that's quite an old version. The #+STYLE: feature was first documented in revision 3c916eeb385a688d6d99819aad217a49ed82de58 and added in rev. c43

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, henry atting wrote: > Mmh, what option do I have to use if I want to display the timestamp in > a headline when exporting to html? Sorry, wrong question. What I really want to know is how to display the timestamp in the *table of contents*. ;) ___

[Orgmode] export timestamp in headline

2009-07-06 Thread henry atting
Mmh, what option do I have to use if I want to display the timestamp in a headline when exporting to html? Regards henry ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/ma

Re: [Orgmode] Preventing line breaks in (HTML) published description lists

2009-07-06 Thread Sebastian Rose
Paul Michael Reilly writes: > I added a plain list to my file: > > ... > - term1 :: this means something > - term2 :: this means something else > - term3 :: and something different still > ... > > fully expecting the term and the description rendered in HTML to be on the > same > line as is

Re: [Orgmode] Re: Problem with recurring timestamps

2009-07-06 Thread Carsten Dominik
On Jul 6, 2009, at 12:19 PM, Martin Pohlack wrote: Carsten Dominik wrote: On Jul 6, 2009, at 11:53 AM, Martin Pohlack wrote: Tassilo Horn wrote: Martin Pohlack writes: Hi Martin, I have problems with the following recurring timestamp:

Re: [Orgmode] Re: Problem with recurring timestamps

2009-07-06 Thread Martin Pohlack
Carsten Dominik wrote: > On Jul 6, 2009, at 11:53 AM, Martin Pohlack wrote: > >> Tassilo Horn wrote: >>> Martin Pohlack writes: >>> >>> Hi Martin, >>> I have problems with the following recurring timestamp: -- * TO

Re: [Orgmode] :link-up, :link-home

2009-07-06 Thread Carsten Dominik
Hi Kyle, currently :link-up and :link-home only show up when you use org-info.js Javascript to display the file. I would even say this is a bug. Any proposals on how these links should be included in "normal" HTML output? Sebastian, I am of course looking at you here :-) - Carsten On Jul 5, 2

Re: [Orgmode] empty-line-terminates-plain-lists and indentation

2009-07-06 Thread Carsten Dominik
On Jul 6, 2009, at 7:33 AM, Scott Jaderholm wrote: Hi, Is (setq org-empty-line-terminates-plain-lists t) supposed to change indentation in emacs org buffers? I guess it would be nice if it did, but this is not yet implemented. - Carsten Even with the above setting, the following snip

Re: [Orgmode] Re: Problem with recurring timestamps

2009-07-06 Thread Carsten Dominik
On Jul 6, 2009, at 11:53 AM, Martin Pohlack wrote: Tassilo Horn wrote: Martin Pohlack writes: Hi Martin, I have problems with the following recurring timestamp: -- * TODO test3 DEADLINE: <2009-07-07 Di 15:00 +1w -1h>

Re: [Orgmode] Re: Problem with recurring timestamps

2009-07-06 Thread Martin Pohlack
Tassilo Horn wrote: > Martin Pohlack writes: > > Hi Martin, > >> I have problems with the following recurring timestamp: >> -- >> * TODO test3 >> DEADLINE: <2009-07-07 Di 15:00 +1w -1h> >> -

[Orgmode] Re: Problem with recurring timestamps

2009-07-06 Thread Tassilo Horn
Martin Pohlack writes: Hi Martin, > I have problems with the following recurring timestamp: > -- > * TODO test3 > DEADLINE: <2009-07-07 Di 15:00 +1w -1h> > --

[Orgmode] Problem with recurring timestamps

2009-07-06 Thread Martin Pohlack
Hi all, I have problems with the following recurring timestamp: -- * TODO test3 DEADLINE: <2009-07-07 Di 15:00 +1w -1h> -- When I mark the item as done, it los

Re: [Orgmode] indent list item and change list type automatically

2009-07-06 Thread Eric S Fraga
At Sun, 5 Jul 2009 18:26:48 -0400, Raffi R wrote: > > Hello, > > Here is the current jot-mode (I think...the latest version is at my Thanks! I'll give this a try over the next few days (I have a big meeting tomorrow where this could come in quite useful) and will get back to you. eric __