1
0
Разклоняване 0
разклонено от 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.
Това подаване се съдържа в:
Sergio Martínez Portela 2025-04-16 00:06:00 +02:00
родител 123f5c9115
подаване 9c54f83ec7

Преглед на файла

@ -1816,7 +1816,7 @@ def token_list_to_plaintext(tok_list) -> str:
else: else:
assert isinstance(chunk, MarkerToken) assert isinstance(chunk, MarkerToken)
return "".join(contents).strip() return "".join(contents)
def token_list_to_raw(tok_list): def token_list_to_raw(tok_list):