Re: [O] orgalist & variable binding depth

2018-09-05 Thread Tim Cross
I'm using orglist and mu4e but not yas-auto-fill. I don't see this issue. Tim Matt Price writes: > so, I think there is an infinite loop generated between yas--auto-fill and > orgalist--auto-fill: > > -- > Debugger entered--Lisp error: (error "Lisp nesting exceeds >

Re: [O] First row results are ignored when updating the results of a range formula in a spreadsheet

2018-09-05 Thread Nicolas Goaziou
Hello, Lem Ming writes: > I am trying to update this: > | 1 | 2 | | | 3 | 4 | | | 5 | 6 | | | > > #+TBLFM: @1$3..@3$4=$-2 > > to this: > | 1 | 2 | 1 | 2 | 3 | 4 | 3 | 4 | 5 | 6 | 5 | 6 | > > #+TBLFM: @1$3..@3$4=$-2 > > doing C-c C-c on the TBLFM line. > > All I get is this: > | 1 | 2 | | |

Re: [O] Custom keymaps on org blocks

2018-09-05 Thread Matt Price
Necroposting here. I was wondering if anyone has tried polymode recently, and whether it still has the problems John described in his earlier posts. I notice that poly-org is being actively developed but I haven't tried it out yet... On Sat, Jun 10, 2017 at 3:32 PM John Kitchin wrote: > In

Re: [O] orgalist & variable binding depth

2018-09-05 Thread Matt Price
so, I think there is an infinite loop generated between yas--auto-fill and orgalist--auto-fill: -- Debugger entered--Lisp error: (error "Lisp nesting exceeds ‘max-lisp-eval-depth’") current-left-margin() move-to-left-margin() forward-paragraph() yas--auto-fill()

Re: [O] orgalist & variable binding depth

2018-09-05 Thread Josiah Schwab
Hi Matt, > and also are other people seeing the same issue? Yes, I have also seen this using orgalist + mu4e-compose-mode. Josiah

Re: [O] orgalist & variable binding depth

2018-09-05 Thread Eric S Fraga
On Wednesday, 5 Sep 2018 at 08:40, Matt Price wrote: > I've just started enabling orgalist in message-mode, and it's awesome. > However, I'm getting very frequent variable binding depth errors, possibly [...] > maybe some of theseshould be turned off! my init files are a bit of a mess > aright

[O] orgalist & variable binding depth

2018-09-05 Thread Matt Price
I've just started enabling orgalist in message-mode, and it's awesome. However, I'm getting very frequent variable binding depth errors, possibly because of conflicts with other packages. When orgalist is turned off, all the errors go away. When it's turned on, my *Messages* buffer starts to look

[O] [PATCH] Save buffer in org-capture-refile

2018-09-05 Thread Andrew Burgess
I notice that if a capture template sets ':kill-buffer t', and I use org-capture-refile to refile into a different file then I don't get the result I expect. Let me give an example, here's my setup: $ mkdir ~/tmp $ cd ~/tmp $ echo "* loc1/tasks" > loc1.org $ echo "* inbox/tasks" >

Re: [O] code.orgmode.org misbehaving?

2018-09-05 Thread Robert Klein
Hi Adam, On Sun, 02 Sep 2018 19:19:25 -0500 Adam Porter wrote: > Hi, > > Trying to pull with git from the main Org repo, I'm getting errors > from git: > > fatal: https://code.orgmode.org/bzg/org-mode.git/info/refs not valid: > is this a git repository? > > Loading https://code.orgmode.org/

Re: [O] English and Dutch version of a Graphviz picture

2018-09-05 Thread Robert Klein
Hi Cecil, On Sun, 2 Sep 2018 15:27:29 +0200 Cecil Westerhof wrote: > 2018-09-01 17:04 GMT+02:00 Robert Klein : > > > On Sat, 1 Sep 2018 12:38:54 +0200 > > Cecil Westerhof wrote: > > > > > I have the following: > > > #+BEGIN_SRC dot :file Graphviz/habitLoop.png :cmdline -Kfdp -Tpng > > >

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

2018-09-05 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