Dan Davison
|
4cbedbff1a
org-babel: Fix insertion of new results
|
před 15 roky |
Eric Schulte
|
4b6d270b16
org-babel: bug fix, now possible to evaluate source blocks before the first heading
|
před 15 roky |
Eric Schulte
|
222f5c23e8
org-babel: results are now foldable
|
před 15 roky |
Eric Schulte
|
45cce02402
org-babel: caching bugfixes
|
před 15 roky |
Dan Davison
|
2f05cf41ff
org-babel: allow header arg values to be lisp forms.
|
před 15 roky |
Eric Schulte
|
91661d2f3b
org-babel: #+srcname: can now be called #+source: or #+function:
|
před 15 roky |
Eric Schulte
|
2f8d30a578
org-babel: now using #+results instead of #+resname
|
před 15 roky |
Eric Schulte
|
f4f38bd33a
org-babel: results hashes are now hidden (for the most part)
|
před 15 roky |
Eric Schulte
|
403c92f676
org-babel: set default behavior to non-caching in `org-babel-default-header-args'
|
před 15 roky |
Eric Schulte
|
1453f0294d
org-babel: Hash based caching of results in buffer
|
před 15 roky |
Eric Schulte
|
56a81ee65a
org-babel: no longer consumes src-block reference strings during export
|
před 15 roky |
Dan Davison
|
3547a6b64d
org-babel: further cleaning of parameter-passing to language files
|
před 15 roky |
Eric Schulte
|
082fb84c34
org-babel: cleaner passing of parameter to language specific files
|
před 15 roky |
Eric Schulte
|
28881fa29d
org-babel: added `org-babel-noweb-error-langs' to raise errors when noweb references can't be resolved
|
před 15 roky |
Dan Davison
|
210f85ce49
org-babel: store noweb-expanded code body in 'info' data structure
|
před 15 roky |
Dan Davison
|
43bd90ef81
org-babel: new header argument :results_switches
|
před 15 roky |
Dan Davison
|
ea2cd9b1c8
org-babel: make info structure available when removing/inserting results
|
před 15 roky |
Dan Davison
|
f01fb927e1
org-babel: read results contained in generic org blocks
|
před 15 roky |
Dan Davison
|
13d670744e
org-babel: set case-fold-search t when reading results
|
před 15 roky |
Dan Davison
|
43cd1aa2b9
org-babel: trim trailing newline from noweb-referenced material
|
před 15 roky |
Dan Davison
|
8b33a47410
org-babel: match multiple noweb references on same line correctly.
|
před 15 roky |
Dan Davison
|
3cf02c1afa
org-babel: allow regexp to be supplied in org-babel-trim, as per docstring.
|
před 15 roky |
Dan Davison
|
872d9157d9
org-babel: include functional-style args in org-babel-get-src-block-info list
|
před 15 roky |
Dan Davison
|
72691f1ff7
org-babel: Single function to return all source block info.
|
před 15 roky |
Dan Davison
|
dcc669f20a
org-babel: parse src block switches
|
před 15 roky |
Dan Davison
|
c7d3844bd9
org-babel: annotate org-babel-src-block-regexp with comments for clarity
|
před 15 roky |
Eric Schulte
|
f4d5b6dd49
org-babel noweb reference evaluation
|
před 15 roky |
Dan Davison
|
962a1e0608
org-babel: fix inline source block regexp
|
před 15 roky |
Dan Davison
|
512b376bb5
org-babel: allow multiple spaces/tabs between "src" and lang
|
před 15 roky |
Dan Davison
|
70a5963563
org-babel: avoid false positive matches for inline and #+lob constructs
|
před 15 roky |