[O] Editing/evaluation of code blocks

2016-05-05 Thread Norman Walsh
Hello, I’ve started using Org Mode more frequently and I thought it would be fun to extend org-babel support to evaluate XQuery, JavaScript, and SPARQL code blocks by sending them off to MarkLogic server. I was right, it was fun :-) If I type C-c C-c in this block: #+begin_src marklogic :var

[O] [BUG] Noweb reference eval syntax does not work

2016-05-05 Thread fm4d
The noweb reference syntax that should insert results of evaluation of src block itself instead of src block as described in `org-babel-expand-noweb-reference` does not seems to work. Code for replication: * Assign First we assign abc: #+begin_src python :noweb-ref assign_abc abc = "abc" +

Re: [O] Capture template using variable

2016-05-05 Thread Karl Voit
* Karl Voit wrote: > Hi Kaushal! > > * Kaushal Modi wrote: >> >> Try >> >> (setq my-capture-template-next "* NEXT %?\n:PROPERTIES:\n:CREATED: >> %U\n:END:\n\n") >> >> (setq org-capture-templates >> `( ; Note the backquote here!! >>

Re: [O] Capture template using variable

2016-05-05 Thread Karl Voit
Hi Kaushal! * Kaushal Modi wrote: > > Try > > (setq my-capture-template-next "* NEXT %?\n:PROPERTIES:\n:CREATED: > %U\n:END:\n\n") > > (setq org-capture-templates > `( ; Note the backquote here!! > ("1" "first version with string" entry (file+headline >

Re: [O] Using source blocks instead of Ansible

2016-05-05 Thread Karl Voit
* William Denton wrote: > > Is anyone using Org for remote configuration management instead of a tool= > like=20 > Ansible? Yes. I do. A month ago, I had to set up three Xubuntu machines from scratch with a very similar setup. Not everything worked perfectly. Some steps

Re: [O] Capture template using variable

2016-05-05 Thread Kaushal Modi
Try (setq my-capture-template-next "* NEXT %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n") (setq org-capture-templates `( ; Note the backquote here!! ("1" "first version with string" entry (file+headline "~/share/all/org-mode/misc.org" "shorts") "* NEXT

[O] Capture template using variable

2016-05-05 Thread Karl Voit
Hi! Why is capture template 2 not working ("Invalid capture template") and how can I fix it? Thanks! (setq my-capture-template-next "* NEXT %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n") (setq org-capture-templates '( ("1" "first version with string" entry (file+headline

Re: [O] Problems with org-drill

2016-05-05 Thread Memnon Anon
Milan Zamazal writes: > Anything new about this problem? I also experience the bug, it's still > present and I have to remove the given line on any Org update. :-( Bugtracker: https://bitbucket.org/eeeickythump/org-drill/issues/30/random-blank-buffer-2 Little function by

Re: [O] Bug: clock in generates bad drawer [8.3.4 (8.3.4-47-gaf853d-elpa @ /home/carlos/.emacs.d/elpa/org-20160502/)]

2016-05-05 Thread Nicolas Goaziou
Hello, Carlos Noguera writes: > When clocking in under a headline that already has clock entries, the > entries are not correclty bundled in a drawer, generating a: (I removed > the bytecode because gmail didn't like it) > > Debugger entered--Lisp error: