]> git.eshelyaron.com Git - esy-publish.git/commitdiff
Enhance ChangeLog format
authorEshel Yaron <me@eshelyaron.com>
Sun, 9 Apr 2023 21:06:23 +0000 (00:06 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Apr 2023 21:06:23 +0000 (00:06 +0300)
publish.el
src/changelog.org

index 3005686c496b14fbd5fd816e11101226917b78b9..45151beb3f394d9a219cb4821945ee4af50d65de 100644 (file)
          (org-export-with-toc nil)
          (org-export-with-smart-quotes t)
          (org-html-htmlize-output-type 'css)
+         (org-time-stamp-formats '("%Y-%m-%d" . "%Y-%m-%d %H:%M"))
          (org-publish-project-alist
           (list '("all" :components ("assets" "org"))
                 (list "assets"
index ec08bd45f32451546f954c22fe2ea643dba54fb8..40405b4ba62d3bb47e6595db2d011cd1cfb05390 100644 (file)
@@ -2,11 +2,8 @@
 #+AUTHOR: Eshel Yaron
 #+DESCRIPTION: change log for eshelyaron.com
 #+KEYWORDS: changelog,git,emacs,org mode
+#+OPTIONS: \n:t
 
-#+begin_src shell :results raw :wrap src diff :exports both
-  git log -p --pretty=format:"%s%n(Commit %h at %cs)%n" --since=2023-04-08 -- ../publish.el .
-#+end_src
-
-#+RESULTS:
-#+begin_src diff
+#+begin_src shell :results raw :exports both
+  git log --name-status --pretty=format:"* %s%n%nCommit %h at [%cs] changed these files:%n" --since=2023-04-09
 #+end_src