Re: [O] Beamer export of columns should use \columnwidth

2014-11-04 Thread Julien Cubizolles
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Julien Cubizolles j.cubizol...@free.fr writes: The latest org-plus-contrib (20141027) from org/melpa seems to have reverted to using \textwidth instead of \columnwidth. Why is that ? The master branch from git is ok though (meaning it

[O] [PATCH] org-agenda: Switch to current API for two calendar calls

2014-11-04 Thread Marco Wahl
Hi Orgers, I updated two occurances of calls to calendar functions. One replacement fixes the functionality of the 'h' key in the agenda for emacs 25. Best regards, Marco From 43b3944e1d5fea709bb713ed818d725e9dc2a0af Mon Sep 17 00:00:00 2001 From: Marco Wahl marcowahls...@gmail.com Date:

Re: [O] better interaction with gnuplot-mode

2014-11-04 Thread Nicolas Goaziou
Hello, Mario Frasca mariot...@gmail.com writes: during the process we found two spots in org-plot/gnuplot that we think are in need of editing. one is relative to the cleaning up of the temporary files. the other is relative to killing (or not) the gnuplot process. the patches are

[O] Properties in agenda view

2014-11-04 Thread Toby St Clere Smithe
Hi all, How might I adjust the agenda view so that as well as displaying the dates and names of entries, some property / properties of my choosing are displayed? For instance, I have entries with a LOCATION property, and would like to see that in the agenda view. Cheers, Toby -- Toby St

Re: [O] [PATCH] New version of org-velocity

2014-11-04 Thread Marco Wahl
Hi Paul! Paul Rodriguez p...@ruricolist.com writes: I am not a committer. Previously I've always sent in new versions of org-velocity as patches, following the procedure on the Org wiki. I don't usually follow the mailing list, so perhaps the procedure for handling contributions has changed

Re: [O] :components part in org-publish-project-alist fails

2014-11-04 Thread Julien Cubizolles
Julien Cubizolles j.cubizol...@free.fr writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: I cannot reproduce it. Publishing global project succeeds. Did you publish asynchronously ? I can publish global and latex synchronously, latex asynchronously (see the following *Org Export

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-11-04 Thread Dylan Schwilk
Dear Florian, I just found this code you wrote and it is exactly what I wanted for my archiving. But I found one little issue. I discovered that this interacts with the setting org-yank-adjusted-subtrees because it calls org-yank. With (setq org-yank-justed-subtrees t), the archived subtree is

Re: [O] Properties in agenda view

2014-11-04 Thread Dominic Surano
Toby St Clere Smithe mail at tsmithe.net writes: Hi all, How might I adjust the agenda view so that as well as displaying the dates and names of entries, some property / properties of my choosing are displayed? For instance, I have entries with a LOCATION property, and would like to see

Re: [O] Properties in agenda view

2014-11-04 Thread Toby St Clere Smithe
Dear Dominic, Dominic Surano sk8ing...@gmail.com writes: This can be done with custom agenda commands using tables. Something like this should work: (setq org-agenda-custom-commands '((1 . Custom sorted tables) (1t agenda Tasks agenda table (active only) ((org-agenda-skip-function

Re: [O] Properties in agenda view

2014-11-04 Thread Eric S Fraga
On Tuesday, 4 Nov 2014 at 11:24, Toby St Clere Smithe wrote: Hi all, How might I adjust the agenda view so that as well as displaying the dates and names of entries, some property / properties of my choosing are displayed? For instance, I have entries with a LOCATION property, and would

[O] Bug: commit a197236bde2e6 breaks one of my agenda views [8.3beta (release_8.3beta-530-g31b56b @ /home/whirm/.emacs.d/var/el-get/org-mode/lisp/)]

2014-11-04 Thread Elric Milon
-- Hi everyone, I upgradded org-mode to latest master and found out that my Incoming agenda broke, a bisect points the following commit as the culprit: commit 61a241f0dc07aef5a3a5c2bd037a197236bde2e6 Author: Nicolas Goaziou m...@nicolasgoaziou.fr Date: Tue Oct 14 10:53:29 2014 +0200

Re: [O] :components part in org-publish-project-alist fails

2014-11-04 Thread Nicolas Goaziou
Julien Cubizolles j.cubizol...@free.fr writes: I investigated further, here is the barest ECM I could come up with. [...] (setq org-publish-project-alist `((latex :base-directory ./ :publishing-directory ./ :publishing-function

Re: [O] Header/preface definitions in ox-taskjuggler?

2014-11-04 Thread John Hendy
On Sun, Nov 2, 2014 at 4:09 PM, John Hendy jw.he...@gmail.com wrote: Edit: sorry about the premature send. Bad accidental tab + enter from gmail! Here's the intended email: === I note that the defaults for a taskjuggler export in Org are as follows, with taskjuggler syntax and related org

Re: [O] Org-plot/org-babel-gnuplot not working

2014-11-04 Thread Garreau, Alexandre
Le 04/11/2014 à 03h47, John Hendy a écrit : Could you post the gnuplot/babel relevant stuff from your .emacs? This: #+BEGIN_SRC emacs-lisp ;; active Babel languages (org-babel-do-load-languages 'org-babel-load-languages '((gnuplot . t))) ;; add additional languages with '((language . t)))

Re: [O] Sagemath with org-babel?

2014-11-04 Thread John Hendy
On Tue, Nov 4, 2014 at 4:26 PM, Brady Trainor algeb...@uw.edu wrote: Darlan Cavalcante Moreira darc...@gmail.com writes: I have done this in the past, I don't have the files anymore. However, as Tom says it is very easy to modify the templates to make org work with sage. I remember I only

Re: [O] Org-plot/org-babel-gnuplot not working

2014-11-04 Thread John Hendy
On Tue, Nov 4, 2014 at 6:33 PM, Garreau, Alexandre galex-...@galex-713.eu wrote: Le 04/11/2014 à 03h47, John Hendy a écrit : Could you post the gnuplot/babel relevant stuff from your .emacs? This: #+BEGIN_SRC emacs-lisp ;; active Babel languages (org-babel-do-load-languages

Re: [O] Org-plot/org-babel-gnuplot not working

2014-11-04 Thread Garreau, Alexandre
Le 05/11/2014 à 01h42, John Hendy a écrit : On Tue, Nov 4, 2014 at 6:33 PM, Garreau, Alexandre galex-...@galex-713.eu wrote: Le 04/11/2014 à 03h47, John Hendy a écrit : What's not enough? The docs also state (a bit above the babel lines): From my min-config, you can see that enabling gnuplot

Re: [O] org-babel-detangle not working

2014-11-04 Thread Grant Rettke
Need any help creating a minimum example? On Sun, Nov 2, 2014 at 7:43 PM, Jaakko Järvi jar...@gmail.com wrote: Hi Grant, This is exactly the behavior I get too. Thank you for documenting it precisely. Let me clarify one step: “put the cursor on line 2 in ex1.js, _and modify that line_,

Re: [O] Anyone using or interested in an org to Rmarkdown exporter?

2014-11-04 Thread Grant Rettke
Will do and thanks for the info Charles, John, Thorsten, and Rasmus. On Sat, Nov 1, 2014 at 12:31 PM, Charles C. Berry ccbe...@ucsd.edu wrote: On Sat, 1 Nov 2014, Rasmus wrote: Hello, Grant Rettke g...@wisdomandwonder.com writes: • Does one exist and I missed it? Are you aware of this

[O] How to differentiate between lists in HTML export

2014-11-04 Thread Marcin Borkowski
Hi list, as I've said some time ago, I'm working on a custom exporter. What I'd like to achieve is differentiating between lists – essentially, I'd like a list to translate to something like this: ul id=some unique ID liItem 1/li liItem 2/li /ul Is there any support for this kind of stuff in

Re: [O] org-babel-detangle not working

2014-11-04 Thread Jaakko Järvi
Hi, I don’t think there’s much more to explain or a more minimum example to create. The behavior is exactly as you specified, and it is not an expected or desired behavior. I’m happy to try to clarify more, but I don’t at this point know what is unclear about the problem. Best, Jaakko On

Re: [O] Sagemath with org-babel?

2014-11-04 Thread Brady Trainor
John Hendy jw.he...@gmail.com writes: (require 'sage-mode) Thank you, this enabled me to at least have sage code blocks to mix into files for blog publishing. #+begin_src test.org * header #+begin_src sage print Hello Worldpoint print 2^3 #+end_src #+end_src =C-c '= on the block

[O] Hook after handling repeating TODO?

2014-11-04 Thread James Harkins
Is there a hook that runs after a TODO state change triggers a repeat? I have a few weekly tasks that I've set up as habits. These refer to scheduled lessons. I have the idea that it would be pretty cool to include in the habit entry a link pointing to the next lesson. When I mark the habit

Re: [O] Sagemath with org-babel?

2014-11-04 Thread John Hendy
On Nov 4, 2014 9:06 PM, Brady Trainor algeb...@uw.edu wrote: John Hendy jw.he...@gmail.com writes: (require 'sage-mode) Thank you, this enabled me to at least have sage code blocks to mix into files for blog publishing. #+begin_src test.org * header #+begin_src sage print Hello

[O] [BUG] ox-taskjuggler: unable to use depends {gapduration}

2014-11-04 Thread John Hendy
I ran into an odd issue with a taskjuggler task tree I'm working on when trying to apply a gapduration attribute to a task dependency. Typically, I can just pass any valid taskjuggler attribute through using properties, but my export was producing an error when trying to use: :depends: task

Re: [O] How to differentiate between lists in HTML export

2014-11-04 Thread Nicolas Goaziou
Hello, Marcin Borkowski mb...@wmi.amu.edu.pl writes: as I've said some time ago, I'm working on a custom exporter. What I'd like to achieve is differentiating between lists – essentially, I'd like a list to translate to something like this: ul id=some unique ID liItem 1/li liItem 2/li