This commit is contained in:
Tobias P.L Wennberg 2025-08-06 14:17:51 +02:00
parent 77ccd0346e
commit d28cf08ca4

View File

@ -339,7 +339,8 @@ function setup_orgmode()
require('pastify').setup {
opts = {
absolute_path = false,
local_path = '/org/assets/img',
save = 'local',
local_path = '/home/t/org/assets/img',
filename = function () return os.date('%Y-%m-%d-%H-%M-%S') end,
default_ft = 'org',
},