Re: [Orgmode] LaTeX habits and org-mode

2009-11-27 Thread Emmanuel Di Pretoro
2009/11/20 Carsten Dominik > #+LaTeX: \chapter*{Introduction} > > Introduction text > > * first headline > It takes me a long time to test your solution, sorry. Unfortunately the footnotes in this introduction are converted as '1 FOOTNOTE DEFINITION NOT FOUND : fn :1'. Have a nice day, Emmanu

[Orgmode] Org-remember: How to unambiguously store notes to level-2 and deeper headlines?

2009-11-27 Thread Ryan C. Thompson
Hi, Is there a way to unambiguously specify non-top-level headers as org-remember targets in templates? My specific use case is that I want to split my "Tasks" entries list into sublists, and I want to store new tasks in Tasks/Unsorted by default. I know I could just specify "Unsorted" as the

[Orgmode] Re: org-id-locations

2009-11-27 Thread Bernt Hansen
Ah Thanks! -Bernt Carsten Dominik writes: > Hi Bernt, > > M-x org-id-update-id-locations RET > > should do the trick. This only thin that can go wrong that it will > miss a file. > > It scans: > > - agenda files and archives > - the files in org-id-extra-files > - all the files that are curre

[Orgmode] Re: org-id-locations

2009-11-27 Thread Carsten Dominik
On Nov 27, 2009, at 11:16 PM, Bernt Hansen wrote: Hi Carsten, I've recently started using org-ids to find tasks in my org files and org-mode is storing the ids and associated files in ~/.emacs.d/.org-id-locations. Now I've modified or linked to locations on my laptop and on my workstation and

[Orgmode] Re: org-id-locations

2009-11-27 Thread Carsten Dominik
Hi Bernt, M-x org-id-update-id-locations RET should do the trick. This only thin that can go wrong that it will miss a file. It scans: - agenda files and archives - the files in org-id-extra-files - all the files that are currently in the id list - any live buffers visiting an org-mode fil

[Orgmode] Bug Report: TAB on empty headline cycles through the wrong levels

2009-11-27 Thread Ryan C. Thompson
I have discovered a possible bug with the new 6.33 feature of cycling empty headline levels with TAB. IT seems that org will always assume that the initial level of the headline is the "base" level. Pressing TAB once will always go one level deeper than that, to the "child" level, TAB a second

Re: [Orgmode] Setting PROPERTIES in remember templates automatically

2009-11-27 Thread Tassilo Horn
James TD Smith writes: Hi James, >> What I'd like to have is something like the existing >> >> %^{prop}p Prompt the user for a value for property `prop' >> >> but more like >> >> %{prop,escape}p Insert property `prop' with value taken from escape, >> if that is non

[Orgmode] org-id-locations

2009-11-27 Thread Bernt Hansen
Hi Carsten, I've recently started using org-ids to find tasks in my org files and org-mode is storing the ids and associated files in ~/.emacs.d/.org-id-locations. Now I've modified or linked to locations on my laptop and on my workstation and these files differ (both are modified differently) so

[Orgmode] Bug Report: org-blocker-hook and org-trigger-hook are named incorrectly

2009-11-27 Thread Ryan C. Thompson
I believe it is the emacs convention to distinguish between hooks that take no arguments and hooks that do. Since org-blocker-hook and org-trigger-hook pass an argument to their functions, they should actually be called org-blocker-functions and org-trigger-functions. From the elisp info, 23.1

[Orgmode] [MobileOrg] Weekly Agenda

2009-11-27 Thread Karl Maihofer
Hi, I'm making my first steps with MobileOrg. Thank you very must for this app, it was one reason for me to chose the iphone. MobileOrg shows me my custom agenda views, but what about the agenda for the current week and day? Regards, Karl ___ Em

Re: [Orgmode] org-babel for matlab?

2009-11-27 Thread Eric Schulte
Hi Christopher, I do not know of anyone working on matlab support for org-babel. I am attaching a template file which contains instructions for adding support for a new language. Depending on your level of familiarity with elisp it could take anywhere from a couple of hours to a couple of days.

[Orgmode] Re: Boolean word/regexp search problem

2009-11-27 Thread Matt Lundin
Hi Carsten, Matthew Lundin writes: > Matt Lundin writes: > >> The word/regexp agenda search to work with more than one word or regexp >> unless the first word or regexp is also preceded by a "+" or "-". I've investigated this further and beg your permission to offer a few comments/suggestions.

Re: [Orgmode] Re: [babel] Executing sh-code

2009-11-27 Thread Dan Davison
Sébastien Vauban writes: > Hi Torsten, > > Torsten Wagner wrote: >> I just tried quickly. I use org-babel with python, up to now never with >> shell scripting. >> >>> --8<---cut here---start->8--- >>> * Prerequisites >>> >>> #+begin_src sh :session ecm >>>

Re: [Orgmode] Re: [babel] Executing sh-code

2009-11-27 Thread Eric Schulte
Sébastien Vauban writes: > > It stops working only when I add `:session "whatever"' after the `sh' > specification. > > That's the only difference between when it works and when it doesn't. > Hi Sébastien, You discovered a tricky bug in the session-based evaluation of shell blocks. I've just p

[Orgmode] Radio targets: identification

2009-11-27 Thread Samium Gromoff
Good day folks, I'd like to be able to specify possible conjugations for non-strict matching of radio targets, so that: #+RADIO_CONJUGATION_SET foo fooish #+RADIO_CONJUGATION_SET bar barry <<>> gets targeted by all of: - foo bar, - fooish bar, - foo barry, and - fooish barry Alter

Re: [Orgmode] Re: Beamer support in Org-mode

2009-11-27 Thread Eric S Fraga
At Fri, 27 Nov 2009 14:48:58 +0100, Carsten Dominik wrote: > > > On Nov 27, 2009, at 10:09 AM, Sébastien Vauban wrote: > > > Hi all, > > > > Eric S Fraga wrote: > >> one thing that would be useful (and which I've mentioned in a reply > >> to Dan) > >> is the ability to specify options for the do

[Orgmode] Radio targets: HTML export bug

2009-11-27 Thread Samium Gromoff
Good day folks, When exporting org files containing semantically overlapping radio entries like this: <<>> and <<>> the entry for 'bar' "takes over" and the HTML target for 'foo bar' is rendered like this: @foo bar I.e. it is totally wrecked and the anchors refer

[Orgmode] Org-mode version 6.30c; plain list termination

2009-11-27 Thread Duane Farnsworth
I enjoy using org mode, but I have found a bug that is very frustrating. It appears to be platform independent--I have experienced it on both windows and ubuntu. Expected behavior: Setting org-empty-line-terminates-plain-lists to t means that leaving a blank line terminates all open lists and or

[Orgmode] Re: Boolean word/regexp search problem

2009-11-27 Thread Matthew Lundin
Matt Lundin writes: > The word/regexp agenda search to work with more than one word or regexp > unless the first word or regexp is also preceded by a "+" or "-". > > Take the following example. > > * Org-mode > > Org mode is a major mode for Emacs written by Carsten Dominik. > > Let's say I searc

[Orgmode] Boolean word/regexp search problem

2009-11-27 Thread Matt Lundin
The word/regexp agenda search to work with more than one word or regexp unless the first word or regexp is also preceded by a "+" or "-". Take the following example. --8<---cut here---start->8--- * Org-mode Org mode is a major mode for Emacs written by Carsten

S5 Slideschows / Presentations - was Re: [Orgmode] Re: Beamer support in Org-mode

2009-11-27 Thread Sebastian Rose
Dan Davison writes: > Magnus Henoch writes: > >> Dan Davison writes: >> >>> And it's possible to create something like a slide-show in HTML/CSS -- >>> although I never see anyone doing it. >> >> Have a look at S5: http://meyerweb.com/eric/tools/s5/s5-intro.html > > Thankyou, that looks really ni

Re: [Orgmode] Re: Beamer support in Org-mode

2009-11-27 Thread Dan Davison
Magnus Henoch writes: > Dan Davison writes: > >> And it's possible to create something like a slide-show in HTML/CSS -- >> although I never see anyone doing it. > > Have a look at S5: http://meyerweb.com/eric/tools/s5/s5-intro.html Thankyou, that looks really nice. It would be great for org to

[Orgmode] Re: Beamer support in Org-mode

2009-11-27 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Nov 27, 2009, at 10:09 AM, Sébastien Vauban wrote: >> Eric S Fraga wrote: >>> one thing that would be useful (and which I've mentioned in a reply to >>> Dan) is the ability to specify options for the documentclass (e.g. bigger, >>> handout). This would actua

Re: [Orgmode] Beamer support in Org-mode

2009-11-27 Thread Stephan Schmitt
Carsten Dominik wrote: > > On Nov 26, 2009, at 7:40 PM, Dan wrote: >> ... using the heading title to set the column width feels >> wrong; the natural reaction is to think that that sort of metadata >> should be in a property. > > OK, I hear you all pull the same string, that Org-mode files shoul

[Orgmode] Re: Beamer support in Org-mode

2009-11-27 Thread Magnus Henoch
Dan Davison writes: > And it's possible to create something like a slide-show in HTML/CSS -- > although I never see anyone doing it. Have a look at S5: http://meyerweb.com/eric/tools/s5/s5-intro.html Magnus ___ Emacs-orgmode mailing list Please use

Re: [Orgmode] Re: Beamer support in Org-mode

2009-11-27 Thread Carsten Dominik
On Nov 27, 2009, at 10:09 AM, Sébastien Vauban wrote: Hi all, Eric S Fraga wrote: one thing that would be useful (and which I've mentioned in a reply to Dan) is the ability to specify options for the documentclass (e.g. bigger, handout). This would actually be useful in normal latex export

Re: [Orgmode] Bug: org-forward-same-level will jump over headline, if it starts with a link [6.33trans (release_6.33f.29.g5064)]

2009-11-27 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 27, 2009, at 2:30 PM, Friedrich Delgado Friedrichs wrote: I just noticed this, so I'll file a quick report: In the following example tree, org-forward-same-level will jump over the second item. *** foo *** [[about:][About:]] *** quz *** bar [[about:][About:]]

[Orgmode] Bug: org-forward-same-level will jump over headline, if it starts with a link [6.33trans (release_6.33f.29.g5064)]

2009-11-27 Thread Friedrich Delgado Friedrichs
I just noticed this, so I'll file a quick report: In the following example tree, org-forward-same-level will jump over the second item. *** foo *** [[about:][About:]] *** quz *** bar [[about:][About:]] *** baz Please tell me if you *can't* reproduce this, then I'll re-post my settings. Emacs :

Re: [Orgmode] Setting PROPERTIES in remember templates automatically

2009-11-27 Thread James TD Smith
Hi Tassilo, On 2009-11-27 10:48:06(+0100), Tassilo Horn wrote: > What I'd like to have is something like the existing > > %^{prop}p Prompt the user for a value for property `prop' > > but more like > > %{prop,escape}p Insert property `prop' with value taken from escape, >

Re: [Orgmode] Re: [babel] Executing sh-code

2009-11-27 Thread Eric S Fraga
At Fri, 27 Nov 2009 10:15:41 +0100, Sébastien Vauban wrote: > > Hi, > > Can I bump up this thread? > > > > I'm trying to execute code through babel, for the first time -- I did use it > > for small examples of LP, but not yet for enhanced work. > > > > This is my first file: > > > > * Prerequis

[Orgmode] Re: [babel] Executing sh-code

2009-11-27 Thread Sébastien Vauban
Hi Torsten, Torsten Wagner wrote: > I just tried quickly. I use org-babel with python, up to now never with > shell scripting. > >> --8<---cut here---start->8--- >> * Prerequisites >> >> #+begin_src sh :session ecm >> cd ~/Personal >> #+end_src >> --8<-

Re: [Orgmode] [babel] Executing sh-code

2009-11-27 Thread Torsten Wagner
Hi Sébastien, I just tried quickly. I use org-babel with python, up to now never with shell scripting. > > --8<---cut here---start->8--- > * Prerequisites > > #+begin_src sh :session ecm > cd ~/Personal > #+end_src > --8<---cut here--

[Orgmode] Setting PROPERTIES in remember templates automatically

2009-11-27 Thread Tassilo Horn
Hi all, in my remember templates, I'd like to set some PROPERTIES to the value of some org-remember escape sequences. Till now, I did that by defining a template like that: ("NORMAL" ?n "* %?\n %i\n :PROPERTIES:\n :created: %U\n :END:") This works, but templates become very large quickly

[Orgmode] Re: [babel] Executing sh-code

2009-11-27 Thread Sébastien Vauban
Hi, Can I bump up this thread? > I'm trying to execute code through babel, for the first time -- I did use it > for small examples of LP, but not yet for enhanced work. > > This is my first file: > > * Prerequisites > > #+begin_src sh :session ecm > cd ~/Personal > #+end_src > > If I C-c on

[Orgmode] Re: Beamer support in Org-mode

2009-11-27 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Nov 26, 2009, at 7:40 PM, Dan wrote: >> Also, I do agree with others that to the extent possible we want >> presentations to emerge naturally out of 'normal' org-files with the help >> of established org mechanisms such as selective subtree export. E.g. usi

[Orgmode] Re: Beamer support in Org-mode

2009-11-27 Thread Sébastien Vauban
Hi all, Eric S Fraga wrote: > one thing that would be useful (and which I've mentioned in a reply to Dan) > is the ability to specify options for the documentclass (e.g. bigger, > handout). This would actually be useful in normal latex export as well, of > course. Yes, we (would) need such a feat

Re: [Orgmode] Bug: Infinite loop when org-entry-put is called in buffer not in org-mode [6.33trans]

2009-11-27 Thread Carsten Dominik
On Nov 26, 2009, at 11:04 PM, David Maus wrote: Hi Carsten, At Thu, 26 Nov 2009 08:42:09 +0100, Carsten Dominik wrote: Hi David, you cannot reasonably expect that org-mode functions should work in other modes. And you cannot expect these functions to check the mode all the time. I don't kn

Re: [Orgmode] Re: Beamer support in Org-mode

2009-11-27 Thread Eric S Fraga
At Thu, 26 Nov 2009 15:47:53 -0600, Russell Adams wrote: > > On Thu, Nov 26, 2009 at 10:38:20PM +0100, S??bastien Vauban wrote: > > I just know ('ve seen it) that Russell Adams (hep!??;-)) uses Prosper, one > > of > > the old alternatives, before Beamer came on the "market". Maybe he could > > t

Re: [Orgmode] Beamer support in Org-mode

2009-11-27 Thread Eric S Fraga
At Thu, 26 Nov 2009 17:57:29 +0100, Carsten Dominik wrote: [...] > Nothing of this is yet working with the current org.-mode. I am > building special support for this, basically the ability to provide a > function that does the class support, instead of the list you normally > have to provide in

Re: [Orgmode] Beamer support in Org-mode

2009-11-27 Thread Eric S Fraga
At Thu, 26 Nov 2009 11:49:49 -0500, Dan Davison wrote: [...] > > I'm trying to test out Carsten's example, but I have a question that > probably just reveals that I haven't understood the discussion: what > exactly are we supposed to use for the "beamer" entry in > org-export-latex-classes? Are

Re: [Orgmode] Bug: org-mobile "Bad file encoding" [6.33trans]

2009-11-27 Thread Eric S Fraga
At Thu, 26 Nov 2009 12:27:06 +0200, Ben Alexander wrote: > > Well, the problem came back :-( Sorry to hear that. Annoying. > Clearly there is some emacs magic going on here, because I thought of > trying the £ symbol, but in another, smaller, file, and when I tried > to save the file, I was tol