Skip to content

Commit

Permalink
Thu 01 Apr 2021 19:24:36
Browse files Browse the repository at this point in the history
  • Loading branch information
mullikine committed Apr 1, 2021
1 parent 893e4fb commit 44fd462
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions examplary-library.el
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
(defun examplary-asktutor (question)
(defun examplary-asktutor (broad-topic specific-topic question)
(interactive (list (read-string-hist (concat "asktutor about " (pen-topic t) ": "))))
(let ((cname (org-brain-current-name))
(pname (org-brain-parent-name)))

(if (or (string-equal "infogetics" cname)
(string-equal "fungible" cname))
(setq cname "general knowledge"))

(if (or (string-equal "infogetics" pname)
(string-equal "fungible" pname))
(setq pname cname))

(etv (eval
`(ci (snc "ttp" (pen-pf-generic-tutor-for-any-topic ,cname ,pname ,question)))))))
(etv (eval
`(ci (snc "ttp" (pen-pf-generic-tutor-for-any-topic ,cname ,pname ,question))))))

(provide 'examplary-libary)

0 comments on commit 44fd462

Please sign in to comment.