[O] Evaluating all #+calls in a buffer

2011-03-28 Thread Nick Dokos
I have a code block in a file and then a bunch of calls to it with different parameters. Is there a way to do all the calls in one batch? So far, I have tried C-c C-v C-b which seems to do only the code block, but not the #+calls and I have tried setting :export results with a subsequent C-c C-e h

[O] Bug: Numbering in TOC broken for HTML export [7.5 (release_7.5.132.gf04d4)]

2011-03-28 Thread Bernt Hansen
Hi Lawrence, Numbering of the Table of Contents is broken in master for HTML export. git bisect identifies the following commit as the cause of this regression. --8<---cut here---start->8--- 9f57b8e85d185fbf3f9788fd4099709d512dedd1 is the first bad commit commi

[O] Re: zotero (or mendeley) integration with org

2011-03-28 Thread Matt Lundin
Stephen Eglen writes: > There was a mail-thread lastyear about zotero and integration with org. > Now that there is an alpha release of 'org-standalone' > http://www.zotero.org/blog/2011/02/ > > has anyone looked at whether this helps integrate org and zotero? > > I've not yet switched to a pd

[O] 7th todo keyword bug

2011-03-28 Thread Samuel Wales
I have found another todo keyword bug of the same type as the other 6. A headline with a word that is the same as a todo keyword but not in upper case has different behavior. Example: * test * Question[] * test Have QUESTION as a todo keyword. Put point at the marked spot. Press T

Re: [O] [PATCH] Allow inactive timestamps in org-expiry (copy of lost patch)

2011-03-28 Thread Marcel van der Boom
On ma 28-mrt-2011 14:55 Nick Dokos wrote: > The patch is now in patchwork (under your name), so it will be > addressed at some point. One question: there was a second patch in > the link you provided - should that be resubmitted as well? The patch I attached combined the two mentioned in the me

Re: [O] latex export settings in init files

2011-03-28 Thread Aankhen
Hi Chris, On Mon, Mar 28, 2011 at 17:25, Chris Beard wrote: > Hello, > I've tried to modify some default latex export settings based on info from > here > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg07645.html > > I basically add to the org-mode-hook to do: > > [snip] > > This works if

Re: [O] [PATCH] Allow inactive timestamps in org-expiry (copy of lost patch)

2011-03-28 Thread Nick Dokos
Marcel van der Boom wrote: > This patch is what is attached to the message displayed at [1]. I have > been using this patch for a while and it works fine. From searching it > looks like this patch was 'forgotten', but I may have overlooked > something. > > If the patch was rejected, you can igno

Re: [O] Re: agenda view opening multiple buffers

2011-03-28 Thread Carsten Dominik
On 28.3.2011, at 20:30, Manish wrote: > On Mon, Mar 28, 2011 at 8:48 PM, Carsten Dominik wrote: >> >> On 27.3.2011, at 20:55, Manish wrote: >> >>> On Sun, Mar 27, 2011 at 8:21 PM, Julian Burgos wrote: Thanks. Using x is good enough for now. I´ll explore also Michael´s suggestions.

Re: [O] advice: how to export a list without exporting all entries

2011-03-28 Thread Carsten Dominik
On 24.3.2011, at 21:45, Eric S Fraga wrote: > Carsten, > > one question about your workflow. I've actually implemented much of > what you have suggested but I am having one problem: > > Carsten Dominik writes: > > [...] > >> 3. I am not using an ordered list for the action items. Instead,

Re: [O] Re: agenda view opening multiple buffers

2011-03-28 Thread Manish
On Mon, Mar 28, 2011 at 8:48 PM, Carsten Dominik wrote: > > On 27.3.2011, at 20:55, Manish wrote: > >> On Sun, Mar 27, 2011 at 8:21 PM, Julian Burgos wrote: >>> Thanks.  Using x is good enough for now.  I´ll explore also Michael´s >>> suggestions.  It would be good to have the agenda open in a bu

[O] Re: lisp/org-clock.el: Add param :properties to list properties in clocktable

2011-03-28 Thread Niels Giesen
> Bernt Hansen writes: > Thanks for the example. That helps a lot. I think posting this to Worg > would be very useful. Hi Bernt, I will do so if/when these patches get accepted ;) -- http://pft.github.com/

[O] [PATCH] Allow inactive timestamps in org-expiry (copy of lost patch)

2011-03-28 Thread Marcel van der Boom
Hi, Attached is a patch to org-expiry.el in contrib/lisp to allow a customization of the timestamps inserted by org-expiry for 'CREATED' and 'EXPIRED' properties. This patch is what is attached to the message displayed at [1]. I have been using this patch for a while and it works fine. From searc

Re: [O] TeX to MathML & org-odt ?

2011-03-28 Thread Suvayu Ali
On Mon, 28 Mar 2011 16:09:00 +0530 Jambunathan K wrote: > Any opinions on TeX to MathML converters (specifically those that are > amenable to be integrated within Orgmode/Emacs ). I am not sure whether this is what you are asking about but just in case you are. I use ooolatex plugin with OOo (ma

[O] Re: zotero (or mendeley) integration with org

2011-03-28 Thread Erik Hetzner
At Sat, 26 Mar 2011 15:47:44 +, Stephen Eglen wrote: > > There was a mail-thread lastyear about zotero and integration with org. > Now that there is an alpha release of 'org-standalone' > http://www.zotero.org/blog/2011/02/ > > has anyone looked at whether this helps integrate org and zote

Re: [O] Bug: Recurring items NEVER show up in timeline unaccompanied

2011-03-28 Thread Carsten Dominik
On 24.3.2011, at 18:31, Mark S wrote: > Hello Carsten et al, > > --- On Thu, 3/24/11, Carsten Dominik wrote: > >> 1. Be satisfied with the way things are, just realize >> that repeaters only show up on the first date when >> the event happens for the first time. > > This would mean that y

Re: [O] Re: [babel] Calling source blocks with arguments

2011-03-28 Thread Eric S Fraga
Philipp Haselwarter writes: > Do you guys really just go and change all your variables in your > scripts? I guess... but, in answer to your original question, I would simply pass all arguments as one "org" variable (eg. :var cmdline="one two three") and then have the shell script break these up

Re: [O] Re: latex export settings in init files

2011-03-28 Thread Eric S Fraga
Sébastien Vauban writes: > Hi Eric, > > Eric S Fraga wrote: >> By the way, for the types of customisation you are doing above (obviously, I >> don't know what you have omitted), I find it easier to define an org >> template that has the appropriate #+LaTeX_CLASS_OPTIONS and #+LATEX_HEADER >> line

Re: [O] Re: [babel] Calling source blocks with arguments

2011-03-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/03/11 17:19, Philipp Haselwarter wrote: > Do you guys really just go and change all your variables in your > scripts? > > No. See org manual, section 14.5, "Evaluating code blocks" #+function: () Rainer - -- Rainer M. Krug, PhD (Conservat

[O] [PATCH] Ensure org-export-handle-comments protects its insertions

2011-03-28 Thread Lawrence Mitchell
* lisp/org-exp.el (org-export-handle-comments): Add the org-protected property to the replacement string. Although org-export-handle-comments adds the org-protected property to the matched string, the subsequent `replace-match' call to change the comment character does not add this property to the

[O] Re: [babel] Calling source blocks with arguments

2011-03-28 Thread Philipp Haselwarter
Do you guys really just go and change all your variables in your scripts? -- Philipp Haselwarter

Re: [O] Re: agenda view opening multiple buffers

2011-03-28 Thread Carsten Dominik
On 27.3.2011, at 20:55, Manish wrote: > On Sun, Mar 27, 2011 at 8:21 PM, Julian Burgos wrote: >> Thanks. Using x is good enough for now. I´ll explore also Michael´s >> suggestions. It would be good to have the agenda open in a buffer >> without having all the agenda files opened too. >> >

[O] [PATCH] Prefer matching line beginnings in org-export-latex-special-chars

2011-03-28 Thread Lawrence Mitchell
* lisp/org-latex.el (org-export-latex-special-chars): Fix regexp for `single' special characters and ellipsis. Repeated special characters are exported differently depending on their position in the buffer. A "&&" string at the start of a line is exported as "&\&" whereas in the middle of a line

Re: [O] Re: latex export settings in init files

2011-03-28 Thread Nick Dokos
Sébastien Vauban wrote: > Hi Eric, > > Eric S Fraga wrote: > > By the way, for the types of customisation you are doing above (obviously, I > > don't know what you have omitted), I find it easier to define an org > > template that has the appropriate #+LaTeX_CLASS_OPTIONS and #+LATEX_HEADER > >

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-28 Thread Marcel van der Boom
On zo 27-mrt-2011 13:08 "Filippo A. Salustri" wrote: > I would humbly suggest that the real question is a design / use case > question. Is it reasonable to expect authors to stick to proper > outline format throughout their drafting process? If it is, then org > is fine as is. If it isn't, th

Re: [O] Continuation of main section text after subsections

2011-03-28 Thread Marcel van der Boom
On zo 27-mrt-2011 18:07 Samuel Wales wrote: > Perhaps we could have a tag like :noexport: except that it exports > body. It does not export the header. Optionally, it would be > replaced with a blank line. > > Then he can put headers anywhere he wants. > > Would this work for the OP's use ca

[O] [TaskJuggler][Poll] Support for the new effort durations?

2011-03-28 Thread Christian Egli
The Effort property previously had no unit attached. With release 7.5 of orgmode you can now attach units to it such as 4h, 2d or 2m. The taskjuggler exporter however doesn't support this feature yet. It currently assumes that if is simply a number that we are talking about days. If the format is

Re: [O] Continuation of main section text after subsections

2011-03-28 Thread Nick Dokos
Samuel Wales wrote: > Perhaps we could have a tag like :noexport: except that it exports > body. It does not export the header. Optionally, it would be > replaced with a blank line. > > Then he can put headers anywhere he wants. > > Would this work for the OP's use case? > My reading of it

[O] Re: latex export settings in init files

2011-03-28 Thread Sébastien Vauban
Hi Eric, Eric S Fraga wrote: > By the way, for the types of customisation you are doing above (obviously, I > don't know what you have omitted), I find it easier to define an org > template that has the appropriate #+LaTeX_CLASS_OPTIONS and #+LATEX_HEADER > lines. I guess that you mean it "if the

Re: [O] zotero (or mendeley) integration with org

2011-03-28 Thread brian powell
It uses SQLite--Stephen: I'd consider myself a plaintext-whenever-possible sort of dude too; but, SQLite (used in ZOTERO) is a simple/short C program and its (last time I checked) extremely simple--for example there is only "left outer join". SQLite "databases" are very easy to work with and are o

Re: [O] Re: [babel] "Marker does not point anywhere" error?

2011-03-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/03/11 14:38, Rainer M Krug wrote: > On 25/03/11 14:22, Sébastien Vauban wrote: >> Hi Rainer, > >> Rainer M Krug wrote: >>> On 25/03/11 13:50, Jambunathan K wrote: Can you do M-x toggle-debug-on-error and copy/paste what comes up in the

Re: [O] latex export settings in init files

2011-03-28 Thread Chris Malone
Hi Chris, I would try Eric's suggestion of making sure you have all the correct "require" statements in your .emacs file. If that doesn't work, make sure you have a recent version of =org-mode= --- I've run into this problem in the past, even with the appropriate "require"s, but with an old versi

[O] remember-other-frame with org-capture?

2011-03-28 Thread Radosław Grzanka
Hello, I was using function "remember-other-frame" on my windows box to quickly popup emacs with "remember" activated. I also used "defadvice remember-other-frame" that configured size of popup window. Now I switched to org-capture as being more powerful in terms of templates but I cannot f

Re: [O] latex export settings in init files

2011-03-28 Thread Eric S Fraga
Chris Beard writes: > Hello, > I've tried to modify some default latex export settings based on info from > here > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg07645.html > > I basically add to the org-mode-hook to do: > (setq org-export-latex-classes (cons '("myarticle" >

[O] latex export settings in init files

2011-03-28 Thread Chris Beard
Hello, I've tried to modify some default latex export settings based on info from here http://www.mail-archive.com/emacs-orgmode@gnu.org/msg07645.html I basically add to the org-mode-hook to do: (setq org-export-latex-classes (cons '("myarticle" "% BEGIN My

[O] TeX to MathML & org-odt ?

2011-03-28 Thread Jambunathan K
Any opinions on TeX to MathML converters (specifically those that are amenable to be integrated within Orgmode/Emacs ). I am asking this query mainly in the context of new org-odt exporter. Most of the MathML software that I came across seems to be geared more towards graphical rendering of a Ma

Re: [O] ASCII table export should use tabs?

2011-03-28 Thread Eric S Fraga
Samuel Wales writes: > I wonder if org should export ASCII tables using tabs. > > If I send to this list, I can be confident that everybody will know to > display in a monospace font. That is not true for non-technical > audiences. Yet I think there are times when I want to send ASCII > instead

Re: [O] zotero (or mendeley) integration with org

2011-03-28 Thread Stephen Eglen
Dear all, Thanks for the informative replies. I gave zotero a short-test yesterday,and in general liked what I found, although as it uses sql databases, it is moves away from my preference for plain text files to see everything in. I appreciate that sql may scale better, but I don't have huge d

Re: [O] FAQ? (was: Continuation of main section text after subsections ?)

2011-03-28 Thread Marcel van der Boom
On ma 28-mrt-2011 00:00 Memnon Anon wrote: > Marcel van der Boom writes: > [...] >> I've looked for documentation or customization options on this, but >> haven't found any yet. What I have done so far is turn the >> subheadings into lists or surround them by *bold markers*, which >> helps a li

Re: [O] Re: Inline images export to HTML generates < and > rather than < and >

2011-03-28 Thread Sean Whitton
Hi Bernt, On 27 Mar 2011 at 14:09Z, Bernt Hansen wrote: > This works for me. I think there was a bug like this in a recent > release. What version of org-mode are you using? > Mine exports as follows > * Test export > [[file:img/avi.gif]] > ... > > > ... > Maybe try upgrading to the lates

[O] hyperlink and gnus registry.

2011-03-28 Thread Francis Moreau
Hello all, I use hyperlink to link some Gnus emails to my Org documents. But somtimes, I move the emails inside Gnus, from one group to another one. Is it possible to make the Org link still work in this case ? I don't know if taht could help, but I'm using gnus registry. Thanks -- Francis

[O] Re: Continuation of main section text after subsections

2011-03-28 Thread Sébastien Vauban
Hi, Samuel Wales wrote: > Perhaps we could have a tag like :noexport: except that it exports body. It > does not export the header. Optionally, it would be replaced with a blank > line. > > Then he can put headers anywhere he wants. > > Would this work for the OP's use case? I really am not (yet?