[O] Command for "Set field formula" in radiotables

2014-11-05 Thread Thorsten Grothe
Hello List, I'm trying to assign a new shortcut for the function "Set field formula", but what is the command for that function? For "Set column formula" it is org-table-eval-formula &optional but I cannot find the command for the above function? What I'm doing wrong? Regards Thorsten Grothe

[O] Bug: org-babel-detangle broken [8.2.10 (release_8.2.10 @ /usr/local/Cellar/emacs/24.4/share/emacs/24.4/lisp/org/)]

2014-11-05 Thread Jaakko Järvi
The org-babel-detangle function is not working. Below is a description of how the issue manifests. (Thanks to Grant Rettke for crafting the detailed description). 1 Attempt = 1.1 Source input: ex1.org ─ ┌ │ * Heading │ │ #+BEGIN_SRC js :comments noweb :tan

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

2014-11-05 Thread John Hendy
On Wed, Nov 5, 2014 at 2:21 AM, Christian Egli wrote: > John Hendy writes: > >> 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

[O] font colour in a table row

2014-11-05 Thread kevin.lemorzadec
Hi, I am trying to colour the font over the hole row of a table. I am able to highlight the row following this thread : http://thread.gmane.org/gmane.emacs.orgmode/76711/focus=76713 but can't change the font colour. It seems that I should use \rowfont in the tabu package may be the way to go but I

Re: [O] Properties in agenda view

2014-11-05 Thread Toby St Clere Smithe
Dear Eric, Eric S Fraga writes: > 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 ent

Re: [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-05 Thread Nicolas Goaziou
Hello, Elric Milon writes: > The commands for the agenda that breaks are: > > ("i" "Incoming" ((tags "REFILE" ((org-agenda-overriding-header "Tasks to > Refile") (org-tags-match-list-sublevels nil))) (tags-todo > "-SOMEDAY-NOTES-@office-@home-@errands" ((org-agenda-overriding-header "Tasks >

Re: [O] (noob) interactive template? how?

2014-11-05 Thread Brady Trainor
Sven Ehret writes: > Thank you a hundred times for your friendly and helpful response to > message that was so brief that I admittedly consider it unreasonable demand. > Glad I could help! I am so new to, so it is an opportunity. > I am a noob to Emacs and to Org-mode, and I do not know how to

Re: [O] (noob) interactive template? how?

2014-11-05 Thread Sven Ehret
Thank you a hundred times for your friendly and helpful response to message that was so brief that I admittedly consider it unreasonable demand. I am a noob to Emacs and to Org-mode, and I do not know how to execute the emacs-lisp yet, but I have yanked the code into ~/.emacs. Now, the real key t

[O] Bug: org-id-link-to-org-use-id causes double tangle output [8.2.10 (8.2.10-elpa @ ~/.emacs.d/elpa/org/)]

2014-11-05 Thread Paul Stansell
With the following org file: * Section #+begin_src R :tangle file.R x <- 1 #+end_src and (setq org-id-link-to-org-use-id t) the first time tangling is done with C-c C-v t the ID property is added automatically and twice the expected output is written to file.R, that is, x <- 1 x <- 1

[O] Recording Time - org-clock-sum

2014-11-05 Thread Fredrik Unger
Hi, I have been using Emacs Orgmode for 3-4 years recording time. It started out with Sacha Chua:s article "Clocking Time with Emacs Org" [1] where the org-dblock-write:rangereport did what I needed. As time went by I have made some adaptations to it and simplified it but kept the core idea [2

[O] Unexpected tanling behavior, is the following expected?

2014-11-05 Thread Grant Rettke
* Question In another source file, I ran into an unexpected behavior where noweb refs expanded inside of source blocks are removing the closing round paren on the line of where the noweb-ref is expanded. I tried to reduce it to the simplest, simplest possible example while including all of the ope

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

2014-11-05 Thread Grant Rettke
Are you going to submit a bug report? On Tue, Nov 4, 2014 at 8:26 PM, Jaakko Järvi wrote: > 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 cl

Re: [O] How to select the entry to clock in from already clocked entries in the current buffer?

2014-11-05 Thread Igor Sosa Mayor
Marcin Borkowski writes: > Hi list, > > the subject line is pretty much it. I have lots of entries in my > current Org buffer, and only some of them contain LOGBOOK drawers with > any clock data. Is it possible to (quickly) select one of them for > clocking? maybe C-u C-c C-x C-i? -- :: Igor

Re: [O] Best way to include references/license

2014-11-05 Thread Jacob Gerlach
On Wed, Nov 5, 2014 at 9:11 AM, Sebastien Vauban wrote: > Jacob Gerlach wrote: > > On Wed Nov 05 2014 at 4:22:06 AM Julien Cubizolles wrote: > > > >> Bracket links (like <>) create a \texttt{} \hypertarget{} pair > >> instead of a \label{} \ref{} pair in the latex file. Should I go with > >> expl

Re: [O] Best way to include references/license

2014-11-05 Thread Sebastien Vauban
Jacob Gerlach wrote: > On Wed Nov 05 2014 at 4:22:06 AM Julien Cubizolles wrote: > >> Bracket links (like <>) create a \texttt{} \hypertarget{} pair >> instead of a \label{} \ref{} pair in the latex file. Should I go with >> explicit \label{} \ref{} in the org file ? > > The \texttt{} is probably b

Re: [O] Best way to include references/license

2014-11-05 Thread Jacob Gerlach
On Wed Nov 05 2014 at 4:22:06 AM Julien Cubizolles wrote: > Bracket links (like <>) create a \texttt{} \hypertarget{} pair > instead of a \label{} \ref{} pair in the latex file. Should I go with > explicit \label{} \ref{} in the org file ? > The \texttt{} is probably because org could not resolve

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

2014-11-05 Thread Nicolas Goaziou
Hello, Christian Egli writes: > No it is indeed a bug. At first I thought this was simply no longer > working in the new exporter but I was wrong. Nicolas of course > implemented it and way more. But there is a subtle bug. I actually found > it because I wondered about the funny "t :taskjuggl" i

Re: [O] Best way to include references/license

2014-11-05 Thread Nicolas Goaziou
Hello, Julien Cubizolles writes: > I want to include the copyright terms for images I include in > org documents and I'm wondering what would be a good way to go about > it. I would like to have a heading gathering all these references in a > list. > > I first thought of using footnotes but acco

Re: [O] behaviour of org-export--get-subtree-options vs inbuffer-options

2014-11-05 Thread Nicolas Goaziou
Hello, Per Unneberg writes: > on exporting subtrees to latex, I've noticed that inserting several > EXPORT_LATEX_HEADER_EXTRA does not do what I naively had expected; that > each entry be inserted in the header, separated by a newline, along with > document properties (#+LATEX_HEADER et al). Loo

[O] behaviour of org-export--get-subtree-options vs inbuffer-options

2014-11-05 Thread Per Unneberg
Hi list, on exporting subtrees to latex, I've noticed that inserting several EXPORT_LATEX_HEADER_EXTRA does not do what I naively had expected; that each entry be inserted in the header, separated by a newline, along with document properties (#+LATEX_HEADER et al). Looking closer at org-export--ge

[O] Best way to include references/license

2014-11-05 Thread Julien Cubizolles
I want to include the copyright terms for images I include in org documents and I'm wondering what would be a good way to go about it. I would like to have a heading gathering all these references in a list. I first thought of using footnotes but according to Org documentation they won't be export

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

2014-11-05 Thread Julien Cubizolles
Nicolas Goaziou writes: > This should be fixed now. Thank you for reporting it. It is, thanks a lot for fixing it so fast. Julien.

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

2014-11-05 Thread Christian Egli
John Hendy writes: > 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 t