mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Only add spaces after heading if any tags in orgnode raw entry repr
This commit is contained in:
@@ -495,6 +495,7 @@ class Orgnode(object):
|
|||||||
if self._priority:
|
if self._priority:
|
||||||
n = n + "[#" + self._priority + "] "
|
n = n + "[#" + self._priority + "] "
|
||||||
n = n + self._heading
|
n = n + self._heading
|
||||||
|
if self._tags:
|
||||||
n = "%-60s " % n # hack - tags will start in column 62
|
n = "%-60s " % n # hack - tags will start in column 62
|
||||||
closecolon = ""
|
closecolon = ""
|
||||||
for t in self._tags:
|
for t in self._tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user