Re: [O] problem with babel call with post action

2017-06-20 Thread Eric S Fraga
Hi Nicolas, Thanks for the quick response! On Tuesday, 20 Jun 2017 at 19:23, Nicolas Goaziou wrote: [...] > That is a serious babel call. :-) I think it's a symptom of being lazy and spending way too much time on codes to make life easier... as in "The tale of the man who was too lazy to

[O] ob-haskell.el evaluation error.

2017-06-20 Thread numbch...@gmail.com
Confirmed with minimal Emacs config. I'm using latest Emacs which build from source code, and latest version Org-mode which load from source code. Here is the steps to reproduce the issue: 1. emacs-minimal-init (command which load minimal init file) 2. [M-x run-haskell] ; load haskell inferior

Re: [O] ob-clojure evaluate error when Org-mode buffer has ns clojure code

2017-06-20 Thread numbch...@gmail.com
Hi, Tim, Excuse my obstinacy, I still think the problem is in `ob-clojure.el` Because when I: ```org #+BEGIN_SRC clojure :session (ns user-kk) #+END_SRC #+BEGIN_SRC clojure :session :results output (print "hi") (def "hello") #+END_SRC #+RESULTS: ``` The second block does not return result.

Re: [O] How to use noweb reference with argument in other languages?

2017-06-20 Thread numbch...@gmail.com
This is correct now. Thanks very much. You're right. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Wed, Jun 21,

Re: [O] How do you organize a project and its related sub-tasks

2017-06-20 Thread Giacomo M
Does anybody have thoughts on using a PROJECT todo keyword (in a different sequence set from the TODO NEXT one)? On Jun 20, 2017 4:35 AM, "Samuel Wales" wrote: > i have long thought it would be useful to dim entries in the agenda > that are ancestors of entries in the same

Re: [O] problem with babel call with post action

2017-06-20 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > the following single line command (may be wrapped in email) used to work > a while back (maybe last year?): > > #+call: > > graph-from-tables(options="rankdir=LR;",nodes=subtasks-table[2:-1],graph=dependency-table[2:-1]) > :exports >

Re: [O] Moving and resetting attachments

2017-06-20 Thread Florian Lindner
Am 13.06.2017 um 23:41 schrieb Nicolas Goaziou: > Hello, > > Florian Lindner writes: > >> What is the use of (and org-attach-allow-inheritance t)? Doesn't it always >> returns org-attach-allow-inheritance? > > It return nil if `org-attach-allow-inheritance' is nil, t

Re: [O] How to use noweb reference with argument in other languages?

2017-06-20 Thread Kaushal Modi
On Mon, Jun 19, 2017 at 7:41 PM numbch...@gmail.com wrote: > Which Org-mode version are you using? I'm using the latest Org-mode > version from source code branch `master`. > I am using the same. > When I use your `:noweb-ref` style like this: > > ```org > * noweb

[O] problem with babel call with post action

2017-06-20 Thread Eric S Fraga
Hello, the following single line command (may be wrapped in email) used to work a while back (maybe last year?): #+call: graph-from-tables(options="rankdir=LR;",nodes=subtasks-table[2:-1],graph=dependency-table[2:-1]) :exports results :results file :post plot-graph[:results file :exports

[O] bug?

2017-06-20 Thread John Kitchin
I think there is a bug with invisible edits. In org 8.2.10 if I set this: (setq org-catch-invisible-edits 'smart) ; or show and have org-toggle-pretty-entities active, then if there is no headline before point, with the point here: NH^{3} ^ I get outline-back-to-heading: Before first

Re: [O] Hanging indents in paragraphs just appeared

2017-06-20 Thread Nicolas Goaziou
Hello, William Denton writes: > I was away on vacation last week, and when I got back I refreshed my > Org source code and recompiled the latest version. (I'm sure many of > you do the same.) > > Text paragraphs now have hanging indents. What used to look like this > (I have