Re: [O] HTML export is using the wrong browser

2014-03-23 Thread Marcin Borkowski
Dnia 2014-03-24, o godz. 06:41:12 Bastien napisał(a): > James Harkins writes: > > > This should be a simple thing, so... can somebody please tell me a > > simple way to configure this? > > M-x customize-variable RET org-file-apps RET > > (Btw, I don't know "sensible-browser", must come from a

Re: [O] HTML export is using the wrong browser

2014-03-23 Thread Bastien
James Harkins writes: > This should be a simple thing, so... can somebody please tell me a > simple way to configure this? M-x customize-variable RET org-file-apps RET (Btw, I don't know "sensible-browser", must come from a specific Emacs install?) -- Bastien

Re: [O] ox-rss.el custom headlines

2014-03-23 Thread Bastien
Hi steckerhalter, bracket links in headlines are now replaced by their descriptions in the RSS backend. Thanks for reporting this, -- Bastien

[O] Bug in org-beamer-publish-to-pdf?

2014-03-23 Thread Rafael
Hi all, Using Org-mode version 8.2.5h (release_8.2.5h-829-g9665f8) from git, and GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2014-02-22 on king, modified by Debian I think there is a bug in org-beamer-publish-to-pdf. The code of the function is: #+BEGIN_SRC emacs-lisp (defun

[O] HTML export is using the wrong browser

2014-03-23 Thread James Harkins
OK, org is awesome, but sometimes it drives you crazy. I have just lost an hour this morning trying to figure out how to convince HTML export to open the exported file in Firefox, rather than Chrome. I noticed that C-c C-e h o was running "sensible-browser," and after half an hour's completel

Re: [O] Out of Order Evaluation

2014-03-23 Thread Eric Schulte
Michael Weylandt writes: > Hi, > > I want to put a summary of my analysis at the beginning of a document > using results calculated at the end of the document. Is this possible? > Yes, simply place the calculation in a subtree marked with :noexport at the top of the document. Best, > > #=

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-03-23 Thread Eric Schulte
Rainer M Krug writes: > Eric Schulte writes: > >> Charles Berry writes: >> >>> John Hendy gmail.com> writes: >>> >>> [deleted] > > I think the default behavior should be reverted, as tangling and > exporting are two different things. When I tangle, I want to see the > code

Re: [O] I need help extending ob-ocaml to support :results output

2014-03-23 Thread Eric Schulte
Alan Schmitt writes: > Hello, > > It seems that ob-ocaml does not support ":results output". For instance, > evaluating the following block: > > #+begin_src ocaml :results output > Printf.printf "foo\nbar\n";; > #+end_src > > Does not result in the two lines "foo" and "bar" but in the value being

Re: [O] Custom babel execute command with existing syntax highlighting

2014-03-23 Thread Eric Schulte
Andrey Tykhonov writes: > Hi all! > > I have such block: > > #+BEGIN_SRC my-python > import sys > sys.platform > #+END_SRC > > I want it to be with syntax highlighting, so it will looks like (in a > org-file) exactly as: > > #+BEGIN_SRC python > import sys > sys.platform > #+END_SRC > > (of cours

[O] ox-rss.el custom headlines

2014-03-23 Thread steckerhalter
I have a question about the function org-rss-headline. in my blog I'm using titles with links so the generated XML contains some ugly org syntax as titles (http://steckerhalter.co.vu/index.xml). does anyone see a good way to make this customizable? if not what would be the proper way to override t

Re: [O] Context of interaction vs. literal syntactic interpretation

2014-03-23 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: >> let's finally close this thread, thanks all for your inputs. > > I'm still waiting for Carsten's input, as I need to know whether > introducing the parser in core functions is a goal for Org or not. In the meantime, what do you think about the solution I p

Re: [O] org mode alignment problem

2014-03-23 Thread Guido Van Hoecke
Hi Bastien, Bastien writes: > Hi Guido, > > Guido Van Hoecke writes: > >> The problem remains if I replace '[' and ']' with either '{' and >> '}' or '(' and ')'. >> >> It disappears if I replace them by e.g. '#' and '+'. > > I smell a bad interaction with some other package. > > Can you reprodu

Re: [O] org-export-latex-hyperref-options-format

2014-03-23 Thread Thomas S. Dye
t...@tsdye.com (Thomas S. Dye) writes: > The template is set up to produce two pdf files, one with hyperref and > the other without. I suspect this is the root of the problem I'm > having. Nope. The asynchronous process had to allow bind keywords. All is well. Tom -- Thomas S. Dye http://www

Re: [O] Relative Remote Reference (column->row)

2014-03-23 Thread Volker Strobel
Thanks, Michael, for this helpful workaround! On Fri, Mar 21, 2014 at 8:19 AM, Michael Brand wrote: > Hi Volker > > On Fri, Mar 21, 2014 at 1:31 AM, Volker Strobel > wrote: > > My problem is, that this remote reference starts in row 3 (because of > @$#), > > however, I'd like to start in row 2

[O] A problem with publishing

2014-03-23 Thread Marcin Borkowski
Hi list, publishing doesn't work. I guess that I broke something;). May the source and publishing directories be the same? I have this in my init.el: (setq org-publish-project-alist '(("fnis2014" :base-directory "~/directory" :publishing-directory "~/directory" :b

Re: [O] org mode alignment problem

2014-03-23 Thread Bastien
Hi Guido, Guido Van Hoecke writes: > The problem remains if I replace '[' and ']' with either '{' and > '}' or '(' and ')'. > > It disappears if I replace them by e.g. '#' and '+'. I smell a bad interaction with some other package. Can you reproduce the problem with emacs -q (loading Org from

Re: [O] org mode alignment problem

2014-03-23 Thread Guido Van Hoecke
Hi Bastien, Guido Van Hoecke writes: > Hi Bastien, > > Bastien writes: > >> Hi Guido, >> >> Guido Van Hoecke writes: >> >>> But I'm pretty sure this is not normal, so any help or suggestion >>> would be usefull. >> >> Yes, this is not normal. Can you try >> >> M-x global-font-lock-mode RET >>

Re: [O] org-html5presentation

2014-03-23 Thread Rick Frankel
On Sun, Mar 23, 2014 at 07:00:17PM +0100, Marcin Borkowski wrote: > Dnia 2014-03-23, o godz. 18:52:35 > Bastien napisał(a): > > > Rustom Mody writes: > > > > > Just checked with org 7.something (dunno for sure since org-version > > > does not work -- I had kept around an old directory in case o

Re: [O] org mode alignment problem

2014-03-23 Thread Guido Van Hoecke
Hi Bastien, Bastien writes: > Hi Guido, > > Guido Van Hoecke writes: > >> But I'm pretty sure this is not normal, so any help or suggestion >> would be usefull. > > Yes, this is not normal. Can you try > > M-x global-font-lock-mode RET > > to prevent the hiding of leading stars and > > M-x vis

Re: [O] [PATCH] org-plot: Handle explicit date/time index

2014-03-23 Thread Bastien
Hi Yasushi, Yasushi SHOJI writes: > * lisp/org-plot.el (org-plot-quote-tsv-field): Dump data as is when > `timeind' is set. This change produces a compiler warning: In org-plot-quote-tsv-field: org-plot.el:113:22:Warning: reference to free variable `params' Can you check and fix this? Than

Re: [O] org-html5presentation

2014-03-23 Thread Marcin Borkowski
Dnia 2014-03-23, o godz. 18:52:35 Bastien napisał(a): > Rustom Mody writes: > > > Just checked with org 7.something (dunno for sure since org-version > > does not work -- I had kept around an old directory in case of > > upgrade hiccups) > > > > and the above works (with emacs -Q) > > > > That

Re: [O] org mode alignment problem

2014-03-23 Thread Bastien
Hi Guido, Guido Van Hoecke writes: > But I'm pretty sure this is not normal, so any help or suggestion > would be usefull. Yes, this is not normal. Can you try M-x global-font-lock-mode RET to prevent the hiding of leading stars and M-x visible-mode RET to prevent invisibility properties?

Re: [O] org-html5presentation

2014-03-23 Thread Bastien
Rustom Mody writes: > Just checked with org 7.something (dunno for sure since org-version > does not work -- I had kept around an old directory in case of upgrade > hiccups) > > and the above works (with emacs -Q) > > That is it exports though there is a small problem with the display -- > margin

Re: [O] [bug] cannot extract just one column of table for use in gnuplot src block

2014-03-23 Thread Achim Gratz
Eric S Fraga writes: > The trace shows that the column has been extracted exactly as I > wish. No, the column has been extracted as a vector, not a table. > However, it would appear that the function may expect a sequence > and not just a single element? A table line is a list or a symbol, at th

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-23 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Here are 3 patches (for maint) fixing radio-target behaviour. It looks perfect. I tested* the HTML and LaTeX backend and they do exactly what's expected. Thanks a lot for putting this together! * With quite a complex radio link like the one in the attach

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-23 Thread Nicolas Goaziou
Hello, Bastien writes: > Nicolas Goaziou writes: > >> For example, `org-make-target-link-regexp' generates a regexp enclosed >> within "\\<...\\>". Unfortunately, that will not match a radio link >> starting with an entity, e.g., <<<\alpha-test>>> \alpha-test. It is >> probably due to the fact

[O] [bug] cannot extract just one column of table for use in gnuplot src block

2014-03-23 Thread Eric S Fraga
Hello, with this simple example, #+TITLE: examplebug.org #+AUTHOR:Eric S Fraga * table references #+tblname: mytable | | A | B | C | D | E | F | G | H | I | Total | |---+---+---+---+---+---+---+---+---+---+---| | 1 | 1 | 1 | | | 0 | | | 1 | | 3 | | 2 | 1 | | | |

Re: [O] org-html5presentation

2014-03-23 Thread Rustom Mody
On Sun, Mar 23, 2014 at 8:40 PM, Rustom Mody wrote: > On Sun, Mar 23, 2014 at 8:33 PM, Bastien wrote: >> Hi Rustom, >> >> Rustom Mody writes: >> >>> However the code linked claims to need org 7.5 >>> >>> Does it work? >> >> Did you try? >> >>> Any easy way of making it work? >> >> See previous q

[O] org mode alignment problem

2014-03-23 Thread Guido Van Hoecke
Hi, Emacs org mode aligns strangely and I wonder whether that could be due to my setup. Using a small 5 line input file: * 1 ** capello [ka-PEL-lo] ** cappello [kap-PEL-lo] ** bello [BEL-lo] ** caffè [kaf-FÈ] I have org-hide-leading-stars set to t so leading stars are displayed as spaces. I'll

Re: [O] org-html5presentation

2014-03-23 Thread Rustom Mody
On Sun, Mar 23, 2014 at 8:33 PM, Bastien wrote: > Hi Rustom, > > Rustom Mody writes: > >> However the code linked claims to need org 7.5 >> >> Does it work? > > Did you try? > >> Any easy way of making it work? > > See previous question :) I did this much: (require 'org-html5presentation) M-x o

Re: [O] org-html5presentation

2014-03-23 Thread Bastien
Hi Rustom, Rustom Mody writes: > However the code linked claims to need org 7.5 > > Does it work? Did you try? > Any easy way of making it work? See previous question :) -- Bastien

[O] org-html5presentation

2014-03-23 Thread Rustom Mody
At this http://orgmode.org/worg/org-tutorials/non-beamer-presentations.html it is said that org-html5presentation works However the code linked claims to need org 7.5 Does it work? Any easy way of making it work? Rusi

Re: [O] [RFC] Creole-style / Support for **emphasis**__within__**a word**

2014-03-23 Thread Marcin Borkowski
Dnia 2014-03-23, o godz. 12:32:46 Suvayu Ali napisał(a): > On Sun, Mar 23, 2014 at 01:06:35AM +0100, Marcin Borkowski wrote: > > Dnia 2014-03-22, o godz. 16:30:31 > > Nicolas Goaziou napisał(a): > > > > > > Also, there is no "backward-compatibility squad", only users who > > > > care about what

Re: [O] [RFC] Creole-style / Support for **emphasis**__within__**a word**

2014-03-23 Thread Suvayu Ali
On Sun, Mar 23, 2014 at 01:06:35AM +0100, Marcin Borkowski wrote: > Dnia 2014-03-22, o godz. 16:30:31 > Nicolas Goaziou napisał(a): > > > > Also, there is no "backward-compatibility squad", only users who > > > care about what they like. > > > > That is what they want us to believe! :) > > Ninj

Re: [O] A minor problem with exporting to html

2014-03-23 Thread Marcin Borkowski
Dnia 2014-03-23, o godz. 09:50:24 Bastien napisał(a): > Marcin Borkowski writes: > > > But I'd strongly suggest making nil the default value. I find the > > current setting strongly unintuitive (unless one read the manual, > > that is;)), and not really needed (at least for me). If I have the

[O] encrypting file uses revoked key

2014-03-23 Thread Daniel Krenn
I create a new file test.gpg and write # -*- mode:org; epa-file-encrypt-to: ("b...@blub.com") -*- (b...@blub.com replaced by my mail address) as the first line. Then I save this file and I'm asked Select recipents for encryption. If no one is selected, symmetric encryption will be performe

[O] [PATCH 5/5] org-bibtex.el: Clarifying description of `org-bibtex-type-property-name'.

2014-03-23 Thread Stefan-W. Hahn
* org-bibtex.el: Clarifying description of `org-bibtex-type-property-name'. TINY CHANGE Signed-off-by: Stefan-W. Hahn --- lisp/org-bibtex.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index d8ab649..7e1d8da 100644 --- a/lisp/or

[O] [PATCH 4/5] org-bibtex.el: Change property names in `org-bibtex-store-link' API.

2014-03-23 Thread Stefan-W. Hahn
* org-bibtex.el (org-bibtex-store-link): Change property names in API. Because it is confusing to have a ":key" property in `org-bibtex-store-link' which is not the ":key" entry of a bibtex entry but the key of the entry, this should be changed. The new name of the property is ":bibkey". To be co

[O] [PATCH 2/5] org-bibtex.el: Use `org-bibtex-read-internal' in `org-bibtex-store-link'

2014-03-23 Thread Stefan-W. Hahn
* org-bibtex.el (org-bibtex-store-link): To have the same conversion, especially removing of {{...}}, of a bibtex entry use `org-bibtex-read-internal' in `org-bibtex-store-link'. TINY CHANGE Signed-off-by: Stefan-W. Hahn --- lisp/org-bibtex.el | 46 --

Re: [O] [RFC] Problem with org-bibtex-read with fields type, key

2014-03-23 Thread Stefan-W. Hahn
Good morning, this patch series tries to dig with the problem of the double used property names ":key" and ":type" in org-bibtex. This is just a proposal, because it changes also the API of `org-bibtex-store-link' and therefore needs a confirmation. [PATCH 1/5] org-bibtex.el (org-bibtex-read): S

[O] [PATCH 1/5] org-bibtex.el (org-bibtex-read): Split in two functions for internal use

2014-03-23 Thread Stefan-W. Hahn
* org-bibtex.el (org-bibtex-read): Organize `org-bibtex-read' function into two functions, so that it can be used by other functions without storing the result in `org-bibtex-entries'. TINY CHANGE Signed-off-by: Stefan-W. Hahn --- lisp/org-bibtex.el | 28 1 file cha

[O] [PATCH 3/5] org-bibtex.el: Replace double used fieldnames ":key" and ":byte".

2014-03-23 Thread Stefan-W. Hahn
* org-bibtex.el (org-bibtex-read-internal): Change property names. The bibtex parser returns =key= for the key of the bibtex entry =type= for the type of the bibtex entry. These both should not be mixed up with the ":key" and ":type" entries of a bibtex item. So they get renamed to ":bibkey

Re: [O] preview and default class [8.2.5h (release_8.2.5h-677-g55b0a3 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-03-23 Thread Nicolas Richard
Bastien writes: > It worked from the diff. > > I applied your patch with git apply, then went to the modified file, > then C-x v =, then hit `n' to go to the next change and `C-x 4 a' to > create the Changelog. Thanks, I'll try again and hopefully find out what's wrong with what I did. Nico.

Re: [O] A minor problem with exporting to html

2014-03-23 Thread Bastien
Marcin Borkowski writes: > But I'd strongly suggest making nil the default value. I find the > current setting strongly unintuitive (unless one read the manual, that > is;)), and not really needed (at least for me). If I have the export > results in a separate buffer or file, why would I need t

Re: [O] A minor problem with exporting to html

2014-03-23 Thread Marcin Borkowski
Dnia 2014-03-23, o godz. 09:18:45 Bastien napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > exporting to HTML messes up with the kill ring (all the exported > > content is put on top of the the kill ring). Am I the only one > > experiencing this? Is it a feature or a bug? > > (set

Re: [O] New headline after no content (empty headline)

2014-03-23 Thread Bastien
Hi Brady, Brady Trainor writes: > Thanks again! you're welcome---does the Org version that comes from the maint branch still needs a fix? If so, can you describe the problem again? Here is how to use Org from maint ~$ git clone git://orgmode.org/org-mode.git ~$ git checkout maint ~$ make aut

Re: [O] preview and default class [8.2.5h (release_8.2.5h-677-g55b0a3 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-03-23 Thread Bastien
Hi Nicolas, Nicolas Richard writes: > Ok thanks. For my information, did C-x 4 a work for you in adding the > section name or did you add it manually ? It worked from the diff. I applied your patch with git apply, then went to the modified file, then C-x v =, then hit `n' to go to the next cha

Re: [O] [PATCH] org-mac-link: Improve grabbing behavior for Chrome.

2014-03-23 Thread Bastien
Muchenxuan Tong writes: > * contrib/lisp/org-mac-link.el (org-as-mac-chrome-get-frontmost-url): > Improve AppleScript used for grabbing information from Chrome. Now > it's shorter and doesn't require switching to the app. Also, > starting and ending quote are trimmed only when necessary. A

Re: [O] A minor problem with exporting to html

2014-03-23 Thread Bastien
Hi Marcin, Marcin Borkowski writes: > exporting to HTML messes up with the kill ring (all the exported > content is put on top of the the kill ring). Am I the only one > experiencing this? Is it a feature or a bug? (setq org-export-copy-to-kill-ring nil) I'm all for using nil as the default

Re: [O] [POLL] Do you need special entities in radio target?

2014-03-23 Thread Christian Moe
Nicolas Goaziou writes: > Christian Moe <...> writes: > >> But is this only about special entities, or about all Org syntax, > > the latter. Thanks for clarifying. >> including subscripts/superscripts, emphasis...? That would be >> limiting. As long as radio targets are visible parts of the text

[O] A minor problem with exporting to html

2014-03-23 Thread Marcin Borkowski
Hi all, exporting to HTML messes up with the kill ring (all the exported content is put on top of the the kill ring). Am I the only one experiencing this? Is it a feature or a bug? Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University