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
This behavior cause Capture cannot recognize which is the correct corresponding sub-tree, and create another after another new sub-trees whenever a file+datetree Capture is called.
Anyway, I think this issue should be informed in README.
The possible solutions...
Customize the date format tree of datetree of Capture to avoid any possible lack of space between CJK/latin characters. (I don't know if this can be done.)
Don't set pangu-spacing-real-insert-separtor to t when using org-mode.
Write a hook to check if current buffer CAPTURE-.* or the file in list (well...pre-set manually...) to decide if set pangu-spacing-real-insert-separtor to `t.
The text was updated successfully, but these errors were encountered:
I have to report an important issue of
Org-mode + Pangu-Spacing
to avoid another mad user like me...When using Org built-in
Capture
,pangu-spacing
withpangu-spacing-real-insert-separtor
set tot
may cause the rot offile+datetree
format, result in the duplicated outlines. Please read:http://lists.gnu.org/archive/html/emacs-orgmode/2014-11/msg00536.html
In short, Capture generate a outline like this:
But pangu-spacing will add a space before "月":
This behavior cause Capture cannot recognize which is the correct corresponding sub-tree, and create another after another new sub-trees whenever a
file+datetree
Capture is called.Anyway, I think this issue should be informed in README.
The possible solutions...
pangu-spacing-real-insert-separtor
tot
when using org-mode.CAPTURE-.*
or the file in list (well...pre-set manually...) to decide if setpangu-spacing-real-insert-separtor
to `t.The text was updated successfully, but these errors were encountered: