Additional cleanup :trollface:

Commit
f4d9f258fd7163624697e0fd1c5d83e3ddc038c7
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
smart-documents.org
index 2d26f3ed..f316e61c 100644..100644
@@ -1280,22 +1280,19 @@
1280 1280 * One-click workflows
1281 1281
1282 1282 In this section, we'll implement useful one-click workflows. It comes
1283 Removed: later keybinding definitions for two reasons:
1283 Added: later than the keybinding definitions for two reasons:
1284 1284
1285 Removed: 1. To a new user, keybindings are more important than the precise
1285 Added: 1. To a new user, keybindings are more relevant than the
1286 1286 implementation of the bound function---it is more important to know
1287 1287 how to drive a car than how a car works.
1288 1288 2. If the following subsections share the same name as the keybinding
1289 Removed: subsection (Section [[Keyboard shortcuts]]), the links will resolve to
1290 Removed: the earliest heading in the document, i.e. the keybinding
1291 Removed: subsection and not the subsection describing the `one-click
1292 Removed: workflow'.
1289 Added: subsection (Section [[Keyboard shortcuts]]), the links to that name
1290 Added: will resolve to the earliest heading in the document, i.e. the
1291 Added: keybinding subsection and not the subsection describing the
1292 Added: `one-click workflow'.
1293 1293
1294 1294 ** TODO Export to PDF
1295 1295
1296 Removed: This reimplements the most common Org mode export: Org \rightarrow
1297 Removed: LaTeX \rightarrow PDF. The binding is defined in Section [[Export to
1298 Removed: PDF]].
1299 1296 This series of ~quick-export~ functions have one objective: harmonize
1300 1297 the export of Emacs buffers to PDF. Org mode does this by design; we
1301 1298 describe additional exports for other modes, most notably Nroff mode
@@ -1311,7 +1308,11 @@
1311 1308 "Org mode async export to PDF and open.
1312 1309 This basically reimplements `C-c C-e C-a l o'."
1313 1310 (org-open-file (org-latex-export-to-pdf)))
1311 Added: #+END_SRC
1314 1312
1313 Added: *** From a Ledger report
1314 Added:
1315 Added: #+BEGIN_SRC emacs-lisp :tangle yes
1315 1316 (defun sd-quick-export--ledger-report ()
1316 1317 "Quick export for `ledger-mode' report buffers."
1317 1318 (let ((old-buffer (current-buffer)))
@@ -1674,6 +1675,10 @@
1674 1675 #+END_SRC
1675 1676
1676 1677 #+BEGIN_SRC emacs-lisp :tangle no
1678 Added: (load-theme 'molokai)
1679 Added: #+END_SRC
1680 Added:
1681 Added: #+BEGIN_SRC emacs-lisp :tangle no
1677 1682 (load-theme 'sd-light)
1678 1683 #+END_SRC
1679 1684
@@ -1871,7 +1876,7 @@
1871 1876 ** Profiling---report
1872 1877
1873 1878 #+BEGIN_SRC emacs-lisp :tangle no
1874 Removed: (profiler-report)
1879 Added: (profiler-report)
1875 1880 #+END_SRC
1876 1881
1877 1882 * Conclusion
smart-documents.pdf
index c9f639e7..8309c9fd 100644..100644

Binary files differ