From 08549c763cd731531d4e1c52c86fe265cbef92f2 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 11 Apr 2020 19:43:06 -0400 Subject: uid, select separator that works better with sqlite --- org/default_misc.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org/default_misc.org') diff --git a/org/default_misc.org b/org/default_misc.org index d96e2bb..ab7033f 100644 --- a/org/default_misc.org +++ b/org/default_misc.org @@ -291,7 +291,8 @@ template InternalMarkup() { string tc_c = "┚"; string tc_p = "┆"; string img = "☼"; - string sep = "␣"; // "~"; + string sep = "␣"; // "~";"␣"; // "~"; + string uid_sep = ":"; string on_o = "「"; string on_c = "」"; string mk_bullet = "● "; static string indent_by_spaces_provided(int indent, string _indent_spaces ="░░") { -- cgit v1.2.3