Open nordlow opened 1 week ago
How do I make new org-mode files choose the programming directive by default?
Only org-mode
files?
It would have been useful to able to specify system directive in call to gptel-make-anthropic above.
The system message is independent of the backend parameters and can be changed at any time, so it doesn't make sense to specify it with the gptel-make-*
constructors.
Currently new org-mode files insert...
The active system message is written to the file when you save it. The default
directive is active, so it is written.
Moreover is newlines automatically converted to \n when inserted into the org-mode file?
Newlines are converted to \\n
(not \n
). This is required for serializing Org properties. When they are read from the Org file the newlines are restored.
I'm currently loading gptel as
. How do I make new org-mode files choose the
programming
directive by default?It would have been useful to able to specify system directive in call to
above.
Currently new org-mode files insert
when I want the programming directive to be inserted. Moreover is newlines automatically converted to
\n
when inserted into the org-mode file?