This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log file opened | |
TRACE[xfsm-properties.c:511] xfsm_properties_set_string(): -> Set string (Program, bspwm) | |
TRACE[xfsm-properties.c:545] xfsm_properties_set_strv(): -> Set strv (RestartCommand) | |
TRACE[xfsm-properties.c:577] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 15) | |
TRACE[xfsm-properties.c:511] xfsm_properties_set_string(): -> Set string (Program, xfsettingsd) | |
TRACE[xfsm-properties.c:545] xfsm_properties_set_strv(): -> Set strv (RestartCommand) | |
TRACE[xfsm-properties.c:577] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 20) | |
TRACE[xfsm-properties.c:511] xfsm_properties_set_string(): -> Set string (Program, xfce4-panel) | |
TRACE[xfsm-properties.c:545] xfsm_properties_set_strv(): -> Set strv (RestartCommand) | |
TRACE[xfsm-properties.c:577] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 25) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; org-roam-link-utils.el | |
(defun org-roam-link-find () | |
"Find \"roam:\" links in Org-Roam" | |
(interactive) | |
(let* ((link-type "roam") | |
(query "select | |
files.title, links.source, links.pos, | |
links.dest, links.properties | |
from links |