Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support org-adapt-indentation #272

Merged
merged 10 commits into from
Apr 6, 2020
Prev Previous commit
Next Next commit
Improve documentation of dontIndent
  • Loading branch information
cpbotha committed Apr 6, 2020
commit 4aa5871bddf7db7b15d9c0537d0b0ed3a1f8390f
3 changes: 2 additions & 1 deletion src/lib/export_org.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ export const generateTitleLine = (header, includeStars) => {
* @param {*} todoKeywordSets
* @param {*} fileConfigLines List of all "#+VAR:" config lines in the file.
* @param {*} linesBeforeHeadings Text that occurs before the first heading.
* @param {boolean} dontIndent Default false means indent heading body according to nesting level, else keep everything flush-left.
* @param {boolean} dontIndent Default false means indent drawers according to
* nesting level, else keep everything flush-left. Description is kept as is.
*/
export const exportOrg = (
headers,
Expand Down