[O] How to add tblname from ob-shell fragments?

2018-10-11 Thread Alex Bennée
and collect the data in the background. Is there any way to get the results to emit a tblname with the result? -- Alex Bennée

[O] Advice for debugging org-export

2018-05-14 Thread Alex Bennée
ebug-items to work out the correct furtling I need to do I inevitably lock up Emacs as the pretty printer struggles to dump the entire org AST in :parent. Is there anyway of suppressing the :parent and associated data so I can just concentrate on the data for the actual node I have? -- Alex Bennée

Re: [O] Hooking document specific src blocks into default actions

2018-02-26 Thread Alex Bennée
Alex Bennée <alex.ben...@linaro.org> writes: > Hi, > > I've been using these for a while but I recently wanted to add a > function at the head of the ctrl-c-ctrl-c processing: > > (defvar my-org-default-action nil > "Default action for this docum

[O] Hooking document specific src blocks into default actions

2018-02-26 Thread Alex Bennée
cument than this? One where the eventual result can be returned into the calling lisp so org-ctrl-c-ctrl-c-hook can move on if we didn't do anything? -- Alex Bennée

Re: [O] Table (used a "spreadsheet") org-sbe issues when the value is a string

2017-09-07 Thread Alex Bennée
Alex Bennée <alex.ben...@linaro.org> writes: > Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > >> Hello, >> >> Alex Bennée <alex.ben...@linaro.org> writes: >> >>> So calling scramble-string works as expected... >>&

Re: [O] Table (used a "spreadsheet") org-sbe issues when the value is a string

2017-09-06 Thread Alex Bennée
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Alex Bennée <alex.ben...@linaro.org> writes: > >> So calling scramble-string works as expected... >> >> #+tblname: reversed-strings >> | abcde | #ERROR | >>

Re: [O] Table (used a "spreadsheet") org-sbe issues when the value is a string

2017-09-06 Thread Alex Bennée
om a source block: #+name: call-scramble-string-via-sbe #+begin_src emacs-lisp :var val="thing" (org-sbe scramble-string (str val)) #+end_src So is this just broken untested functionality or are there any working examples from which we could reverse engineer the proper docstring? -- Alex Bennée

Re: [O] ob-async

2017-02-20 Thread Alex Bennée
t the various approaches and if something generic could be included with org-mode itself. Any thoughts? -- Alex Bennée

[O] Capturing the results of shell execution

2017-01-17 Thread Alex Bennée
=arm64 make clean > /dev/null make -j9 > /dev/null echo "Build complete: `date`" #+end_src Ideally I'd like #+RESULTS to have a nice 0/1 which can be used to gate other parts of the process. Am I missing something? -- Alex Bennée

[O] Switching buffers from babel snippets

2017-01-14 Thread Alex Bennée
to org-mode after the code is run and switch to it? -- Alex Bennée

[O] bug#23917: bug#23917: bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-20 Thread Alex Bennée
Eli Zaretskii <e...@gnu.org> writes: >> From: Alex Bennée <alex.ben...@linaro.org> >> Cc: monn...@iro.umontreal.ca, 23...@debbugs.gnu.org, rpl...@gmail.com, >> jwieg...@gmail.com, nljlistb...@gmail.com, m...@lunaryorn.com >> Date: Tue, 19 Jul 2016 18:45:

[O] bug#23917: bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-19 Thread Alex Bennée
Eli Zaretskii <e...@gnu.org> writes: >> From: Alex Bennée <alex.ben...@linaro.org> >> Cc: Stefan Monnier <monn...@iro.umontreal.ca>, 23...@debbugs.gnu.org, >> rpl...@gmail.com, jwieg...@gmail.com, nljlistb...@gmail.com >> Date: Tue, 19 Jul 2016 18:05:3

[O] bug#23917: bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-19 Thread Alex Bennée
s an easy way to identify which buffer modification hooks are responsible so I can take steps as a user to mitigate the problems. -- Alex Bennée

[O] Best approaches for implementing a developer workflow using ORG?

2016-07-08 Thread Alex Bennée
pturing multiple checkbox links in a row. Maybe there is some way to stuff some meta-data in the link? However ideally I'd like to solve the problem of programitically following org-links as I'd like to automate the bringing up of review comments when I doing re-basing. It is of course possible that I'm abusing org-mode a bit too much using it in this way and I should use something more database like to store this stuff. However I would appreciate any suggestions of ways to tackle this problem. Regards, -- Alex Bennée

Re: [O] Change in ox export for #+DATE keywords

2015-08-08 Thread Alex Bennée
of the patch as to what the new parse is expecting. On Fri, Aug 7, 2015 at 3:59 PM, Alex Bennée alex.ben...@linaro.org wrote: Hi, I've been using org-mode as a source for my presentations but exporting broke today following an ELPA update. It seems the line: #+DATE: KVM Forum 2015 Is no longer

Re: [O] Change in ox export for #+DATE keywords

2015-08-08 Thread Alex Bennée
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Alex Bennée alex.ben...@linaro.org writes: I've been using org-mode as a source for my presentations but exporting broke today following an ELPA update. It seems the line: #+DATE: KVM Forum 2015 Is no longer acceptable. FWIW, I

Re: [O] Change in ox export for #+DATE keywords

2015-08-08 Thread Alex Bennée
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Alex Bennée alex.ben...@linaro.org writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Alex Bennée alex.ben...@linaro.org writes: I've been using org-mode as a source for my presentations but exporting broke today following

Re: [O] Change in ox export for #+DATE keywords

2015-08-08 Thread Alex Bennée
Alex Bennée alex.ben...@linaro.org writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Alex Bennée alex.ben...@linaro.org writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: snip FWIW, I export it without an error. Do you use a custom export back-end? I'm using ox-reveal

[O] Change in ox export for #+DATE keywords

2015-08-07 Thread Alex Bennée
is expecting. If I change it to a datestamp I see breakage on other lines like the title: apply: Wrong type argument: listp, #(My presentation title 0 26 (:parent (#0))) So what form am I meant to be using for these options and why the change? -- Alex Bennée

Re: [O] Correct way to insert results

2015-05-14 Thread Alex Bennée
Alex Bennée alex.ben...@linaro.org writes: Hi, I'm working on adding async call functionality to org-babel blocks so I don't need to block my main Emacs for long running calculations. However I'm having problems with the insertion of the results once handled. Ping? Is this something I

[O] Correct way to insert results

2015-05-11 Thread Alex Bennée
#+RESULTS: async-with-delay : #process emacs Any idea how I can do this better? -- Alex Bennée