glittershark / org-clubhouse

Simple, unopinionated integration between Emacs's org-mode and the Clubhouse issue tracker
MIT License
28 stars 13 forks source link

Pull story by story ID #14

Closed Camsbury closed 5 years ago

Camsbury commented 5 years ago

Looking for a function to pull in a story just using the ID. Useful for pulling during a meeting.

glittershark commented 5 years ago

(org-clubhouse-headlines-from-query 1 "<STORY-ID>") works in a pinch (though it pulls a bunch of other stuff too)