Eric Schulte
|
93bdeb9212
two more quick fixes
|
13 年之前 |
Eric Schulte
|
0bcb248ee6
quick fix for a tiny bug
|
13 年之前 |
Eric Schulte
|
4c3d289faf
Now allow multiple "var" specifications behind a single ":var"
|
13 年之前 |
Eric Schulte
|
080e2decbc
removing `org-babel-params-from-buffer' and #+PROPERTIES: entirely
|
13 年之前 |
Eric Schulte
|
04a978fde5
removing #+BABEL: lines in favor of general #+PROPERTIES: lines
|
13 年之前 |
Eric Schulte
|
c1ac640944
fix multi-table bug in code block colname and rowname handling
|
13 年之前 |
Eric Schulte
|
3e86300d6d
now including language specific header arg values in insertion options
|
13 年之前 |
Eric Schulte
|
d7d0230bf4
Fixed typo in org-babel-insert-header-arg.
|
13 年之前 |
Eric Schulte
|
9135ec76dd
New helper function for inserting common code block header arguments
|
13 年之前 |
Eric Schulte
|
6844094edb
Don't delete variable values when checking for assignment.
|
13 年之前 |
Eric Schulte
|
267015b24a
differentiate between result types and wrappers
|
13 年之前 |
Eric Schulte
|
11f07576cb
Check that functional-syntax variables are initialized.
|
13 年之前 |
Eric Schulte
|
f075ada9a1
Adding a note for a future enhancement.
|
13 年之前 |
Eric Schulte
|
0037ef9261
more robust to code blocks with empty bodies
|
13 年之前 |
Eric Schulte
|
597e1eb4fe
Don't error on empty code block body.
|
13 年之前 |
Eric Schulte
|
a4e881207d
better error message for unassigned variables
|
13 年之前 |
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 年之前 |
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 年之前 |
Eric Schulte
|
0d580520cc
better code block demarcation
|
13 年之前 |
Eric Schulte
|
0b6de9a026
corrected file insertion for inline results
|
13 年之前 |
Eric Schulte
|
cae9f947be
babel: don't check for header arguments in properties with leading ":"s
|
13 年之前 |
Nicolas Goaziou
|
2ff74fc5b6
ob: allow inline src blocks to start at bol
|
13 年之前 |
Achim Gratz
|
ccc99317de
backport copyright and license headers from Emacs trunk
|
13 年之前 |
Eric Schulte
|
21fd1523be
Don't require full variable resolution when finding results
|
13 年之前 |
Eric Schulte
|
cb449a672e
improve export of inline code blocks
|
13 年之前 |
Eric Schulte
|
96ad99ba07
ob: idempotent code block evaluation and result removal
|
13 年之前 |
Bastien Guerry
|
58f1dbccf8
Remove the "Version" header in Org libraries (leave it in org.el).
|
13 年之前 |
Bastien Guerry
|
7a18799e25
Remove arch-tag at the bottom of files.
|
13 年之前 |
Bastien Guerry
|
904ed18bc2
Fix copyright years for elisp files in core and contrib.
|
13 年之前 |
David Maus
|
545bfddeea
Provide edebug specifications for macros
|
13 年之前 |