pkg update and first config fix
org-brain not working, add org-roam
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
;;; ox-org.el --- Org Back-End for Org Export Engine -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2013-2022 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Nicolas Goaziou <n.goaziou@gmail.com>
|
||||
;; Maintainer: Nicolas Goaziou <n.goaziou at gmail dot com>
|
||||
;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||
;; Keywords: org, wp
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
@@ -25,6 +25,9 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'org-macs)
|
||||
(org-assert-version)
|
||||
|
||||
(require 'ox)
|
||||
(declare-function htmlize-buffer "ext:htmlize" (&optional buffer))
|
||||
(defvar htmlize-output-type)
|
||||
@@ -328,8 +331,8 @@ Return output file name."
|
||||
(work-buffer (or visitingp (find-file-noselect filename)))
|
||||
newbuf)
|
||||
(with-current-buffer work-buffer
|
||||
(org-font-lock-ensure)
|
||||
(org-show-all)
|
||||
(font-lock-ensure)
|
||||
(org-fold-show-all)
|
||||
(setq newbuf (htmlize-buffer)))
|
||||
(with-current-buffer newbuf
|
||||
(when org-org-htmlized-css-url
|
||||
|
||||
Reference in New Issue
Block a user