Re: [O] BEAMER_ACT ignored during export in column environment

2015-09-09 Thread Julien Cubizolles
Nicolas Goaziou writes: > Hello, > > Julien Cubizolles writes: > >> The "article" property of the "Column3" heading isn't exported to the >> TeX file whereas the one of "Column 2 in a heading" is. However Beamer >> supports this overlay for column environment. > > Are you sure column environment

[O] Statistics cookies export to html

2015-09-09 Thread Thomas S . Dye
Aloha all, I expect the following ECM to *not* export the statistics cookie "[1/1]" because I've set stat:nil. But it does export it with emacs -Q. Or, is the [1/1] not a statistics cookie? #+OPTIONS: html-link-use-abs-url:nil html-postamble:auto #+OPTIONS: html-preamble:t html-scripts:t html-s

Re: [O] ob-R ignores ess-eval-visibly?

2015-09-09 Thread Rainer M Krug
Envoyé de mon iPhone > Le 4 sept. 2015 à 09:22, Tamas Papp a écrit : > > Hi, > > I prefer ESS not to wait for results of evaluating R code, especially if > it takes a longer time (eg estimating a model in RStan, 1-2 minutes), so > I have > > (setq ess-eval-visibly 'nowait) > > But I find th

Re: [O] koma export and order of options

2015-09-09 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I’m trying to write a letter where I override settings from the lco with > the options line. Here is what the lco looks like: > > \ProvidesFile{InriaRennesEN.lco} > > \usepackage[english]{babel} > \usepackage{xltxtra} > > \KOMAoption{fromalign}{right} > > \setkomava

Re: [O] ob-R ignores ess-eval-visibly?

2015-09-09 Thread Aaron Ecay
Hi Tamas, 2015ko irailak 4an, Tamas Papp-ek idatzi zuen: > > Hi, > > I prefer ESS not to wait for results of evaluating R code, especially if > it takes a longer time (eg estimating a model in RStan, 1-2 minutes), so > I have > > (setq ess-eval-visibly 'nowait) > > But I find that ob-R ignores

[O] visible-mode

2015-09-09 Thread Samuel Wales
in visible-mode, org-next-visible-heading skips over visible headings. i wonder if this should be changed to not skip visible headings.

Re: [O] create vector-graphics with org-babel

2015-09-09 Thread Aaron Ecay
Hi Max, What version of org are you using? Latex export should support svg since commit 0cef5b63e, which is in version 8.1+. (You do need to install and configure the “svg” package for latex in order to compile the document.) -- Aaron Ecay

Re: [O] BEAMER_ACT ignored during export in column environment

2015-09-09 Thread Nicolas Goaziou
Hello, Julien Cubizolles writes: > The "article" property of the "Column3" heading isn't exported to the > TeX file whereas the one of "Column 2 in a heading" is. However Beamer > supports this overlay for column environment. Are you sure column environment supports overlays? It doesn't seem so

[O] Show all PROPERTIES COLUMNS without an explicit definition

2015-09-09 Thread Shakthi Kannan
Hi, Would it be possible to show all the key-values of PROPERTIES for a node without having to explicitly specify its columns in ":COLUMNS:" in the column view mode? I am trying to use an org file as a key-value store, so I don't expect all the node elements to have the same PROPERTIES. As of now

Re: [O] Merge branch 'maint'

2015-09-09 Thread Kyle Meyer
Hello, Oleh Krehel writes: > Hi all, > > Was the issue of abundant "Merge branch 'maint'" commit messages > discussed before? I couldn't find a reference... > > It's not a big deal, really, but I personally prefer to have linear > history with commits that actually do stuff. And it should be eas

Re: [O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-09 Thread Dmitri Makarov
This is refactored patch that uses org-mac-paste-applescript-links Regards, Dmitri On Wed, Sep 9, 2015 at 4:11 PM, Alan Schmitt wrote: > Hello, > > On 2015-09-09 12:42, Dmitri Makarov writes: > >> This is my second attempt to submit a patch that enables grabbing >> links from Adobe Acrobat Pr

Re: [O] org-collector unable to handle macros

2015-09-09 Thread Aaron Ecay
Hi Nicolas, 2015ko irailak 8an, Nicolas Goaziou-ek idatzi zuen: > > Mark Edgington writes: > >> Can you explain what you mean about using CUSTOM_ID in the context of >> org-collector? > > :ID: is special property, which is usually set with `org-id-get-create'. > Creating it by any other mean c

[O] [docupatch] Prefix argument to exclude agenda items

2015-09-09 Thread Marco Wahl
Hi! I just found out by accident that a prefix argument to < (org-agenda-filter-by-category) excludes the category of the item at point from the agenda. Looks like that feature did not make it into the documentation. Is the extension of the documentation below acceptable? --8<---cut

[O] Merge branch 'maint'

2015-09-09 Thread Oleh Krehel
Hi all, Was the issue of abundant "Merge branch 'maint'" commit messages discussed before? I couldn't find a reference... It's not a big deal, really, but I personally prefer to have linear history with commits that actually do stuff. And it should be easy to switch to this style: just use the "

Re: [O] [PATCH] Fix tangling in indirect buffers

2015-09-09 Thread Kyle Meyer
Nicolas Goaziou writes: > Kyle Meyer writes: > >> Patch against maint attached. > > LGTM. Thank you. Thanks for having a look. Pushed. -- Kyle

Re: [O] [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-09 Thread Kyle Meyer
Hi, Rainer M Krug writes: > Hi > > when doing global cycling using org in emacs 25.0.50.1, I get an "Before > first heading" error (see backtrace below). > > It doesn't matter if the cursor is before or after the first header in > the document. > > Is this something in my settings or the combina

Re: [O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-09 Thread Alan Schmitt
Hello, On 2015-09-09 12:42, Dmitri Makarov writes: > This is my second attempt to submit a patch that enables grabbing > links from Adobe Acrobat Pro. I do not have Acrobat to test, but I have a small comment. > +(defun org-mac-acrobat-get-page () > + (interactive) > + (message "Applescript:

[O] Exporting multilingual documents (with Japanese) to PDF

2015-09-09 Thread Luis Felipe López Acevedo
Hi, I'm using Emacs 24.4.1 on Debian 8. I currently can export to PDF documents that mix English and Spanish, but a simple document like the following produces a PDF with no Japanese characters at all. Only the English and Spanish text is visible. #+TITLE: Notes on Japanese #+DATE: 2

[O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-09 Thread Dmitri Makarov
This is my second attempt to submit a patch that enables grabbing links from Adobe Acrobat Pro. Regards, Dmitri From b9feb9b3ebd618d0fc8e82dc266d62e8252775ed Mon Sep 17 00:00:00 2001 From: Dmitri Makarov Date: Wed, 24 Jun 2015 12:22:44 +0200 Subject: [PATCH] org-mac-link.el: Handle links to/from

[O] BEAMER_ACT ignored during export in column environment

2015-09-09 Thread Julien Cubizolles
Consider the following: --8<---cut here---start->8--- #+STARTUP: beamer * Frame :B_fullframe: :PROPERTIES: :BEAMER_env: fullframe :END: ** Column1 :PROPERTIES: :BEAMER_COL: .45 :END: 1st column ** Column2 :

Re: [O] [PATCH] Consistently use `org-mac-paste-applescript-links' in org-mac-links

2015-09-09 Thread Alan Schmitt
On 2015-09-09 13:38, Nicolas Goaziou writes: > Alan Schmitt writes: > >> Here is a patch with fixed message. I can push it myself if you want. > > Please be my guest. Thank you. Pushed. Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Last week athmospheric CO₂ average (Updated September 6, 2015, M

Re: [O] [PATCH] Fix tangling in indirect buffers

2015-09-09 Thread Nicolas Goaziou
Helo, Kyle Meyer writes: > Patch against maint attached. LGTM. Thank you. > - (file (buffer-file-name)) > + (file (buffer-file-name (buffer-base-buffer))) I think there are some occurrences like this one in the code base that should be fixed during some rainy day. Regards, -- Nic

Re: [O] [PATCH] Consistently use `org-mac-paste-applescript-links' in org-mac-links

2015-09-09 Thread Nicolas Goaziou
Alan Schmitt writes: > Here is a patch with fixed message. I can push it myself if you want. Please be my guest. Thank you. Regards,

Re: [O] create vector-graphics with org-babel

2015-09-09 Thread John Kitchin
maybe have a look here: http://tex.stackexchange.com/questions/2099/how-to-include-svg-diagrams-in-latex Max Linke writes: > Hi > > I'm trying to use vector graphics in my org document > > #+BEGIN_SRC ipython :session :file iso.svg :exports results >x = np.linspace(0, 10, 100) >y = np.sin

[O] koma export and order of options

2015-09-09 Thread Alan Schmitt
Hello, I’m trying to write a letter where I override settings from the lco with the options line. Here is what the lco looks like: --8<---cut here---start->8--- \ProvidesFile{InriaRennesEN.lco} \usepackage[english]{babel} \usepackage{xltxtra} \KOMAoption{from

Re: [O] [PATCH] Consistently use `org-mac-paste-applescript-links' in org-mac-links

2015-09-09 Thread Alan Schmitt
On 2015-09-08 17:50, Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I do not know how to write the changelog when the same change happens >> over many different functions. Please tell me if I need to change the >> commit message. > > [...] > >> >> * contrib/lisp/org-mac-link.el (

[O] create vector-graphics with org-babel

2015-09-09 Thread Max Linke
Hi I'm trying to use vector graphics in my org document #+BEGIN_SRC ipython :session :file iso.svg :exports results x = np.linspace(0, 10, 100) y = np.sin(x) plt.plot(x, y) #+END_SRC I can run this cell with 'C-c C-c' but I can't export it to latex because it says that svg is currently no

[O] [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-09 Thread Rainer M Krug
Hi when doing global cycling using org in emacs 25.0.50.1, I get an "Before first heading" error (see backtrace below). It doesn't matter if the cursor is before or after the first header in the document. Is this something in my settings or the combination emacs 25 HEAD and org-mode git? Thanks