[O] Updating :PROPERTIES: :ACTUAL: with total clocked time

2017-01-27 Thread Shakthi Kannan
Hi, I would like to know how we can update the :ACTUAL: field in :PROPERTIES: for a DONE task with the total clocked time. A MWE: === sample.org === * IN_PROGRESS Task A :PROPERTIES: :ESTIMATED: 4.0 :ACTUAL: :END: :LOGBOOK: CLOCK: [2017-01-26 Thu 19:00]--[2017-01-26 Thu 1

Re: [O] org-babel-capitalize-example-region-markers

2017-01-27 Thread Vicente Vera
Nice, thank you. 2017-01-27 1:12 GMT+00:00 Kyle Meyer : > Kyle Meyer writes: > > [...] > > > Here's a patch. I'll apply it to master in a day or two if there are no > > objections. > > Applied with 9c111f63 (with :version changed from 25.2 to 26.1). > > -- > Kyle >

Re: [O] Bug: clock comments [9.0.2 (9.0.2-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20161214/)]

2017-01-27 Thread Nicolas Goaziou
Hello, "Francis J. Monari, Esquire" writes: > The question remains "How can I make the notes associated with the Clock > entry follow the Clock entry? Short answer : put everything in the same drawer, i.e., LOGBOOK. Long answer : I considered re-introducing the behaviour you suggest, but ther

Re: [O] src block: 'C-c C-c can do nothing useful here' if cursor on blank line

2017-01-27 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > Nor I. Perhaps it was just an oversight. > > FWIW, in `org-ctrl-c-ctrl-c' > > :(looking-at-p "[ \t]*$") > > could be > > #+BEGIN_SRC emacs-lisp >(and > (looking-at-p "[ \t]*$") > (not (eq 'src-block (org-element-type (org-element-context))

Re: [O] src block: 'C-c C-c can do nothing useful here' if cursor on blank line

2017-01-27 Thread Charles C. Berry
On Fri, 27 Jan 2017, Kyle Meyer wrote: Eric S Fraga writes: On Friday, 27 Jan 2017 at 18:44, John Hendy wrote: Perhaps this is the intended behavior, but I noticed that I go to execute a code block and get the message "C-c C-c can do nothing useful here" if I'm not on the actual src block de

Re: [O] src block: 'C-c C-c can do nothing useful here' if cursor on blank line

2017-01-27 Thread Kyle Meyer
Eric S Fraga writes: > On Friday, 27 Jan 2017 at 18:44, John Hendy wrote: >> Perhaps this is the intended behavior, but I noticed that I go to >> execute a code block and get the message "C-c C-c can do nothing >> useful here" if I'm not on the actual src block definition or a line >> of code. If

Re: [O] src block: 'C-c C-c can do nothing useful here' if cursor on blank line

2017-01-27 Thread Eric S Fraga
On Friday, 27 Jan 2017 at 18:44, John Hendy wrote: > Perhaps this is the intended behavior, but I noticed that I go to > execute a code block and get the message "C-c C-c can do nothing > useful here" if I'm not on the actual src block definition or a line > of code. If I'm on a blank line inside i

Re: [O] src block: 'C-c C-c can do nothing useful here' if cursor on blank line

2017-01-27 Thread John Kitchin
I get this all the time too. It would be nice if it went away, I also find it annoying. John Hendy writes: > Perhaps this is the intended behavior, but I noticed that I go to > execute a code block and get the message "C-c C-c can do nothing > useful here" if I'm not on the actual src block defin

Re: [O] test.org

2017-01-27 Thread Eric S Fraga
On Friday, 27 Jan 2017 at 16:55, Jude DaShiell wrote: > Interesting, I put a vertical on a line to start an org-mode table and [...] > followed by hyphen followed by tab. I got onto line 4 in column 3 but > line one acquired all of the verticals from line 2 in addition to what it > already ha

Re: [O] startup with 2 levels of headings shown?

2017-01-27 Thread Thierry Banel
Le 27/01/2017 09:57, Eric S Fraga a écrit : > Hello, > > Is there an easy way to have an org file start up with 2 levels of > headings shown without having to evaluate > > (org-content 2) > > ? > > E.g. it would be nice to be able to say: > > #+startup: overview 2 > > or similar. I only want this

[O] src block: 'C-c C-c can do nothing useful here' if cursor on blank line

2017-01-27 Thread John Hendy
Perhaps this is the intended behavior, but I noticed that I go to execute a code block and get the message "C-c C-c can do nothing useful here" if I'm not on the actual src block definition or a line of code. If I'm on a blank line inside it, it doesn't execute. Here was my test: #+begin min_confi

[O] startup with 2 levels of headings shown?

2017-01-27 Thread Eric S Fraga
Hello, Is there an easy way to have an org file start up with 2 levels of headings shown without having to evaluate (org-content 2) ? E.g. it would be nice to be able to say: #+startup: overview 2 or similar. I only want this for some files (typically files intended to be exported via beamer

[O] test.org

2017-01-27 Thread Jude DaShiell
Interesting, I put a vertical on a line to start an org-mode table and keyed data dictionary in followed by a space another vertical and a return key. Then I put vertical followed by a space followed by variable followed by space followed by vertical followed by type followed by space followed

Re: [O] org-faq page on Worg seems busted

2017-01-27 Thread Nick Dokos
Michael Welle writes: > Hello, > > Michael Welle writes: > >> Hello, >> >> Nick Dokos writes: >> [...] >>> that, but publishing locally fails at a couple of [[id:][foo]] links: >>> >>>Unable to resolve link: "id:facac2a6-3526-450d-ac42-8d36b16c6bab" >>> >>> What's up with that? >> hm, I dim

[O] Bug: Emacs hangs with badly defined multi characters key hierarchy in org-capture-templates [9.0 (9.0-dist @ /cygdrive/c/Users/re/.emacs.d/site-lisp/org-9.0/lisp/)]

2017-01-27 Thread Roland Everaert
Hi, When using multicharacters keys, if a key definition entry is missing, emacs hangs and must be killed. Example of an offending org-capture-templates definition: (setq org-capture-templates '(("t" "Todo" entry (file+headline "~/somefile.org" "Tâches") "* TODO %?\n %i\n" :clock-in

Re: [O] titles on tables

2017-01-27 Thread Eric S Fraga
On Friday, 27 Jan 2017 at 04:46, Jude DaShiell wrote: > Is it possible to do something like: > | Data Dictionary | > | variable | type| description| > |- > > As a table header or maybe even somehow have data

[O] [BUG?] is [org-image-actual-width] deprecated? setting it in config crashes emacs?

2017-01-27 Thread Xebar Saram
Hi all after bisecting today i discovered today that the thing the kept crashing emacs was this variable `org-image-actual-width` which was set this way in my config (setq org-image-actual-width '(400)) did i not define it correctly? and if so why is it crashing emacs when i load a org file with

Re: [O] org-faq page on Worg seems busted

2017-01-27 Thread Michael Welle
Hello, Michael Welle writes: > Hello, > > Nick Dokos writes: > [...] >> that, but publishing locally fails at a couple of [[id:][foo]] links: >> >>Unable to resolve link: "id:facac2a6-3526-450d-ac42-8d36b16c6bab" >> >> What's up with that? > hm, I dimly remember having that (or a similar) p

Re: [O] org-faq page on Worg seems busted

2017-01-27 Thread Michael Welle
Hello, Nick Dokos writes: [...] > that, but publishing locally fails at a couple of [[id:][foo]] links: > >Unable to resolve link: "id:facac2a6-3526-450d-ac42-8d36b16c6bab" > > What's up with that? hm, I dimly remember having that (or a similar) problem. (require 'org-id) fixed that for me.