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
Copy file name to clipboardExpand all lines: lua/orgmode/api/file.lua
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
1
localOrgHeadline=require('orgmode.api.headline')
2
2
3
3
---@classOrgFile
4
-
---@fieldcategorystring current file category name. By default only filename without extension unless defined via #+CATEGORY directive
4
+
---@fieldcategorystring current file category name. By default it's only filename without extension unless defined differently via #+CATEGORY directive
5
5
---@fieldfilenamestring absolute path of the current file
0 commit comments