[O] Bug: clock table report hang when using :tags [8.2.10 (release_8.2.10 @ c:/Program Files/emacs/share/emacs/24.5/lisp/org/)]

2016-07-31 Thread Yichao Woo
Using command org-dblock-update in the following piece of org-mode text result in emacs hanging (but can exit using C-g key combo). The primary reason I found for the issue is the use of ‘:tags “hello”. If I remove it, the report will be generated. here is the text resulting the hanging of

[O] Export tangle filename with source block

2016-07-31 Thread Thibault Marin
Hi list, I have an org file that I am tangling into multiple files, and exporting to html. What I would like to do is to label each source block in the exported html with the filename used for tangling this specific block. I don't have a strong opinion about the actual appearance of the label

[O] Access outline from a code block

2016-07-31 Thread Rob Duncan
The manual states that the :var header argument can be given a reference to a table, a list, a literal example, a code block, or results. But I want to use a reference to an outline tree—is there some way to do this? My experiments have all failed: #+NAME: example-outline * L1 ** L2a *** L3a

[O] Bug: MobileOrg pull broken

2016-07-31 Thread Ian Dunn
Emacs : GNU Emacs 25.1.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.20.6) of 2016-07-22 Package: Org-mode version 8.3.5 (release_8.3.5-1032-g9798da) For the past month or so (I don't know exactly when it started), I've been having problems with MobileOrg (Android if it helps). When I'd

Re: [O] Bug: Reading currently clocked headline interferes with org-capture-finalize [8.3.4 (8.3.4-93-g0d72c3-elpaplus @ /home/joe/.emacs.d/elpa/org-20160627/)]

2016-07-31 Thread Joe Schafer
Awesome, it works! Thank you for the quick reply and fix. On Fri, Jul 29, 2016 at 1:03 AM Joe Schafer wrote: > > I have a function to save the currently clocked item into a file so I > can display it in my terminal. The hook seems to interfere with > org-capture. If I

[O] Bug: org-hierarchical-todo-statistics + org-update-statistics cookies in before-save-hook breaks overlays [8.3.5 (8.3.5-elpaplus @ /home/clement/.emacs.d/.cask/25.1.50.7/elpa/org-plus-contrib-2016

2016-07-31 Thread Clément Pit--Claudel
Hi emacs-orgmode, Setting ‘org-hierarchical-todo-statistics’ to nil confuses ‘org-update-statistics-cookies’ when that function is used in a before-save-hook. More precisely, every time I save the attached org file, the hidden section of the buffer shrinks a bit, revealing a few characters at

Re: [O] Can one tangle only the current blocks under header ?

2016-07-31 Thread Grant Rettke
You can `:tangle no' on the source block to exclude it from tangling. You can even tangle one source block to a different or as many files as you like during tangling. Sincerely, Grant Rettke On Sat, Jul 30, 2016 at 1:38 PM, Joon Ro wrote: > can one tangle only the

[O] [ANN] thi.ng/org-spec template for tech specs & HTML export theme

2016-07-31 Thread Karsten Schmidt
Hi everyone, this is my first post to this list, but I've been using org-mode daily for the past 3.5 years and can't imagine living without anymore (professionally). Thanks for bringing so much joy to my job! :) My main use case for org-mode has been literate programming[1] and recently also