pkg update and first config fix

org-brain not working, add org-roam
This commit is contained in:
2022-12-19 23:02:34 +01:00
parent 02b3e07185
commit 82f05baffe
885 changed files with 356098 additions and 36993 deletions
+3
View File
@@ -112,6 +112,9 @@ version of the manual.
- Use example blocks for Org syntax instead of "begin_src org".
- Prefer inline footnote definition when a footnote consists of a
single sentence.
- Internal links to headlines always start with a star.
- Tags, node properties, are not shown with the surrounding colons.
+8
View File
@@ -27,16 +27,24 @@ guide:: orgguide.texi org-version.inc
../mk/guidesplit.pl $@/*
endif
# We increase GC threshold when generating documentation. This
# imrpoves the performance significantly. See
# https://yhetil.org/emacs-devel/9778F176-E724-4E61-B0FB-327BCDD316C0@acm.org
# Too high number may cause memory overflow (for example, it has
# happened in CI during automated build). We choose 50Mb threshold,
# based on the above discussion.
org.texi: org-manual.org
$(BATCH) \
--eval '(add-to-list `load-path "../lisp")' \
--eval '(load "../mk/org-fixup.el")' \
--eval '(setq gc-cons-threshold (* 50 1000 1000))' \
--eval '(org-make-manual)'
orgguide.texi: org-guide.org
$(BATCH) \
--eval '(add-to-list `load-path "../lisp")' \
--eval '(load "../mk/org-fixup.el")' \
--eval '(setq gc-cons-threshold (* 50 1000 1000))' \
--eval '(org-make-guide)'
org-version.inc: org.texi
+2 -2
View File
@@ -1,6 +1,6 @@
# SETUPFILE for Org manual
# Copyright (C) 2021 Free Software Foundation, Inc.
# Copyright (C) 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
#
@@ -49,5 +49,5 @@
# The "kbd" macro turns KBD into @kbd{KBD}. Additionally, it
# encloses case-sensitive special keys (SPC, RET...) within @key{...}.
#+macro: kbd (eval (let ((case-fold-search nil) (regexp (regexp-opt '("SPC" "RET" "LFD" "TAB" "BS" "ESC" "DELETE" "SHIFT" "Ctrl" "Meta" "Alt" "Cmd" "Super" "UP" "LEFT" "RIGHT" "DOWN") 'words))) (format "@@texinfo:@kbd{@@%s@@texinfo:}@@" (replace-regexp-in-string regexp "@@texinfo:@key{@@\\&@@texinfo:}@@" $1 t))))
#+macro: kbd (eval (org-texinfo-kbd-macro $1))
+2 -2
View File
@@ -10,7 +10,7 @@
:copying: t
:END:
Copyright \copy 2004--2021 Free Software Foundation, Inc.
Copyright \copy 2004--2022 Free Software Foundation, Inc.
#+begin_quote
Permission is granted to copy, distribute and/or modify this document
@@ -2066,7 +2066,7 @@ footnote reference is simply the marker in square brackets, inside
text. For example:
#+begin_example
The Org homepage[fn:1] now looks a lot better than it used to.
The Org website[fn:1] now looks a lot better than it used to.
...
[fn:1] The link is: https://orgmode.org
#+end_example
+1331 -958
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,3 +1,3 @@
@c automatically generated, do not edit
@set VERSION 9.5.2 (9.5.2-gfbff08)
@set DATE 2021-12-24
@set VERSION 9.6 ()
@set DATE 2022-12-17
+1248 -630
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -15,7 +15,7 @@
\pdflayout=(0l)
% Nothing else needs to be changed below this line.
% Copyright (C) 1987, 1993, 1996--1997, 2001--2021 Free Software
% Copyright (C) 1987, 1993, 1996--1997, 2001--2022 Free Software
% Foundation, Inc.
% This document is free software: you can redistribute it and/or modify
+4 -4
View File
@@ -13,7 +13,7 @@
@c %**end of header
@copying
Copyright @copyright{} 2004--2021 Free Software Foundation, Inc.
Copyright @copyright{} 2004--2022 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
@@ -39,7 +39,7 @@ modify this GNU manual.''
@finalout
@titlepage
@title Org Mode Compact Guide
@subtitle Release 9.5
@subtitle Release 9.6
@author The Org Mode Developers
@page
@vskip 0pt plus 1filll
@@ -500,7 +500,7 @@ and then press @kbd{@key{TAB}} to align the table and start filling in
fields. Even faster would be to type @samp{|Name|Phone|Age} followed by
@kbd{C-c @key{RET}}.
When typing text into a field, Org treats @kbd{DEL},
When typing text into a field, Org treats @kbd{@key{DEL}},
@kbd{Backspace}, and all character keys in a special way, so that
inserting and deleting avoids shifting other fields. Also, when
typing @emph{immediately after point was moved into a new field with
@@ -2135,7 +2135,7 @@ footnote reference is simply the marker in square brackets, inside
text. For example:
@example
The Org homepage[fn:1] now looks a lot better than it used to.
The Org website[fn:1] now looks a lot better than it used to.
...
[fn:1] The link is: https://orgmode.org
@end example