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

2013-05-13 Thread Daniil Frumin
OK, here's a patch which adds the ability to highlight the selected text. It makes new highlight notes only if `org-mac-Skim-highlight-selection-p' is set to t. - Dan 0004-Add-the-ability-to-highlight-the-selected-text-in-Sk.patch Description: Binary data On May 14, 2013, at 8:33 AM, Carste

Re: [O] org-mime

2013-05-13 Thread Joseph Vidal-Rosset
2013/5/13 Eric Schulte > A while back Org-mode switched its method of exporting latex equations > to HTML. Equations used to be exported as png images, however they are > now exported as markup which may then be processed on the fly by > client-side javascript. Most mail readers do not allow ja

[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

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 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 return type of the

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 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 org-document,

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 writes: > What we want is illustrated by figure \ref{WhatWeWant} > > #+CAPTION: What we want > #+LABEL: fig:WhatWeWa

[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] 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 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 and

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

2013-05-13 Thread Eric Schulte
Paul Stansell 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 > 3 > 16 >

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

2013-05-13 Thread Eric Schulte
Achim Gratz 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 to check

Re: [O] org-mime

2013-05-13 Thread Eric Schulte
Joseph Vidal-Rosset 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 seems to work via M-x org-

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

2013-05-13 Thread Eric Schulte
Achim Gratz 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 -l lisp/ob-C

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 n

Re: [O] diff in `src' blocks

2013-05-13 Thread Samuel Wales
On 5/13/13, Achim Gratz 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 Pandemic: http://

Re: [O] BIND and LaTeX export

2013-05-13 Thread Fabrice Popineau
2013/5/13 Nicolas Goaziou > Hello, > > Fabrice Popineau 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-direc

[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 optio

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 On Wed, May 8, 2013 at 3:13 AM, Nicolas Goaziou wrote: > Hello, > > Cameron Desautels writes: > > > I'm having a bit of trouble with exports. My understanding is that I > should > > be able to crea

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, the

Re: [O] BIND and LaTeX export

2013-05-13 Thread Nicolas Goaziou
Hello, Fabrice Popineau 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 value for this var

Re: [O] Export options for subheadings

2013-05-13 Thread Nicolas Goaziou
Hello, JBash 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 results as putting

[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

[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 subhea

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 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 withou

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

2013-05-13 Thread Nicolas Richard
Paul Stansell 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 {displaymath} environment do

[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

[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 compi

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 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 hear people c

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] link_up and link_home

2013-05-13 Thread Bastien
Hi Vikas, Vikas Rawal 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

[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

[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 emacs-

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

2013-05-13 Thread Nicolas Goaziou
Hello, Mark Edgington 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 -- somethin

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 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. > I guess it al

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 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 not behave as yo

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 th

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] 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. Andr

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

Re: [O] Babel blocks not indented

2013-05-13 Thread Leo Alekseyev
On Fri, May 10, 2013 at 3:32 PM, Nick Dokos wrote: > Leo Alekseyev 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 / not/ be indented (as oppos

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 firs

Re: [O] diff in `src' blocks

2013-05-13 Thread Achim Gratz
Oliver Večerník 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 Achim Gratz
Oliver Večerník 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 la

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

2013-05-13 Thread Rainer M. Krug
Christian Moe 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 makes more s

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'.

[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