summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-29lisp/org-src.el: complete `org-src-preserve-indentation' docstringGerard Vermeulen1-9/+10
2024-01-15doc/org-manual.org: Do not indent example python blocksIhor Radchenko1-11/+19
2023-12-16lisp/org-element.el (org-src-preserve-indentation-p): Fix declare formIhor Radchenko1-1/+1
2023-07-13org-src-preserve-indentation: Refactor handling src block flagsIhor Radchenko8-63/+45
2016-10-15Improve docstringsNicolas Goaziou18-282/+380
2016-02-09org-element: Do not alter indentation upon parsingNicolas Goaziou2-40/+7
2015-10-11Clarify documentation for `org-src-preserve-indentation'Nicolas Goaziou1-7/+7
2015-05-29org-src: Fix indentation rampage when editing src blocksNicolas Goaziou1-9/+11
2015-05-26org-src: Change ambiguous variable nameNicolas Goaziou1-6/+7
2014-05-28ob-core, ob-exp, ob-haskell, ob-python: declarations for org-src-preserve-ind...Achim Gratz4-4/+2
2014-03-15org-src.el (org-src-preserve-indentation): Reformat docstringBastien Guerry1-5/+6
2014-03-12Modified documentation for `org-src-preserve-indentation'John Henderson1-2/+7
2014-02-01ob-exp: Do not ignore `org-src-preserve-indentation'Nicolas Goaziou2-1/+36
2013-10-27org-element: Small change to src block indentationNicolas Goaziou3-73/+66
2010-10-12ob-python: fixed compiler warningEric Schulte1-0/+1
2010-10-12babel: Don't trim whitespace when `org-src-preserve-indentation' is non-nilDan Davison2-2/+2
2010-01-29org-src: Don't remove tabs when org-src-preserve-indentation is non-nilDan Davison1-1/+1
2009-11-04org-babel-haskell: org-babel-haskell-export-to-lhs now optionally preserves i...Eric Schulte1-4/+9
2009-10-31Allow org-exp-blocks plugins to return block with indentation unaltered.Dan Davison1-7/+10
2009-10-31Allow code indentation to be preserved on exportDan Davison2-6/+10
2009-10-08org-babel: make tangling honour org-src-preserve-indentationDan Davison1-2/+3
2009-10-08Optionally prevent altering indentation of source code.Dan Davison1-15/+36