pkg update and first config fix
org-brain not working, add org-roam
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
;;; org-entities.el --- Support for Special Entities -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2010-2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2010-2022 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Carsten Dominik <carsten.dominik@gmail.com>,
|
||||
;; Ulf Stegemann <ulf at zeitform dot de>
|
||||
;; Keywords: outlines, calendar, wp
|
||||
;; Homepage: https://orgmode.org
|
||||
;; URL: https://orgmode.org
|
||||
;;
|
||||
;; This file is part of GNU Emacs.
|
||||
;;
|
||||
@@ -27,6 +27,9 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'org-macs)
|
||||
(org-assert-version)
|
||||
|
||||
(declare-function org-mode "org" ())
|
||||
(declare-function org-toggle-pretty-entities "org" ())
|
||||
(declare-function org-table-align "org-table" ())
|
||||
@@ -89,8 +92,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
|
||||
("aacute" "\\'{a}" nil "á" "a" "á" "á")
|
||||
("Acirc" "\\^{A}" nil "Â" "A" "Â" "Â")
|
||||
("acirc" "\\^{a}" nil "â" "a" "â" "â")
|
||||
("Amacr" "\\bar{A}" nil "Ā" "A" "Ã" "Ã")
|
||||
("amacr" "\\bar{a}" nil "ā" "a" "ã" "ã")
|
||||
("Amacr" "\\={A}" nil "Ā" "A" "Ã" "Ã")
|
||||
("amacr" "\\={a}" nil "ā" "a" "ã" "ã")
|
||||
("Atilde" "\\~{A}" nil "Ã" "A" "Ã" "Ã")
|
||||
("atilde" "\\~{a}" nil "ã" "a" "ã" "ã")
|
||||
("Auml" "\\\"{A}" nil "Ä" "Ae" "Ä" "Ä")
|
||||
@@ -307,7 +310,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
|
||||
("trade" "\\texttrademark{}" nil "™" "TM" "TM" "™")
|
||||
|
||||
"** Science et al."
|
||||
("minus" "\\minus" t "−" "-" "-" "−")
|
||||
("minus" "-" t "−" "-" "-" "−")
|
||||
("pm" "\\textpm{}" nil "±" "+-" "±" "±")
|
||||
("plusmn" "\\textpm{}" nil "±" "+-" "±" "±")
|
||||
("times" "\\texttimes{}" nil "×" "*" "×" "×")
|
||||
|
||||
Reference in New Issue
Block a user