You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- a/autoload/org.vim
+++ b/autoload/org.vim
@@ -187,7 +187,7 @@ function! org#CaptureBuffer()
command! -buffer W :call <SID>ProcessCapture()
" below is the basic template
" a first level head with date timestamp
- normal ggVGd
+ normal ggVG"_d
normal i*
silent exec "normal o:<".org#Timestamp().">"
normal gg
The text was updated successfully, but these errors were encountered:
Possible fix:
The text was updated successfully, but these errors were encountered: