summaryrefslogtreecommitdiff
path: root/rt-liberation-org.el
Commit message (Collapse)AuthorAgeFilesLines
* updated open and store link to allow open and store sections.Yuchen Pei2021-07-271-11/+25
| | | | rt:id:ticket-id/history-id
* updating rt-org-open to allow opening a specific section of a ticketYuchen Pei2021-07-271-6/+11
| | | | rt:id:123#2 goes to the second section of ticket #123
* bugfix: moved side effects of add props to only when ticket non-nilYuchen Pei2021-07-271-12/+11
|
* updated rt-org-open to retain ticket-alist when opening rt:id:fooYuchen Pei2021-07-271-6/+5
| | | | - it will open a query with id=foo instead and follow the link
* Adding functionality to store link in ticket viewer modeYuchen Pei2021-07-261-1/+3
|
* Adding functionality storing an rt org link in ticket browser mode.Yuchen Pei2021-07-261-3/+22
|
* Adding initial org integration rt-liberation-org.Yuchen Pei2021-06-171-0/+59
- Adding org hyperlinks and support for following the link: rt:id:<id> opens ticket with ticket id <id> in rt-liberation-viewer-mode rt:query:<query string> opens query results in rt-liberation-browser-mode - Will add support for storing the link in a follow up commit