Guest User

Untitled

a guest
Oct 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. (unless inhibit-wconf-store
  2. (org-capture-put :return-to-wconf (current-window-configuration)))
  3. (delete-other-windows)
  4. - (org-switch-to-buffer-other-window
  5. - (org-capture-get-indirect-buffer (org-capture-get :buffer) "CAPTURE"))
  6. + (org-no-popups
  7. + (switch-to-buffer
  8. + (org-capture-get-indirect-buffer (org-capture-get :buffer) "CAPTURE")))
  9. (widen)
  10. (outline-show-all)
  11. (goto-char (org-capture-get :pos))
Add Comment
Please, Sign In to add comment