Variable: forge-post-heading-format

forge-post-heading-format is a customizable variable defined in forge-topic.el.

Value

"%a %C\n"

Documentation

Format for post headings in topic view.

The following %-sequences are supported:

%a The forge nickname of the author.
%c The absolute creation date.
%C The relative creation date.

This variable was added, or its default value changed, in forge version 0.1.0.

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(defcustom forge-post-heading-format "%a %C\n"
  "Format for post headings in topic view.

The following %-sequences are supported:

`%a' The forge nickname of the author.
`%c' The absolute creation date.
`%C' The relative creation date."
  :package-version '(forge . "0.1.0")
  :group 'forge
  :type 'string)