[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Stop conversion of result on serialising to file
From: |
Bjarte Johansen |
Subject: |
[O] Stop conversion of result on serialising to file |
Date: |
Tue, 26 May 2015 13:11:44 +0200 |
When running a source block and storing the result in a file the data will
first be converted to a table in org-babel-result-cond and then converted back
to text when org-babel-execute-src-block writes it to file. This is takes a
very long time when the result is big and it is unnecessary. I have attached a
patch that makes org-babel-result-cond return the scalar result when it knows
the result will be turned into a file.
Regards,
Bjarte
0001-ob-core-Do-not-return-results-on-writing-to-file.patch
Description: Binary data
- [O] Stop conversion of result on serialising to file,
Bjarte Johansen <=