org-sync icon indicating copy to clipboard operation
org-sync copied to clipboard

Issue Tracking Synchronization for Emacs Org-mode.

Results 30 org-sync issues
Sort by recently updated
recently updated
newest added

I should be able to write using org syntax in org file and the issue generated after sync should transform it to markdown. Similarly vice a versa. ## How to...

Rather than directly invoking HTTP calls to github/gitlab we could look into using the ghub and/or glab libraries that provide an Emacs lib for talking to GitHub and GitLab. I...

`org-sync` does not support Chinese characters 1. When the issue title is in Chinese, after `org-sync-import`, the title will be displayed as other: ![截屏2021-06-20 上午9 26 25](https://user-images.githubusercontent.com/4022953/122659322-9c7c4480-d1a9-11eb-8ab3-c968ae903ae5.png) 2. When creating...

Ok I think I figured that out... https://github.com/arbox/org-sync/issues/55 As a byproduct it's possible now to specify arbitrary key (e.g. you might want to sort by creation date only). But frankly...

Steps to reproduce: 1. open emtry file (e.g. `issues.org`) and `org-sync-import` some repository, e.g. https://github.com/arbox/org-sync-test; save he file 2. [optional] add `issues.org` under version control so it's easier to reproduce...

It would be nice if org-sync used personal tokens for Github and Gitlab access e.g. by using the magit/ghub library. In addition to following least-privilege, this change woudl take the...

I'm working to integrate Google tasks with org-sync and since gtasks IDs are strings and not numbers the dedup function `org-sync-buglist-dups` cannot detect duplicates. The potential fix is to define...

`org-sync-gitlab-request` without the `json`

I'd like to use org-sync to maintain an org file syncing issues from a shared repository into an org mode buffer, but I don't ever want org-sync to update GitHub...

enhancement
core