Hmm I seem to be unable to access the data from the org-table.
org-element-map seems to be pretty poorly documented, I get the data but
in a strange format, (length row) returns 8 despite the table having
only 6 rows.
Also somehow I can't get to the data with cdr or nth or similar sequence
functi
On 2018-08-22, at 14:52, Nick Dokos wrote:
> Marcin Borkowski writes:
>
>> Hi all,
>>
>> I hoped this:
>>
>> #+begin_src diff
>> @@ -1,5 +1,5 @@
>> -lorem
>> +Lorem
>>ipsum
>>dolor
>>sit
>> -amet
>> +amet.
>> #+end_src
>>
>> would Just Workâ˘, i.e., the diff would be font-
Hi Marcin,
You can configure this behaviour of org-mode (setting the identation of
source blocks to 0) using the following code: (put it in your emacs config
file)
(setq org-edit-src-content-indentation 0)
Hope it helps.
Cheers,
LEslie
On Thu, Aug 23, 2018 at 4:05 PM Marcin Borkowski wrote:
i ran into this type of thing years ago and wrote this summary in
comments to remind myself of the issues. maybe it will be useful to
somebody.
;; when you edit a source or data block, org will by default
;; remove some leading whitespace and then add 2 spaces, so the
;; whole block in org is ind
Maybe I forgot it. Could be another suggestion because I have not found it
in my recorded issues. (addded it now)
Hmm. Recently I don't have time to check it out. If I got time to do this,
I will update it here. It's not urgent, if you don't have time too, leave
it opened is fine.
[stardiviner]