it can run
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
_src
When I poke around in my-debug-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
Alex Bennée 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 document to run on `org-ctrl-c-ctrl-c'
here a better way to invoke source blocks from the current
org-document 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
Alex Bennée writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Alex Bennée writes:
>>
>>> So calling scramble-string works as expected...
>>>
>>> #+tblname: reversed-strings
>>> | abcde | #ERROR |
>>>
Nicolas Goaziou writes:
> Hello,
>
> Alex Bennée writes:
>
>> So calling scramble-string works as expected...
>>
>> #+tblname: reversed-strings
>> | abcde | #ERROR |
>>
>> | flibble | #ERROR |
>> | dibble | #ERROR |
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
rious
approaches and if something generic could be included with org-mode
itself.
Any thoughts?
--
Alex Bennée
64-linux-gnu- --arch=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
ck to org-mode
after the code is run and switch to it?
--
Alex Bennée
Eli Zaretskii writes:
>> From: Alex Bennée
>> 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:44 +0100
>>
>> ;; Save and restore the
Eli Zaretskii writes:
>> From: Alex Bennée
>> Cc: Stefan Monnier , 23...@debbugs.gnu.org,
>> rpl...@gmail.com, jwieg...@gmail.com, nljlistb...@gmail.com
>> Date: Tue, 19 Jul 2016 18:05:37 +0100
>>
>> > Do we care that using save-match-data in every
ooks are responsible so I can take steps as a user to mitigate the
problems.
--
Alex Bennée
s")
" - [ ] %a")))
#+end_src
But that seemed to cause problems when capturing 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
Alex Bennée writes:
> Nicolas Goaziou writes:
>
>> Alex Bennée writes:
>>
>>> Nicolas Goaziou writes:
>>>> FWIW, I export it without an error. Do you use a custom export
>>>> back-end?
>>>
>>> I'm using ox-reveal
Nicolas Goaziou writes:
> Alex Bennée writes:
>
>> Nicolas Goaziou writes:
>>
>>> Hello,
>>>
>>> Alex Bennée writes:
>>>
>>>> I've been using org-mode as a source for my presentations but exporting
>>>> broke
Nicolas Goaziou writes:
> Hello,
>
> Alex Bennée 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 long
he patch as to what the new parse is expecting.
>
> On Fri, Aug 7, 2015 at 3:59 PM, Alex Bennée 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:
>>
&
"parse" 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
Alex Bennée 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 s
t;woken up")))
#+end_src
#+RESULTS:
=this is in inferior
=: this is in inferior
#+RESULTS: async-with-delay
: #
Any idea how I can do this better?
--
Alex Bennée
21 matches
Mail list logo