org-treeusage.el icon indicating copy to clipboard operation
org-treeusage.el copied to clipboard

Generalised Line Format Framework

Open mtekman opened this issue 4 years ago • 0 comments

Allow the user to supply the display characters and supply a list of org properties/elements and their values which apply to to each display character. IDK how this would work out.

Maybe something like:

'((lineformat1 . ("%2.1f | %3d"  . (:percent :nwords)))
  (lineformat2 . ("%5d -- %s" . (:nlines :something))))

So users can pull whatever data they need from an org heading (which is already summarised in a :plist) and format it however they want, and then they can just switch quickly between different lineformats.

mtekman avatar Apr 15 '20 00:04 mtekman