Re: [O] [PATCH] Export: Override headline numbering via properties

2013-05-13 Thread Nicolas Goaziou
Hello, Mark Edgington edgi...@gmail.com writes: * lisp/ox.el (org-export-numbered-headline-p): If the `:NUMBERED' property is defined for a headline, turn numbering on when the property value is y (otherwise turn numbering off). Do the same if the `:INHERITED_NUMBERED' property is defined

Re: [O] Skim.app support for org-mac-link-grabber.el

2013-05-13 Thread Carsten Dominik
Hi Daniil, I like this a lot and would like to take the patch after you have taken Ivans feedback, and maybe more feedback if you get any. I would like it even more if following the link would rehighlight the selected text. Is there any way to achieve this? I have another question, this

[O] diff in `src' blocks

2013-05-13 Thread Oliver Večerník
Hi, in the following org file the second block gets not exported (tested with text and html exporter, release_8.0.2-119-g646f1a): --8---cut here---start-8--- #+OPTIONS: toc:nil author:nil #+BEGIN_SRC sh :exports results :results output cat testdiff.txt.orig

Re: [O] diff in `src' blocks

2013-05-13 Thread Oliver Večerník
Why is the `diff' command alone not exported while the piped `diff' via `cat' works? Is this this a bug? Figured out myself, sorry for the noise. It has to do with the exit status of the `diff', which is 1 if the files are different. So I use the pipe through `cat'.

Re: [O] disable tangling for an entire section?

2013-05-13 Thread Rainer M. Krug
Christian Moe m...@christianmoe.com writes: I was hoping that a higher-level setting would override all tangle settings under it, no matter what they might be. This would make it possible to change an entire section's tangling without fussing with each code block's setting. The status quo

Re: [O] diff in `src' blocks

2013-05-13 Thread Achim Gratz
Oliver Večerník ov at vecernik.at writes: Why is the `diff' command alone not exported while the piped `diff' via `cat' works? The exit code is not zero since diff found differences, so Babel assumes the script produced an error. Try this instead when you don't know what the return code of the

Re: [O] diff in `src' blocks

2013-05-13 Thread Achim Gratz
Oliver Večerník ov at vecernik.at writes: Figured out myself, sorry for the noise. It has to do with the exit status of the `diff', which is 1 if the files are different. So I use the pipe through `cat'. Useless use of cat... Regards, Achim

Re: [O] diff in `src' blocks

2013-05-13 Thread Oliver Večerník
Figured out myself, sorry for the noise. It has to do with the exit status of the `diff', which is 1 if the files are different. So I use the pipe through `cat'. Useless use of cat... At least the return status is zero. But I agree with you, a colon is better here. This is my first use

Re: [O] Babel blocks not indented

2013-05-13 Thread Leo Alekseyev
On Fri, May 10, 2013 at 3:32 PM, Nick Dokos ndo...@gmail.com wrote: Leo Alekseyev dnqu...@gmail.com writes: I've brought this up before, but I think there's value in SRC blocks /not/ being indented, and in fact, I would love it if there were a way to make the contents of the SRC blocks /

Re: [O] [PATCH] Export: Override headline numbering via properties

2013-05-13 Thread Mark Edgington
Hello Nicolas, I'm sorry for not having provided more explanation of the patch's purpose. The motivation is basically to permit any kind of manual (in contrast to automatic) control over the section-numbering behavior connected with a particular headline. In LaTeX, for example, you are able to

Re: [O] Babel blocks not indented

2013-05-13 Thread Andreas Röhler
[ ... ] I change my mode to whatever my src is in when I want indenting to work properly, then change it back when I want to see it as an org file again. Dave Probably it would pay to have a minor mode for that, running with idle-timer and switching the mode according to SRC context.

Re: [O] Skim.app support for org-mac-link-grabber.el

2013-05-13 Thread Daniel F
Hi Carsten, Ivan. Thanks for the feedback. The issue that Ivan mentioned does look important and I'll try to fix it asap and incorporate the check. I'll also look into the rehilighting thing, I am not sure if that's possible. I guess it also would be nice to scroll not just to the right page, but

Re: [O] [PATCH] Export: Override headline numbering via properties

2013-05-13 Thread Mark Edgington
Hi Samuel, I'd guess it isn't exactly the same as what you did -- I assume you are making it possible to modify the numbering level threshold via properties. Is this modification inherited by child-headlines or not? Either way, there would be a lot of hackery required to use this to achieve the

Re: [O] [PATCH] Export: Override headline numbering via properties

2013-05-13 Thread Mark Edgington
Also, I forgot to mention that the patch is tested, and behaves as expected. On Mon, May 13, 2013 at 2:18 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Thanks for your patch. Though, I don't get what you are trying to achieve nor what a use case would be. Have you tested this patch ? It may

Re: [O] Skim.app support for org-mac-link-grabber.el

2013-05-13 Thread Carsten Dominik
On 13 mei 2013, at 11:53, Daniel F difru...@gmail.com wrote: Hi Carsten, Ivan. Thanks for the feedback. The issue that Ivan mentioned does look important and I'll try to fix it asap and incorporate the check. I'll also look into the rehilighting thing, I am not sure if that's possible.

Re: [O] [PATCH] Export: Override headline numbering via properties

2013-05-13 Thread Nicolas Goaziou
Hello, Mark Edgington edgi...@gmail.com writes: A couple possible use-cases: 1. a document (or chapter of a document) where the first headline contains general introduction information explaining what the rest of the document (chapter) is about (similar to an abstract, but not identical

[O] Indentation of code blocks within lists

2013-05-13 Thread Francesco Pizzolante
Hi All, I'd like to let you know about issues I'm having while trying to put source code blocks within lists. Here's my example and how I indent it: --8---cut here---start-8--- * First situation - My first bullet We need to do this: #+begin_src

[O] link_up and link_home

2013-05-13 Thread Vikas Rawal
Has there been a change in the way #+link_up and #+link_home are used in html export? Vikas

Re: [O] link_up and link_home

2013-05-13 Thread Bastien
Hi Vikas, Vikas Rawal vikasli...@agrarianresearch.org writes: Has there been a change in the way #+link_up and #+link_home are used in html export? You need to use #+HTML_LINK_UP and #+HTML_LINK_HOME now. HTH, -- Bastien

Re: [O] link_up and link_home

2013-05-13 Thread Vikas Rawal
Has there been a change in the way #+link_up and #+link_home are used in html export? You need to use #+HTML_LINK_UP and #+HTML_LINK_HOME now. Thanks. Vikas

Re: [O] [mobileorg-android] Re: Agenda in MobileOrg for Android

2013-05-13 Thread Marcin Borkowski
Dnia 2013-05-13, o godz. 11:00:49 James Harkins jamshar...@gmail.com napisał(a): OK, so I'm reviving this old thread. I tried to set up MobileOrg again and failed completely - again. Sorry for my post being a bit harsh, but I'm really frustrated with this situation, especially that I

[O] BIND and LaTeX export

2013-05-13 Thread Fabrice Popineau
Hi, Is it me or something is wrong with the very latest org-mode (git repository). I have this line in my org-file : #+BIND: org-latex-pdf-process (pdflatex -interaction nonstopmode -shell-escape -output-directory %o %f) My default value for this variable states that lualatex is used for

[O] BMCOL column width as absolute?

2013-05-13 Thread James Harkins
Hi, in the new beamer exporter, are there any plans to support an absolute width for columns, rather than a fraction of \textwidth? hjh

Re: [O] unexpected appearance of x^2 in pdf file

2013-05-13 Thread Nicolas Richard
Paul Stansell paulstans...@gmail.com writes: Yes, I tried that, but as I understand it I need to \usepackage{amsmath} to access the latex equation* environment. Usually amsmath is good to have (and Nicolas answered on how to include it), but if you wish to avoid it for some reason, the

Re: [O] disable tangling for an entire section?

2013-05-13 Thread Bill White
On Mon May 13 2013 at 03:23, rai...@krugs.de (Rainer M. Krug) wrote: Christian Moe m...@christianmoe.com writes: I was hoping that a higher-level setting would override all tangle settings under it, no matter what they might be. This would make it possible to change an entire section's

[O] Export options for subheadings

2013-05-13 Thread JBash
Hello, I'm having a problem getting the export options for single subtree to work. I'm exporting to pdf. I'm not sure the information in the manual applies to the new exporter (since I'm not sure C-c @ applies anymore... I've tried it, and get the same results as putting the cursor on the

[O] Automatic mailto: links when exporting to html

2013-05-13 Thread Philippe Coatmeur
Hello everyone This is my first message here ; My name is Phil ; Please excuse my bad english and general noobiness. I need email addresses to become clickable mailto:; links in my docs ; I'm in the (quite tedious I must say) process of writing a function that would do that : * Replace

Re: [O] Export options for subheadings

2013-05-13 Thread Nicolas Goaziou
Hello, JBash bashve...@gmail.com writes: I'm having a problem getting the export options for single subtree to work. I'm exporting to pdf. I'm not sure the information in the manual applies to the new exporter (since I'm not sure C-c @ applies anymore... I've tried it, and get the same

Re: [O] BIND and LaTeX export

2013-05-13 Thread Nicolas Goaziou
Hello, Fabrice Popineau fabrice.popin...@supelec.fr writes: Is it me or something is wrong with the very latest org-mode (git repository). I have this line in my org-file : #+BIND: org-latex-pdf-process (pdflatex -interaction nonstopmode -shell-escape -output-directory %o %f) My default

Re: [O] diff in `src' blocks

2013-05-13 Thread Achim Gratz
Achim Gratz writes: Is this this a bug? I don't think so, although Babel could give a more enlightening message about why it didn't evaluate STDOUT. It gives this on your original example: Babel evaluation exited with code 1 Code block produced no output. All things considered, there may

Re: [O] Exporting visible items not behaving as expected

2013-05-13 Thread Cameron Desautels
Yessir, I see the expected behavior now (with the upgrade). Many thanks. -- Cameron Desautels cam...@gmail.com On Wed, May 8, 2013 at 3:13 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Cameron Desautels cam...@gmail.com writes: I'm having a bit of trouble with exports. My

[O] Inhibit default EMAIL in derived exporter

2013-05-13 Thread Viktor Rosenfeld
Hi, commit 16f12e0 changed how the EMAIL option is configured in a derived exporter that also uses this keyword. In `contrib/ox-koma-letter.el', the koma-letter exporter configures the default of the EMAIL option to the variable `org-koma-letter-email'. However, since commit 16f12e0, if the

Re: [O] BIND and LaTeX export

2013-05-13 Thread Fabrice Popineau
2013/5/13 Nicolas Goaziou n.goaz...@gmail.com Hello, Fabrice Popineau fabrice.popin...@supelec.fr writes: Is it me or something is wrong with the very latest org-mode (git repository). I have this line in my org-file : #+BIND: org-latex-pdf-process (pdflatex -interaction nonstopmode

Re: [O] diff in `src' blocks

2013-05-13 Thread Samuel Wales
On 5/13/13, Achim Gratz strom...@nexgo.de wrote: All things considered, there may be room for an argument that Babel shouldn't ignore the data from STDOUT on non-zero exit or have an option to ignore the return code for cases like this. That sounds good for newcomers. Samuel -- The Kafka

Re: [O] Skim.app support for org-mac-link-grabber.el

2013-05-13 Thread Daniil Frumin
So I've been researching this problem and it seems that there is no sane way to re-select a text. The problem is that `(do-applescript ..)' only interacts with AppleScript well if the return type of the string is either a number or a string. If I try to convert the selection object (which is

[O] bug#14379: bug#14379: bug#14379: Several Org source files cannot be loaded in isolation

2013-05-13 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Carsten Dominik writes: I have asked Eric to fix these. These errors do not exist in Org 8 anymore, in other words they are already fixed (by the introduction of ob-core, as it were). I'm still getting an error with the following. $ emacs -batch

Re: [O] org-mime

2013-05-13 Thread Eric Schulte
Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: Hello, I just made a clean installation of org packages and contrib in order to be able to convert latex equations in gnus. But I meet the following problem that I am going to describe: Generating a png image

Re: [O] using gnuplot's splot and every commands on org-mode table data

2013-05-13 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: This does look like a bug to me. Can you isolate where the value of data in your example is first assigned the wrong value? The error lies in how ob-sh tries to determine if it needs to process a table or a vector and then forgets

Re: [O] using gnuplot's splot and every commands on org-mode table data

2013-05-13 Thread Eric Schulte
Paul Stansell paulstans...@gmail.com writes: Hi Eric, In your last example are you illustrating the case of a data file with missing data? Yes. Replacing s with blank space in your example doesn't really break the plot, it's just that gnuplot interprets the first column of data as 1 2

Re: [O] OT: Annotating PDF Org

2013-05-13 Thread Ramon Diaz-Uriarte
To set the (new) record straight: On Tue, 7 May 2013 00:44 Ramon Diaz-Uriarte rdiaz02 at gmail.com writes: (...) [Talking about Okular] Note, though, that incorporating annotations in the PDF itself, which means you use the Save As, is somewhat of a pain, because by default the file name

[O] ox-bibtex.el references working in sample.org

2013-05-13 Thread George Jones
Both LaTeX and HTML citations and bibliography generation in the new ox-bibtex.el seem to be working. Test .org file attached Ran it with a larger document I'm working on, and the references seemed to work. Having some issues now with figures and references, but I'm probably just using old-style

Re: [O] ox-bibtex.el references working in sample.org

2013-05-13 Thread Thomas S. Dye
Aloha George, Perhaps what we want is illustrated by figure [[fig:WhatWeWant]] #+caption[What we want in TOC]: What we want under the figure. #+name: fig:WhatWeWant George Jones elu...@gmail.com writes: What we want is illustrated by figure \ref{WhatWeWant} #+CAPTION: What we want #+LABEL:

Re: [O] [PATCH] Export: Override headline numbering via properties

2013-05-13 Thread Mark Edgington
Hi Nicolas, On Mon, May 13, 2013 at 6:54 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: You can still number these parts manually with, e.g., #+latex: \section*{Introduction} before the first section in your Org document. While this is possible, wouldn't this break the structure of the

Re: [O] Skim.app support for org-mac-link-grabber.el

2013-05-13 Thread Carsten Dominik
On 13.5.2013, at 22:35, Daniil Frumin difru...@gmail.com wrote: So I've been researching this problem and it seems that there is no sane way to re-select a text. OK, thanks for looking into it. The problem is that `(do-applescript ..)' only interacts with AppleScript well if the

[O] bug#14379: bug#14379: bug#14379: Several Org source files cannot be loaded in isolation

2013-05-13 Thread ASSI
On Monday 13 May 2013, 15:32:45, Eric Schulte wrote: I'm still getting an error with the following. $ emacs -batch -l lisp/ob-C.el Symbol's value as variable is void: org-babel-tangle-lang-exts Depending on which Emacs version you use and whether, where and how Org 8 is installed