Merge branch 'maint'
This commit is contained in:
commit
be8f76cbe9
|
@ -2021,7 +2021,7 @@ You can check syntax in your documents using @code{org-lint} command.
|
||||||
|
|
||||||
Org comes with a fast and intuitive table editor. Spreadsheet-like
|
Org comes with a fast and intuitive table editor. Spreadsheet-like
|
||||||
calculations are supported using the Emacs @file{calc} package
|
calculations are supported using the Emacs @file{calc} package
|
||||||
(@pxref{Top, Calc, , calc, Gnu Emacs Calculator Manual}).
|
(@pxref{Top, Calc, , calc, GNU Emacs Calculator Manual}).
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Built-in table editor:: Simple tables
|
* Built-in table editor:: Simple tables
|
||||||
|
|
|
@ -54,7 +54,7 @@ Valid values include `slime-eval' and `sly-eval'."
|
||||||
:group 'org-babel
|
:group 'org-babel
|
||||||
:version "26.1"
|
:version "26.1"
|
||||||
:package-version '(Org . "9.0")
|
:package-version '(Org . "9.0")
|
||||||
:type 'function)
|
:type 'symbol)
|
||||||
|
|
||||||
(defcustom org-babel-lisp-dir-fmt
|
(defcustom org-babel-lisp-dir-fmt
|
||||||
"(let ((*default-pathname-defaults* #P%S\n)) %%s\n)"
|
"(let ((*default-pathname-defaults* #P%S\n)) %%s\n)"
|
||||||
|
|
Loading…
Reference in New Issue