Re: [O] Bleeding edge in elpa

2015-03-10 Thread Achim Gratz
Richard Y. Kim writes: # server.mk has the elpaplus makefile target echo include mk/server.mk Makefile […] # Undo the change made above git checkout Makefile You know, local.mk was introduced specifically so you wouldn't have to do anything like that. Regards, Achim. -- +[Q+ Matrix-12

Re: [O] Multiple (identical) RESULTS blocks of one code block?

2015-03-10 Thread Rainer M Krug
Rainer M Krug rai...@krugs.de writes: John Kitchin jkitc...@andrew.cmu.edu writes: I don't believe this is possible out of the box. The first RESULTS block from the beginning of the buffer will be updated, and not the others. You might be able to use a hook function to do this, something

Re: [O] Citation syntax: a revised proposal

2015-03-10 Thread Rasmus
Hi, Aaron Ecay aarone...@gmail.com writes: I’ve pushed an update to my branch. Thank you Aaron! I appreciate the work. While the below may sound bitter, it's not! These are then slurped by org, and used to fill in printf-style templates. Some people mentioned using citations as generated

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-10 Thread Eric S Fraga
On Tuesday, 10 Mar 2015 at 09:50, Rasmus wrote: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Since this one is not much more intrusive than the previous one, we could as well drop @key in favor of @{key}. It seems like a moderately dear price to pay for everyone with normal citation

Re: [O] Bleeding edge in elpa

2015-03-10 Thread Steinar Bang
Nikolai Weibull n...@disu.se: Would it be of interest to anyone else if the bleeding edge version was available via elpa? Isn't this what's MELPA is for? http://www.emacswiki.org/emacs/MELPA Ie. GNU ELPA for the official releases and MELPA for git master HEAD.

Re: [O] [PATCH] Re: autoloads not working correctly for org-table.el?

2015-03-10 Thread Nicolas Goaziou
Eric Abrahamsen e...@ericabrahamsen.net writes: If we really want to get all the message-specific stuff refactored into orgstruct++ mode, I guess we could (in the `orgstruct++-mode' function) bind `normal-auto-fill-function' and `adaptive-fill-function' to new functions, which first check for

Re: [O] Bleeding edge in elpa

2015-03-10 Thread Alexis
On 2015-03-10T06:21:10+1100, T.F. Torrey tftor...@tftorrey.com said: TFT The biggest obstacle I to this that I see is that developers tend TFT to hate the package manager and love git. This developer appreciates both, and thus particularly appreciates MELPA as well. :-) Alexis.

Re: [O] Multiple (identical) RESULTS blocks of one code block?

2015-03-10 Thread Rainer M Krug
Rainer M Krug rai...@krugs.de writes: John Kitchin jkitc...@andrew.cmu.edu writes: weird. I swear it worked in the little toy problem I made ;) I think this is a more robust function: #+BEGIN_SRC emacs-lisp (defun update-results () ;; get name of src block (let* ((name

Re: [O] Multiple (identical) RESULTS blocks of one code block?

2015-03-10 Thread Rainer M Krug
John Kitchin jkitc...@andrew.cmu.edu writes: weird. I swear it worked in the little toy problem I made ;) I think this is a more robust function: #+BEGIN_SRC emacs-lisp (defun update-results () ;; get name of src block (let* ((name (org-element-property :name (org-element-at-point)))

Re: [O] Bleeding edge in elpa

2015-03-10 Thread Achim Gratz
Steinar Bang writes: Isn't this what's MELPA is for? http://www.emacswiki.org/emacs/MELPA MELPA is unable to provide a correctly installable package for Org since they just pull down the tree and don't do the necessary build steps. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron

[O] babel output as LaTeX code: help please!

2015-03-10 Thread Eric S Fraga
Hi, I am using babel with awk to generate some LaTeX code that I would like exported and interpreted as LaTeX. I have the following which works if I were to use the src block directly but I wish to /call/ the src block with different tables: #+begin_src org ,* layout ,#+caption: Position of

Re: [O] Bug: problem when exporting a org-mode file with a lots of code blocks

2015-03-10 Thread John Kitchin
I could not reproduce this on 8.2.10. I tangled 106 blocks out with no errors. XIE Yuheng writes: Bug: org-babel-parse-src-block-match reporting Wrong type argument: stringp, nil when exporting a org-mode file with a lots of code blocks [8.3beta (release_8.3beta-895-g375c83 @

Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc.

2015-03-10 Thread Nicolas Goaziou
Matthew Gidden gid...@wisc.edu writes: Another option would be to simply move BEAMER_HEADER to inject code where I have implemented BEAMER_HEADER_EXTRA. That would provide the same functionality with a reasonable name. I still need to better format my commit message (I forgot to before

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-10 Thread Matt Price
On Tue, Mar 10, 2015 at 6:18 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Tuesday, 10 Mar 2015 at 09:50, Rasmus wrote: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Since this one is not much more intrusive than the previous one, we could as well drop @key in favor of @{key}. It seems

Re: [O] Citation syntax: a revised proposal

2015-03-10 Thread Richard Lawrence
Hi Aaron and all, Aaron Ecay aarone...@gmail.com writes: I’ve pushed an update to my branch. The major change is to use citeproc-java for the generation of the bibliography and the parsing of names. That is awesome! Thank you for your work. The former is straightforward. For the latter,

Re: [O] Bug: problem when exporting a org-mode file with a lots of code blocks

2015-03-10 Thread Charles Berry
XIE Yuheng xyheme at gmail.com writes: Bug: org-babel-parse-src-block-match reporting Wrong type argument: stringp, nil when exporting a org-mode file with a lots of code blocks [8.3beta (release_8.3beta-895-g375c83 at /usr/share/emacs/site-lisp/org/)] the following is *Messages*

[O] Extraneous output from Python code blocks using :session option

2015-03-10 Thread Richard Stanton
I'm trying to use the :session option so I can import modules, etc., just once at the beginning of my document, like with am IPython notebook. Unfortunately, the output from these code blocks contains some extraneous characters. For example: #+BEGIN_SRC python :session :results output a = 2 b

Re: [O] Citation syntax: a revised proposal

2015-03-10 Thread Aaron Ecay
Hi Rasmus, Thanks for your comments. Some replies: 2015ko martxoak 10an, Rasmus-ek idatzi zuen: These are then slurped by org, and used to fill in printf-style templates. Some people mentioned using citations as generated by citeproc-java directly. However, I don’t believe this is reliable

[O] Table caption in Latex export with :float nil

2015-03-10 Thread Vikas Rawal
I need to insert a table in an mdframed box, for which I need to turn off :float. The following, however, does not give me the caption: #+name: milk-consumption-india #+attr_latex: :float nil :environment tabular :caption \caption{\label{milk-consumption-india}Average consumption of milk,

Re: [O] Table caption in Latex export with :float nil

2015-03-10 Thread Vikas Rawal
This seems to work: #+name: milk-consumption-india #+attr_latex: :placement [H] :environment tabular :caption \captionof{table}{\label{milk-consumption-india}Average consumption of milk, India, kilograms per capita per annum} | Year| Rural | Urban | All |

Re: [O] Citation syntax: a revised proposal

2015-03-10 Thread Aaron Ecay
Hi Richard, Thanks for your comments, and for your work on an implementation. 2015ko martxoak 10an, Richard Lawrence-ek idatzi zuen: I have actually been working on the same problem, using citeproc-hs as the CSL processor instead of citeproc-java. This is an interesting approach. What

Re: [O] Bleeding edge in elpa

2015-03-10 Thread Aaron Ecay
Hi Terry, 2015ko martxoak 10an, T.F. Torrey-ek idatzi zuen: Of the things in your list, I think only the NEWS and Changelog are absent from the master branch in git. Lots of us happily use Org master from git without them every day. Do they really need to be done at all? Many people are

Re: [O] Internal Links with Spaces

2015-03-10 Thread John Kitchin
I am not sure what the convention there is. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Tue, Mar 10, 2015 at

Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc.

2015-03-10 Thread Matthew Gidden
On Tue, Mar 10, 2015 at 9:44 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Matthew Gidden gid...@wisc.edu writes: Another option would be to simply move BEAMER_HEADER to inject code where I have implemented BEAMER_HEADER_EXTRA. That would provide the same functionality with a

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-10 Thread Richard Lawrence
Eric S Fraga e.fr...@ucl.ac.uk writes: On Tuesday, 10 Mar 2015 at 09:50, Rasmus wrote: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Since this one is not much more intrusive than the previous one, we could as well drop @key in favor of @{key}. It seems like a moderately dear price to pay

[O] Positioning of images - export to LaTeX

2015-03-10 Thread Rainer M Krug
Hi I am struggling with float positioning. I would like to have a float at the bottom of a page. Consider the following code: --8---cut here---start-8--- * Some text #+NAME: test #+begin_src R :exports results :file-ext pdf :results graphics :width 8 :height

Re: [O] Bleeding edge in elpa

2015-03-10 Thread Grant Rettke
`package-pinned-packages' seems to allow for user choice here. It is still easy to muck up one's installation, but that is between the user and package.el, not any particular package, I believe. On Tue, Mar 10, 2015 at 6:01 AM, Alexis flexibe...@gmail.com wrote: On 2015-03-10T06:21:10+1100,

Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc.

2015-03-10 Thread Matthew Gidden
Updated patch with updated commit message attached. On Tue, Mar 10, 2015 at 9:45 AM, Matthew Gidden gid...@wisc.edu wrote: On Tue, Mar 10, 2015 at 9:44 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Matthew Gidden gid...@wisc.edu writes: Another option would be to simply move

Re: [O] Positioning of images - export to LaTeX

2015-03-10 Thread Rainer M Krug
John Hendy jw.he...@gmail.com writes: On Tue, Mar 10, 2015 at 9:13 AM, Rainer M Krug rai...@krugs.de wrote: Hi I am struggling with float positioning. I would like to have a float at the bottom of a page. Consider the following code: --8---cut

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-10 Thread Richard Lawrence
Hi Rasmus, Thanks, your post was very informative. Rasmus ras...@gmx.us writes: ... Can you turn off the automatic addition of commas in BibLaTeX by setting something in the preamble? Preamble or using \AtNextCite If so, would that be the right solution here? It might be easier to

[O] Possible bug

2015-03-10 Thread Subhan Michael Tindall
I'm not sure if this counts as a bug or not: If I run a custom agenda (eg. R) with sticky agendas, it displays in an buffer with the name *Org Agenda (R)* If this buffer is then renamed to e.g. (rename-buffer *R-Agenda*) *R-Agenda* And is then refreshed by hitting r, the agenda is properly

Re: [O] Positioning of images - export to LaTeX

2015-03-10 Thread Rasmus
I am struggling with float positioning. I would like to have a float at the bottom of a page. Maybe something like this: * Some text #+LATEX_HEADER: \renewcommand{\topfraction}{1} #+LATEX_HEADER: \renewcommand{\bottomfraction}{1} #+NAME: test #+begin_src R :exports results :file-ext pdf

Re: [O] Internal Links with Spaces

2015-03-10 Thread Jacob Gerlach
On Mon, Mar 9, 2015 at 7:28 PM, John Kitchin jkitc...@andrew.cmu.edu wrote: I think you need to set (setq org-id-link-to-org-use-id 'create-if-interactive) Indeed, this is a variation of what Leo suggested and customizing org-id-link-to-org-use-id is almost working for me... Unfortunately, I

Re: [O] Positioning of images - export to LaTeX

2015-03-10 Thread John Hendy
On Tue, Mar 10, 2015 at 9:13 AM, Rainer M Krug rai...@krugs.de wrote: Hi I am struggling with float positioning. I would like to have a float at the bottom of a page. Consider the following code: --8---cut here---start-8--- * Some text #+NAME: test

Re: [O] Bleeding edge in elpa

2015-03-10 Thread T.F. Torrey
emac...@gmail.com (Richard Y. Kim) writes: tftor...@tftorrey.com (T.F. Torrey) writes: I wonder how much effort it would take to copy onto my own machine the scripts on the server that package the git maint version into an ELPA version, and modify them to package master instead. Probably

Re: [O] What is quote-section? [eom]

2015-03-10 Thread Marc Ihm
Am 10.03.2015 21:04, schrieb Marcin Borkowski: Hi, my emacs-installation does not know this as a function or a variable. Does your emacs respond on `C-h f q u o t e - s e c t i o n' ? (sorry, if I misunderstood your question) best regards, Marc

Re: [O] What is quote-section? [eom]

2015-03-10 Thread Rasmus
A remedy from the past cf. org-news. -- The second rule of Fight Club is: You do not talk about Fight Club

Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc.

2015-03-10 Thread Nicolas Goaziou
Matthew Gidden gid...@wisc.edu writes: Updated patch attached Applied. Thank you. Regards,

Re: [O] How to get LATEX_HEADER items to appear *after* default packages?

2015-03-10 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu writes: When I export an org file to LaTeX using the class rhs-article, defined as follows: ‘(rhs-article \\documentclass{article} \\usepackage[top=1in, bottom=1.in, left=1in, right=1in]{geometry}

Re: [O] Possible bug

2015-03-10 Thread Nicolas Goaziou
Hello, Subhan Michael Tindall subh...@familycareinc.org writes: I'm not sure if this counts as a bug or not: If I run a custom agenda (eg. R) with sticky agendas, it displays in an buffer with the name *Org Agenda (R)* If this buffer is then renamed to e.g. (rename-buffer *R-Agenda*)

Re: [O] babel output as LaTeX code: help please!

2015-03-10 Thread Thomas S. Dye
Aloha Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: On Tuesday, 10 Mar 2015 at 08:42, Thomas S. Dye wrote: [...] Have you tried #+call: drawlayout[:stdin solution]() :results raw or, #+call: drawlayout[:stdin solution]() :results latex which should make the print #+begin_latex etc.

[O] How to get LATEX_HEADER items to appear *after* default packages?

2015-03-10 Thread Richard Stanton
When I export an org file to LaTeX using the class rhs-article, defined as follows: ‘(rhs-article \\documentclass{article} \\usepackage[top=1in, bottom=1.in, left=1in, right=1in]{geometry} [PACKAGES] [EXTRA] ;;header-string

Re: [O] babel output as LaTeX code: help please!

2015-03-10 Thread Thomas S. Dye
Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: Hi, I am using babel with awk to generate some LaTeX code that I would like exported and interpreted as LaTeX. I have the following which works if I were to use the src block directly but I wish to /call/ the src block with different tables:

Re: [O] Internal Links with Spaces

2015-03-10 Thread Jacob Gerlach
On Tue, Mar 10, 2015 at 12:12 PM, John Kitchin jkitc...@andrew.cmu.edu wrote: As far as I know you have only two options to use refs to a headline in Latex export. 1) Use a CUSTOM_ID property on a heading and then use [[#your-custom-id]] as your link. You have to put relevant text in like:

Re: [O] babel output as LaTeX code: help please!

2015-03-10 Thread Eric S Fraga
On Tuesday, 10 Mar 2015 at 08:42, Thomas S. Dye wrote: [...] Have you tried #+call: drawlayout[:stdin solution]() :results raw or, #+call: drawlayout[:stdin solution]() :results latex which should make the print #+begin_latex etc. lines of drawlayout redundant? Both work perfectly.

[O] Problem with org-protocol for capture with Adobe Acrobat Reader

2015-03-10 Thread Memory Imprint Studio
Dear Org-Mode Community, I have been using Emacs org-mode for about 3 months now, loving every bit of it so far. One of the killer feartures is the capture from external applications (e.g. Web Browsers). After some struggling, I can successfully capture from Firefox and Chrome, but I am still

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-10 Thread Eric S Fraga
On Monday, 9 Mar 2015 at 17:36, Richard Lawrence wrote: [...] I feel the same as you do about this, so here's one more thought for the thread. How about this alternative? We keep the existing syntax for keys, which disallows key-ending punctuation, but we also allow a second style of key,

[O] Bug: problem when exporting a org-mode file with a lots of code blocks

2015-03-10 Thread XIE Yuheng
Bug: org-babel-parse-src-block-match reporting Wrong type argument: stringp, nil when exporting a org-mode file with a lots of code blocks [8.3beta (release_8.3beta-895-g375c83 @ /usr/share/emacs/site-lisp/org/)] the following is *Messages* buffer https://www.refheap.com/98243 the

[O] [PATCH} Re: Bug: problem when exporting a org-mode file with a lots of code blocks

2015-03-10 Thread Charles C. Berry
The patch causes an informative error message to be reported for src blocks like this (no language): #+begin_src (+ 1 2) #_end_src when exporting instead of failing with a cryptic error message. Arguably, it would be better to skip the malformed src block as `org-babel-map-src-blocks' does

Re: [O] What is quote-section? [eom]

2015-03-10 Thread Marcin Borkowski
On 2015-03-10, at 21:50, Rasmus ras...@gmx.us wrote: A remedy from the past cf. org-news. Thanks! -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University

Re: [O] Bleeding edge in elpa

2015-03-10 Thread T.F. Torrey
Achim Gratz strom...@nexgo.de writes: Richard Y. Kim writes: # server.mk has the elpaplus makefile target echo include mk/server.mk Makefile […] # Undo the change made above git checkout Makefile You know, local.mk was introduced specifically so you wouldn't have to do anything like

Re: [O] Bleeding edge in elpa

2015-03-10 Thread T.F. Torrey
Hello Aaron, Aaron Ecay aarone...@gmail.com writes: If the goal is to have the latest and greatest version of Org available via ELPA (for all the reasons some people use ELPA instead of git), there are two obvious options: 1. Org could have a stable release every month or so. 2. The Org

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-10 Thread Nicolas Goaziou
Eric S Fraga e.fr...@ucl.ac.uk writes: We keep the existing syntax for keys, which disallows key-ending punctuation, but we also allow a second style of key, in which curly braces surround the key name proper, like: @{Doe1999} I like this much better. I'd rather have a single syntax for

Re: [O] [bug?] org-repair-property-drawers does not repair whole file

2015-03-10 Thread Nicolas Goaziou
Gregor Zattler telegr...@gmx.net writes: As you might guess this part represents an email, the multi line node being the message body. How would one incorporate such info in proper org-mode syntax? Since as of now I do not query the name=value pairs this is no strict necessity for me. It

Re: [O] [PATCH] Re: autoloads not working correctly for org-table.el?

2015-03-10 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: And just for the heck of it, here's another patch that does it with narrowing. Thanks for the patch. However, I don't think it belongs to `org-adaptive-fill-function' to handle this. All this Message mode processing should probably be

Re: [O] including files and org-src-preserve-indentation

2015-03-10 Thread Nicolas Goaziou
Hello, Linus Arver linusar...@gmail.com writes: Meanwhile from the Org side, perhaps we can have a way to let the user select which program to use for syntax highlighting? Maybe something external like Pygments [3]? Would you want to provide a patch for that? Regards, -- Nicolas Goaziou

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-10 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: I'd rather have a single syntax for keys. Me to. Since this one is not much more intrusive than the previous one, we could as well drop @key in favor of @{key}. It seems like a moderately dear price to pay for everyone with normal citation

Re: [O] [PATCH] Re: autoloads not working correctly for org-table.el?

2015-03-10 Thread Eric Abrahamsen
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: And just for the heck of it, here's another patch that does it with narrowing. Thanks for the patch. However, I don't think it belongs to `org-adaptive-fill-function' to handle this.

Re: [O] Multicite syntax

2015-03-10 Thread Vaidheeswaran C
On Sunday 08 March 2015 09:58 PM, Nicolas Goaziou wrote: Agreed. I introduced yet another syntax change in wip-cite branch. Now there are two separate objects citation and citation-reference. So the following multicite [cite:prefix; pre @a post; @b] is parsed like (citation

Re: [O] Multiple (identical) RESULTS blocks of one code block?

2015-03-10 Thread Rainer M Krug
John Kitchin jkitc...@andrew.cmu.edu writes: I don't believe this is possible out of the box. The first RESULTS block from the beginning of the buffer will be updated, and not the others. You might be able to use a hook function to do this, something like: #+BEGIN_SRC emacs-lisp (defun

Re: [O] Multiple (identical) RESULTS blocks of one code block?

2015-03-10 Thread Rainer M Krug
Aaron Ecay aarone...@gmail.com writes: Hi Rainer, 2015ko martxoak 9an, Rainer M Krug-ek idatzi zuen: Hi Consider the following: --8---cut here---start-8--- * The calculation #+NAME: testcode :exports both It looks like you’ve tried to put a header