summaryrefslogtreecommitdiff
path: root/rt-liberation-org.el
Commit message (Collapse)AuthorAgeFilesLines
* renaming rt-liber-viewer-move-point-to-sectionYuchen Pei2021-08-121-1/+1
|
* Factoring out the function that moves the point to a ticket section.Yuchen Pei2021-08-121-8/+3
|
* Merge remote-tracking branch 'upstream/org' into orgYuchen Pei2021-08-121-34/+14
|\
| * * rt-liberation-org.el: code and stylistic changesYoni Rabkin2021-08-111-34/+14
| |
* | minor change to a better function when following org linkYuchen Pei2021-08-121-1/+1
|/
* updated a docstringYuchen Pei2021-07-291-1/+1
|
* 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