Misc.

Commit
88ad73dfe08fa9147ec24fd69aca2de1cc329713
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
smart-documents.org
index 16c45246..1587c782 100644..100644
@@ -19,7 +19,7 @@
19 19 #+LATEX: \begin{abstract}
20 20 The idea of /Smart Documents/ came to me as I was reflecting on how to
21 21 improve the document creation process in my workplace. The GNU Emacs
22 Removed: editor had captured my imagination and I wanted to create an
22 Added: editor had captured my imagination, and I wanted to create an
23 23 accessible and highly productive text editor to benefit my
24 24 organization. In this paper, I'll lay out my vision for the /Smart
25 25 Document/, a file containing both text destined to the reader, and
@@ -48,7 +48,7 @@
48 48 - ~C-h v~ :: describe variable
49 49 - ~C-h k~ :: describe key
50 50
51 Removed: You can always press ~f1~ to access Emacs built-in help.
51 Added: You can press ~f1~ at any time to access Emacs built-in help.
52 52
53 53 ** TODO User details
54 54
@@ -295,7 +295,6 @@
295 295 (cua-mode)
296 296 #+END_SRC
297 297
298 Removed:
299 298 ** Files
300 299
301 300 *** Save a file
@@ -737,7 +736,7 @@
737 736 :config (counsel-mode t))
738 737 #+END_SRC
739 738
740 Removed: **** Searching for items
739 Added: **** Searching for items in current buffer
741 740
742 741 #+BEGIN_SRC emacs-lisp :tangle yes
743 742 (use-package swiper
@@ -962,7 +961,7 @@
962 961 Org mode is so significant that this section of the paper deserves its
963 962 own introduction.
964 963
965 Removed: ** [#A] Introduction
964 Added: ** Introduction
966 965
967 966 Phew, after all this initialization, I can finally introduce Org mode!
968 967 I am so *excited*.
@@ -1667,8 +1666,8 @@
1667 1666 The default face is a black foreground on a white background, this
1668 1667 matches MS Word. We are striving for a simple, intuitive color scheme.
1669 1668
1670 Removed: Most of the visual cues derived from color are identical in both light
1671 Removed: and dark themes (Table [[theme-color-1]]).
1669 Added: Most of the [[https://www.interaction-design.org/literature/topics/affordances][affordance]] cues derived from color are identical in
1670 Added: both light and dark themes (Table [[theme-color-1]]).
1672 1671
1673 1672 #+NAME: theme-color-1
1674 1673 #+CAPTION[Light and dark themes' colors]: Light and dark themes' colors.