spacemacs/layers
Keith Pinson 4ae7be5404 fix(org-present): exiting presentation always removes inline images
Spacemacs configures `org-present` to inline images while presenting. That much
makes sense. But it has a hook to turn them off unconditionally when exiting
presentation mode. This causes a problem if you just want images to show in and
out of presentation mode.

STEPS TO REPRODUCE
1. Create an Org file
2. Add a link to a file
3. Set `#+STARTUP: inlineimages`
4. `M-x org-present`
5. Exit presentation mode

EXPECTED
Because of `#+STARTUP: inlineimages` images are still inlined.

ACTUAL
The inline images have been removed upon exiting the presentation mode.

FIX
Check `org-startup-with-inline-images` on exiting presentation mode and only
remove the inline images if it is false.

TESTING
To ensure that this did not introduce a regression of the converse behavior, I
also tested with `#+STARTUP: noinlineimages`, and it still turned off the images
when exiting the presentation.
2020-01-26 17:21:07 +01:00
..
+chat Document new keybinding for erc layer 2020-01-02 23:08:10 +01:00
+checkers
+completion Fix helm-spacemacs-help-faq, SPC h f 2020-01-25 17:37:47 +01:00
+distributions [evilified-state] Map C-w to evil-window-map 2020-01-22 09:36:19 +01:00
+emacs fix(org-present): exiting presentation always removes inline images 2020-01-26 17:21:07 +01:00
+email [notmuch] rename require to 'ol-notmuch 2020-01-09 14:03:33 +01:00
+filetree [treemacs] Add persp-mode integration 2020-01-20 14:35:45 +01:00
+fonts/unicode-fonts Update references to macOS 2019-10-13 12:04:40 +02:00
+frameworks documentation formatting: Thu Jan 2 22:13:38 UTC 2020 2020-01-02 23:35:41 +01:00
+fun Update references to macOS 2019-10-13 12:04:40 +02:00
+intl [keyboard-layout] Quick Fix of 11954 2020-01-13 13:32:39 +01:00
+lang Revert "[clojure] Add sesman keybindings" 2020-01-25 10:17:08 -05:00
+misc converted cl to cl-lib 2019-12-14 20:20:51 +00:00
+music/spotify [spotify] Add notes for ivy search 2019-10-18 22:27:31 +02:00
+os Revert "[clojure] Add sesman keybindings" 2020-01-25 10:17:08 -05:00
+pair-programming/floobits
+readers Fix typos 2019-12-05 22:23:04 +01:00
+source-control Fix missing implicit dependency of the git layer to magit-section 2020-01-23 23:53:38 +01:00
+spacemacs Add key bindings to randomize word and lines in region 2020-01-20 11:26:14 -05:00
+tags Fix GNU Global install instructions for macOS 2019-10-19 15:36:02 +02:00
+themes Improve rainbow-identifiers experience for Elisp and CL 2020-01-20 11:37:20 +01:00
+tools [xclipboard] Backend formatting 2020-01-13 13:05:09 +01:00
+vim
+web-services [search-engine]: Add latex's CTAN archive as new search engine 2019-12-14 20:47:33 +00:00
auto-layer.el
LAYERS.org Revert "[clojure] Add sesman keybindings" 2020-01-25 10:17:08 -05:00