Re: [O] A strange problem with org-babel and SQLite

2018-09-04 Thread Robert Klein
Hi Cecil, On Mon, 3 Sep 2018 03:23:17 +0200 Cecil Westerhof wrote: > It has to do with the data. With the following I can reproduce it: > #+BEGIN_SRC sqlite :db ~/testingOrgBabel.sqlite :colnames yes > DROP TABLE IF EXISTS quotes > ; > CREATE TABLE "quotes" ( > quoteID TEXT

Re: [O] Any easy way to use multiple indirect buffers based on subtrees?

2018-09-04 Thread Kyle Meyer
Cody Goodman writes: > I would like to be able to create N indirect buffers per subtree because I > like working on each subtree in it's own eyebrowse workspace. Does anyone > already do this? I didn't see config options to achieve what I wanted, so > wanted to ask here before I look at the indir

[O] Any easy way to use multiple indirect buffers based on subtrees?

2018-09-04 Thread Cody Goodman
I would like to be able to create N indirect buffers per subtree because I like working on each subtree in it's own eyebrowse workspace. Does anyone already do this? I didn't see config options to achieve what I wanted, so wanted to ask here before I look at the indirect buffer implementation to fi

Re: [O] Recovering org-completion-use-ido functionality

2018-09-04 Thread Colin Baxter
Dear Ben > ben lamothe writes: > Thanks for the suggestion. I did try out > `ido-completing-read-plus`, but it's too aggressive for me. It > tries to enable ido *everywhere*, including the interface for > `M-x`. I just want to enable it for org-mode specific > completions.

Re: [O] Recovering org-completion-use-ido functionality

2018-09-04 Thread ben lamothe
Thanks for the suggestion. I did try out `ido-completing-read-plus`, but it's too aggressive for me. It tries to enable ido *everywhere*, including the interface for `M-x`. I just want to enable it for org-mode specific completions. Basically, I want replicate exactly the functionality that was rem