branch: elpa/gnosis
commit 5a0c0c583c92054112cec553de2e193e72b4ceae
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    [fix] export: Remove org-fill-element.
    
    + No changes should be made when exporting notes.
     + This is was implemented in previous versions where we did not store
       newlines
---
 gnosis.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnosis.el b/gnosis.el
index 4a72a3da825..e32dac20a77 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1702,8 +1702,7 @@ EXAMPLE: Boolean value, if non-nil do not add properties 
for note."
     (dolist (comp components)
       (goto-char (point-max))
       (gnosis-export--insert-read-only (car comp))
-      (insert "\n" (or (cdr comp) "") "\n\n")
-      (org-fill-element))))
+      (insert "\n" (or (cdr comp) "") "\n\n"))))
 
 (defun gnosis-export-parse--deck-name (&optional parsed-data)
   "Retrieve deck name from PARSED-DATA."

Reply via email to