emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The Org mode in the Org Git does not export


From: Ihor Radchenko
Subject: Re: The Org mode in the Org Git does not export
Date: Sat, 01 Oct 2022 11:02:48 +0800

Rudolf Adamkovič <salutis@me.com> writes:

>> May you try with Emacs version that is not bleeding edge? Like Emacs
>> 28.
>
> So, I did the following:
>
> + removed Emacs 29
> + installed Emacs 28.2
> ...
> + waited for 1 minute and 35 seconds
> + saved 'emacs-28-org-export.profile'

Thanks!

Can you execute

(defun org-export-copy-buffer ()
  "Return a copy of the current buffer.
The copy preserves Org buffer-local variables, visibility and
narrowing."
  (let ((copy-buffer-fun (org-export--generate-copy-script (current-buffer)))
        (new-buf (generate-new-buffer (buffer-name) 'inhibit-hooks)))
    (with-current-buffer new-buf
      (funcall copy-buffer-fun)
      (set-buffer-modified-p nil))
    new-buf))

after loading org and try exporting again?    

-- 
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92



reply via email to

[Prev in Thread] Current Thread [Next in Thread]