ブログ用のテンプレートを作成

ブログ用のテンプレートをyasnippetで作成し、 “blgj” をキーに展開可能とした。

#+LaTeX_CLASS: koma-jarticle

#+STARTUP:  overview
#+STARTUP:  hidestars
#+OPTIONS:  H:4 num:nil toc:nil \n:nil @:t ::t |:t ^:nil -:t f:t *:t TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+LINK_UP:
#+LINK_HOME:

#+cite_export: csl ~/repos/styles/chicago-author-date.csl
#+BIBLIOGRAPHY: ~/myspace/Bibliography/references.bib

#+TITLE:  title
#+AUTHOR: k-sunako
#+DATE: [2025-01-05 日 12:39]

#+PROPERTY: header-args:python :session (concat "*python* - " (buffer-file-name))
#+PROPERTY: header-args:python+ :var cur_dir=(identity default-directory)
#+PROPERTY: header-args:python+ :eval no-export

#+begin_src elisp :exports none
  (setq-local org-babel-python-command "/home/snowfox/repos/ks_python_env/.venv/bin/python")
  (pyvenv-activate "/home/snowfox/repos/ks_python_env/.venv")
  (org-babel-lob-ingest "taskchute.org")
  #+end_src

* 学習の進捗

* TaskChute

** 数学

#+CALL: math_in_thisweek()

#+CALL: math_in_thismonth()

#+CALL: math_chart_in_thismonth()

** コンピュータ

#+CALL: computer_in_thisweek()

#+CALL: computer_in_thismonth()



* 参考文献
#+print_bibliography:

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です