Eric Schulte
|
0037ef9261
more robust to code blocks with empty bodies
|
13 years ago |
Eric Schulte
|
597e1eb4fe
Don't error on empty code block body.
|
13 years ago |
Eric Schulte
|
a4e881207d
better error message for unassigned variables
|
13 years ago |
Martyn Jago
|
223ac13486
Inline source block and test fixes * lisp/ob.el: Fixed late night refactoring error * testing/examples/babel.org: whitespace * testing/lisp/test-ob.el: Fixed test-org-babel/inline-src-block-regexp (regression error) Renamed test-org-babel/parse-header-args2 since duplicate test heading Made test-org-babel/parse-header-args less brittle
|
13 years ago |
Martyn Jago
|
d7d052ec7c
Bug fixes to inline source block execution triggering. * lisp/ob.el: Created org-babel-get-inline-src-block-matches() to fix problems with org-ctrl-c-ctrl-c not triggering inline src block execution when point is on or after a space within the inline src block body. Also fixed execution problems where inline src block is on buffer line 1. * testing/examples/babel.org: Test data for org-babel-get-inline-src-block-matches()
|
13 years ago |
Eric Schulte
|
0d580520cc
better code block demarcation
|
13 years ago |
Eric Schulte
|
0b6de9a026
corrected file insertion for inline results
|
13 years ago |
Eric Schulte
|
cae9f947be
babel: don't check for header arguments in properties with leading ":"s
|
13 years ago |
Nicolas Goaziou
|
2ff74fc5b6
ob: allow inline src blocks to start at bol
|
13 years ago |
Achim Gratz
|
ccc99317de
backport copyright and license headers from Emacs trunk
|
13 years ago |
Eric Schulte
|
21fd1523be
Don't require full variable resolution when finding results
|
13 years ago |
Eric Schulte
|
cb449a672e
improve export of inline code blocks
|
13 years ago |
Eric Schulte
|
96ad99ba07
ob: idempotent code block evaluation and result removal
|
13 years ago |
Bastien Guerry
|
58f1dbccf8
Remove the "Version" header in Org libraries (leave it in org.el).
|
13 years ago |
Bastien Guerry
|
7a18799e25
Remove arch-tag at the bottom of files.
|
13 years ago |
Bastien Guerry
|
904ed18bc2
Fix copyright years for elisp files in core and contrib.
|
13 years ago |
David Maus
|
545bfddeea
Provide edebug specifications for macros
|
13 years ago |
Eric Schulte
|
dc904a834d
removed use of copy-seq from ob.el
|
13 years ago |
Eric Schulte
|
41bf22f4dc
Revert "new interactive function for removing code block results"
|
13 years ago |
Eric Schulte
|
b8ae6a6bdb
Revert "fix compilation errors introduced by most recent changes"
|
13 years ago |
Eric Schulte
|
274823c858
if a code block has a body, its last character must be a newline
|
13 years ago |
Eric Schulte
|
9ff7f80f51
fix compilation errors introduced by most recent changes
|
13 years ago |
Eric Schulte
|
72817926d7
new interactive function for removing code block results
|
13 years ago |
emacs
|
7340cee33a
Update website to show 7.7 as current release
|
13 years ago |
Eric Schulte
|
b1724e02fb
adding a function for inspecting code block information e.g., header arguments
|
13 years ago |
Eric Schulte
|
4b6bfab817
ob: only call copy-seq on proper lists
|
13 years ago |
Eric Schulte
|
0b9cc74c56
ob: replaced call to defunct function `org-babel-result-hash'
|
13 years ago |
Eric Schulte
|
8854497c35
ob-exp: on export resolve hashes in the current (not original) file buffer
|
13 years ago |
Bastien Guerry
|
b93da58e1f
ob.el: Bugfix about `nil' body variable when parsing block.
|
13 years ago |
Eric Schulte
|
8834bde39f
ob: strip *single* trailing newline from code block bodies
|
13 years ago |