[O] [Feature Request] Add an dispatcher command (keybinding) for inserting dynamic blocks

2018-11-15 Thread stardiviner
In package `orgtbl-aggregate` has bellowing command to insert different dynamic blocks. #+begin_src emacs-lisp (defun org-insert-dblock () "Inserts an org table dynamic block. This is a dispatching function which prompts for the type of dynamic block to insert. It dispatches to functions which

Re: [O] creating new #+KEYWORD: variables

2018-11-15 Thread John Kitchin
I have used something like this: (defun gb-set-filetag (tag value) "Set filetag TAG to VALUE. If VALUE is nil, remove the filetag." (save-excursion (goto-char (point-min)) (if (re-search-forward (format "#\\+%s:" tag) (point-max) 'end) ;; replace existing filetag (progn (beginning-of-line) (kill-l

Re: [O] [Geiser-users] Data length limit in Guile/Geiser/Scheme evaluation

2018-11-15 Thread Neil Jerram
"Jose A. Ortega Ruiz" writes: > I cannot see what it is, but there's something in that expression that > makes scheme readers hang. I just pasted it in a vanilla guile repl > (started with run-scheme, no geiser involved), and it never gets > evaluated. The same thing happens with a MIT scheme v

Re: [O] Data length limit in Guile/Geiser/Scheme evaluation

2018-11-15 Thread Neil Jerram
Nicolas Goaziou writes: > Hello, > > Neil Jerram writes: > >> If I add one more (duplicate) row to the table, and hit C-c C-c again, >> the evaluation hangs somewhere and Emacs is blocked until I interrupt >> with C-g. > > Interesting. > >> Has anyone else seen this? > > I can reproduce this bug

Re: [O] Data length limit in Guile/Geiser/Scheme evaluation

2018-11-15 Thread Nicolas Goaziou
Hello, Neil Jerram writes: > If I add one more (duplicate) row to the table, and hit C-c C-c again, > the evaluation hangs somewhere and Emacs is blocked until I interrupt > with C-g. Interesting. > Has anyone else seen this? I can reproduce this bug on master branch. However, I would ask G

Re: [O] Data length limit in Guile/Geiser/Scheme evaluation

2018-11-15 Thread Neil Jerram
Some versions in case they are relevant: Org mode version 9.1.13 (9.1.13-elpa @ /home/neil/.emacs.d/elpa/org-20180625/) Geiser from /home/neil/.emacs.d/elpa/geiser-20180610.1754 guile (GNU Guile) 2.2.3 Packaged by Debian (2.2.3-deb+1-3ubuntu0.1) GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Versi

[O] Data length limit in Guile/Geiser/Scheme evaluation

2018-11-15 Thread Neil Jerram
I seem to have hit a limit in how much data can be successfully passed from Org to Geiser and Guile. The attached file demonstrates this. With the file as attached, and hitting C-c C-c on '(length classification)', I get 139 (which is correct). If I add one more (duplicate) row to the table, and

Re: [O] creating new #+KEYWORD: variables

2018-11-15 Thread Matt Price
On Sat, Nov 10, 2018 at 1:58 PM Nicolas Goaziou wrote: > Hello, > > John Kitchin writes: > > > You can retrieve keywords in the org-file like this: > > > > (defun get-keyword (key) > > (org-element-map (org-element-parse-buffer) 'keyword > > (lambda (k) > > (when (string= key (org-el

Re: [O] Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home/abel/git-ext/org-9.1.14/lisp/)]

2018-11-15 Thread boris martin
Hello, same issue occured with the master branch of  https://code.orgmode.org/bzg/org-mode.git - is there a way for me to know for sure that there is not interference from any other git-org installation file ? - is there a way for me to put emacs in a verbose debug mode so i can trace what curr