summaryrefslogtreecommitdiff
path: root/archive/.emacs.d/snippets/python-mode/text-mode/posted
blob: ffbce033a081c861175841f245a65b1ab2680a5e (plain)
1
2
3
4
`(let ((raw-git (shell-command-to-string "git diff-index --cached HEAD")))
  (if (string-match "\\([^ 	]*\\.\\)org" raw-git)
      (concat "/" (match-string 1 raw-git) "html posted")
    ""))`