org-sync
org-sync copied to clipboard
Issue Tracking Synchronization for Emacs Org-mode.
Hi (thanks for the code). I can successfully import the issues from my BB repo, resulting in ``` * Issues of hgbitbucketdoc :PROPERTIES: :url: https://api.bitbucket.org/1.0/repositories/kalthad/hgbitbucketdoc :END: ** OPEN First issue...
I imported https://github.com/HackspaceJena/calcifer and one of the bugs loooked like this: ``` **** OPEN Kein Einfügen bei Ort und Tag :PROPERTIES: :tags: ("bug") :id: 45 :date-modification: 2015-06-02T19:37:39+0200 :date-creation: 2015-06-02T19:03:41+0200 :author:...
org-sync currently only supports syncing the issue itself and whatever properties it might have. Comments on the issue however, are not synced. Clearly, this would be a very nice feature...
Ideas
Some ideas for the public API: - no generic `os` function; - `org-sync-root-set` function to set the root of project issues, sets the root to the current heading - `org-sync-project-sync`...
My team often discusses issues by ID so it would be really nice if headlines (for GitHub) looked like ``` ** OPEN #123 Some issue ``` Is this something you'd...
It seems to me that I can only set one user/password combination for the redmine sync, which would make it impossible to connect to multiple redmine instances with different credentials....
Bugs subheading is inserted at the cursor position, not under the current heading.
Do not insert per file TODO sequences, it breakes global sequence preferences. Elaborate a better mechanism.
Change first heading from "bugs" to "issues". Not every Github issue is a bug.
https://github.com/arbox/org-sync/blob/master/omd.el#L172 I got following error when byte-compiling omd.el. ``` In end of data: omd.el:222:1:Warning: the function `omd-mutate-doc-list' is not known to be defined. ```