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
The org-brain before-save-hook (org-brain-ensure-ids-in-buffer) is dangerous, since it silently adds in IDs even when you may not need them. This needs to be handled by using :childless: tag. Disabling the save hook until then as a workaround.
The org-brain
before-save-hook(org-brain-ensure-ids-in-buffer) is dangerous, since it silently adds in IDs even when you may not need them. This needs to be handled by using:childless:tag. Disabling the save hook until then as a workaround.