Re: [O] C-c C-c not working at end of #+end_src line (was: [RFC] Standardized code block keywords)

2011-11-01 Thread Daniel Bausch
Am Montag 31 Oktober 2011, 20:01:14 schrieb Eric Schulte: Daniel Bausch danielbau...@gmx.de writes: I did some tests with my documents and they look fine. Thanks for your work. Great, good to know. (A minor remark, offtopic: If the document ends just below a source code block, no

Re: [O] wrap long table formula

2011-11-01 Thread henry atting
Carsten Dominik carsten.domi...@gmail.com writes: On 31.10.2011, at 19:10, Samuel Wales wrote: Would a column formula work? Good idea! Quite likely it would. - Carsten Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com === Bigotry against people with serious

Re: [O] wrap long table formula

2011-11-01 Thread Christian Moe
On 11/1/11 8:17 AM, henry atting wrote: I was thinking of a column formula but have no clue if it's possible and if so, how. In this short example the formula's length is no problem but for a table with 12 rows or more it certainly is; -- and currently it's the only way I can realize it. |

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Christian Moe
On 10/31/11 10:36 PM, Eric Schulte wrote: 4. My own idea of allowing any defined property to be passed as an argument to src blocks (which would require some changes to how Babel reads its :var header args). I do see how this approach could be powerful, however I fear both the size of the

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: Well, what about: #+property: :var foo=1 #+property: :var bar=2 #+property: :var baz=3 #+property: :var qux=4 Unfortunately this won't work, the final value of the var property will be qux=4

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Nicolas Goaziou
Correcting myself, Typically, what is required here is to add #+property: to the cumulative family. Thus, #+property: var foo=1 #+property: var bar=2 is exactly the same as #+property: var foo=1 var bar=2. Also, make sure var assignations accumulate too. I don't think #+property: should

[O] dependencies and schedule repeater problem

2011-11-01 Thread Sandra Snan
What I want is that if I look at my list of things to do, and I’ve already swept the floor and marked it as done, it shouldn’t bother me anymore for the day, but pop up the next day. And if I’ve swept the floor, I’ll be presented with the opportunity to also mop the floor, if it’s been a week

Re: [O] Bug: Publishing with auto-sitemap is broken [7.7 (release_7.7.497.gae02e)]

2011-11-01 Thread Nicolas Goaziou
Hello, Bernt Hansen be...@norang.ca writes: Nicolas Goaziou n.goaz...@gmail.com writes: Bernt Hansen be...@norang.ca writes: Publishing with an automatically generated index file is broken for me. With org-publish-projects set with :auto-sitemap t

Re: [O] [odt] equation labels

2011-11-01 Thread Myles English
On Mon, 31 Oct 2011 11:54:35 +, Myles English said: On Mon, 31 Oct 2011 03:41:18 +0530, Jambunathan K said: Myles English mylesengl...@gmail.com writes: I have found that Equations become labelled as Figures in the version I am using: emacs 23.3.1 org-mode from git commit

Re: [O] Bug: Publishing with auto-sitemap is broken [7.7 (release_7.7.497.gae02e)]

2011-11-01 Thread Bernt Hansen
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Bernt Hansen be...@norang.ca writes: Nicolas Goaziou n.goaz...@gmail.com writes: Bernt Hansen be...@norang.ca writes: Publishing with an automatically generated index file is broken for me. With org-publish-projects set with

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Correcting myself, Typically, what is required here is to add #+property: to the cumulative family. Thus, #+property: var foo=1 #+property: var bar=2 is exactly the same as #+property: var foo=1 var bar=2. Also, make sure var assignations

Re: [O] wrap long table formula

2011-11-01 Thread Nick Dokos
Christian Moe m...@christianmoe.com wrote: On 11/1/11 8:17 AM, henry atting wrote: I was thinking of a column formula but have no clue if it's possible and if so, how. In this short example the formula's length is no problem but for a table with 12 rows or more it certainly is; --

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-11-01 Thread Nick Dokos
Eric Schulte schulte.e...@gmail.com wrote: My concerns with respect to a property drawer solution are two fold. 1) In the same way that #+PROPERTY: assumes its value will live on a single line, property drawers assume that their values will live on a single line. I don't see how it

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-11-01 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Can we please back off this path? In order to prevent confusion or needless argument: the path I think we should back off of is the committing of these changes to master - I think the work should be done in a branch and cooked thoroughly before merging

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-11-01 Thread Eric Schulte
Nick Dokos nicholas.do...@hp.com writes: Nick Dokos nicholas.do...@hp.com wrote: Can we please back off this path? In order to prevent confusion or needless argument: the path I think we should back off of is the committing of these changes to master - I think the work should be done in

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Nicolas Goaziou
Eric Schulte schulte.e...@gmail.com writes: This was one of the proposed options to solve this problem, namely introduce a list of properties whose value accumulates rather than is replaced. Since the property list data structure only allows each key to appear once, the accumulation would

[O] [odt] regression in using an equation sourced via latex_header

2011-11-01 Thread Myles English
Hello, If I have a latex file mystyle.tex that contains: \newcommand{\myBigEquation}{b=23} and then have this in my org file: #+LATEX_HEADER: \usepackage{/path/to/mystyle} I can use it conveniently like this: \begin{equation} \myBigEquation \end{equation} and that exports fine to pdf

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: This was one of the proposed options to solve this problem, namely introduce a list of properties whose value accumulates rather than is replaced. Since the property list data structure only allows each

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Christian Moe
On 11/1/11 5:58 PM, Eric Schulte wrote: so assuming var is an accumulating property, then #+property: var foo=1 #+property: var bar=2 would result in `org-file-properties' having the following value ((var . foo=1 bar=1)) Given this: --- #+property: var foo=1 #+property: var bar=2 *

Re: [O] wrap long table formula

2011-11-01 Thread henry atting
Nick Dokos nicholas.do...@hp.com writes: Christian Moe m...@christianmoe.com wrote: On 11/1/11 8:17 AM, henry atting wrote: I was thinking of a column formula but have no clue if it's possible and if so, how. In this short example the formula's length is no problem but for a table

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Eric Schulte
Christian Moe m...@christianmoe.com writes: On 11/1/11 5:58 PM, Eric Schulte wrote: so assuming var is an accumulating property, then #+property: var foo=1 #+property: var bar=2 would result in `org-file-properties' having the following value ((var . foo=1 bar=1)) Given this:

Re: [O] [odt] regression in using an equation sourced via latex_header

2011-11-01 Thread Jambunathan K
Myles Thanks for exercising the latex-to-mathml changes. I am happy that there is someone out there interested in and using stuff that I have spent some efforts on. Hello, If I have a latex file mystyle.tex that contains: \newcommand{\myBigEquation}{b=23} and then have this in my org

Re: [O] wrap long table formula

2011-11-01 Thread Nick Dokos
henry atting nsmp...@online.de wrote: Nick Dokos nicholas.do...@hp.com writes: Christian Moe m...@christianmoe.com wrote: | | | |---+-| | 2 | | | 6 | 4 | | 7 | 5 | | 3 | 4.5 | | 9 | 5.4 | #+TBLFM: @3$2..@$2=vmean(@2$1..@0$1) Another common way to

Re: [O] [odt] regression in using an equation sourced via latex_header

2011-11-01 Thread Jambunathan K
2. mathml - You need to register your command file with -ncf argument. For example, if I put the mystyle.tex in the same directory as exported .org file and add the -ncf argument to the converter as below #+begin_src emacs-lisp (setq

Re: [O] [odt] equation labels

2011-11-01 Thread Jambunathan K
Myles (I have read the followup post to this set of questions) Myles English mylesengl...@gmail.com writes: On Mon, 31 Oct 2011 03:41:18 +0530, Jambunathan K said: Myles English mylesengl...@gmail.com writes: I have found that Equations become labelled as Figures in the version I

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Christian Moe
On 11/1/11 8:02 PM, Eric Schulte wrote: As for variable handling, I think the solution is to ensure that on the code-block side of things, a var string like foo=3, bar=2, foo=1 results in, foo=1 bar=2 that is, subtree variable definitions will pre-empty earlier definitions of the same

Re: [O] [odt] equation labels

2011-11-01 Thread Jambunathan K
2) the first equation in latex-mathml.org is not numbered, I would expect this if it was using a begin{equation*} environment but not a begin{equation}. Currently the odt exporter doesn't peek in to the latex fragment and infer what manner of equation it is. This is something that I

Re: [O] [DEV] New package org-refer-by-number

2011-11-01 Thread Marc-Oliver Ihm
Hello all, fixing some bugs I have published a new version of the package org-refer-by-number to Worg: http://orgmode.org/worg/org-contrib/index.html ,where it available as a contributed package. The location of the elisp file is:

Re: [O] [DEV] New package org-refer-by-number

2011-11-01 Thread Jambunathan K
The location of the elisp file is: http://ferntreffer.de/elisp/org-refer-by-number.el Copyright line says it is FSF. In that case, you should consider adding it to GNU ELPA - http://elpa.gnu.org --

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Eric Schulte
Christian Moe m...@christianmoe.com writes: On 11/1/11 8:02 PM, Eric Schulte wrote: As for variable handling, I think the solution is to ensure that on the code-block side of things, a var string like foo=3, bar=2, foo=1 results in, foo=1 bar=2 that is, subtree variable definitions will

Re: [O] custom IDs not exported

2011-11-01 Thread Sten Lindner
On Sat, Jun 11, 2011 at 11:12:26PM -0400, Nick Dokos wrote: I have a minimal patch that I think fixes this problem, but there are other underscores used in various places in org-html.el so there might be additional problems. I'd appreciate it if you (and/or others) test it and report not

[O] org-protocol is bitrotting away

2011-11-01 Thread Florian Hars
Of cousre my first error was to try to do something productive on a current ubuntu, but since they have again broken the canonical way to configure protocol handlers, 90% of all howtos describing how to configure org-protocol plain don't work on ubuntu 11.10. gconftool does no longer work, setting

Re: [O] [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2011-11-01 Thread Nick Dokos
Michael Brand michael.br...@alumni.ethz.ch wrote: Carsten Dominik wrote: this is neat, but still kind of hard to do, because you have to put all these formulas there by hand. I am skipping this for the manual - maybe you'd like to put this into org-hacks, or into the FAQ on Worg? Ok,

Re: [O] [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2011-11-01 Thread Nick Dokos
[Aaaargh: premature communication - apologies to all and let me try again] Michael Brand michael.br...@alumni.ethz.ch wrote: Carsten Dominik wrote: this is neat, but still kind of hard to do, because you have to put all these formulas there by hand. I am skipping this for the manual -

Re: [O] Bug: Publishing with auto-sitemap is broken [7.7 (release_7.7.497.gae02e)]

2011-11-01 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Bernt Hansen be...@norang.ca writes: Nicolas Goaziou n.goaz...@gmail.com writes: Bernt Hansen be...@norang.ca writes: Publishing with an automatically generated index file is broken for me. With org-publish-projects set with

Re: [O] notify, when something to do

2011-11-01 Thread Peter Münster
On Sun, Oct 23 2011, Bastien wrote: - Perhaps the main problem: appt does not know about warning periods. There are items with -3d, other with -5M[1]. There is only one universal appt-message-warning-time. Would it be possible, to have a individual warning-time for each todo-item,

Re: [O] Tags included in subtree export title despite tags:nil in header

2011-11-01 Thread suvayu ali
Hi Bastien and all, On Sun, 30 Oct 2011 09:48:06 +0100 Bastien b...@altern.org wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: That said, the problem I am facing is org-export-with-tags evaluates to not-in-toc irrespective of what is set by the tags: option (see for example the

Re: [O] org-protocol is bitrotting away

2011-11-01 Thread Rafael
Florian Hars flor...@hars.de writes: Of cousre my first error was to try to do something productive on a current ubuntu, but since they have again broken the canonical way to configure protocol handlers, 90% of all howtos describing how to configure org-protocol plain don't work on ubuntu

[O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-01 Thread Jeff Horn
Org-mode version 7.7 (release_7.7.404.ga17c.dirty) GNU Emacs 24.0.50.3 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-08-10 on braeburn.aquamacs.org - Aquamacs Distribution 3.xdev Inserting a link through the link dialog doesn't escape URLs with spaces properly. Where a space is '%20',

[O] Pass LaTeX exporter option prior to \documentclass

2011-11-01 Thread John Hendy
Hi, I'm creating a beamer presentation and screencasting a walkthrough of it for work. I wanted to use impress!ve, but was getting errors about there being no pages in the document. [1] In looking this error up, it seems that impressive requires pdf version 1.4, which can be passed with this:

Re: [O] Pass LaTeX exporter option prior to \documentclass

2011-11-01 Thread suvayu ali
Hi John, On Wed, Nov 2, 2011 at 03:22, John Hendy jw.he...@gmail.com wrote: I'm creating a beamer presentation and screencasting a walkthrough of it for work. I wanted to use impress!ve, but was getting errors about there being no pages in the document. [1] In looking this error up, it seems

[O] [OT] s/mime / mail encryption

2011-11-01 Thread Marcelo de Moraes Serpa
A bit off topic but related I think... I've started using gpg to encrypt org-mode entries and it's amazing. I then started to realize that I wasn't paying enough attention to security of my own sensitive data. Scan of documents spread around without encryption (also looking for a pragmatic way to

Re: [O] custom IDs not exported

2011-11-01 Thread Nick Dokos
Sten Lindner s.lind...@stenlindner.de wrote: On Sat, Jun 11, 2011 at 11:12:26PM -0400, Nick Dokos wrote: I have a minimal patch that I think fixes this problem, but there are other underscores used in various places in org-html.el so there might be additional problems. I'd appreciate it

[O] How to format really long #+whatever lines

2011-11-01 Thread Robert McIntyre
In my literate org projects at http://aurellem.com/, I often have to use very long lines such as: #+description: Capture video from a JMonkeyEngine3 Application with Xuggle, and use gstreamer to compress the video to upload to YouTube. #+begin_src clojure :noweb yes :tangle