forked from kenkeiras/org-rw
revert: Remove old implementation change.
This is reverted as it doesn't return accurately the information that's on the org-mode file.
This commit is contained in:
parent
123f5c9115
commit
9c54f83ec7
@ -1816,7 +1816,7 @@ def token_list_to_plaintext(tok_list) -> str:
|
||||
else:
|
||||
assert isinstance(chunk, MarkerToken)
|
||||
|
||||
return "".join(contents).strip()
|
||||
return "".join(contents)
|
||||
|
||||
|
||||
def token_list_to_raw(tok_list):
|
||||
|
Loading…
Reference in New Issue
Block a user