{"id":13862441,"url":"https://github.com/lujun9972/org2issue","last_synced_at":"2026-01-16T00:50:41.490Z","repository":{"id":91558706,"uuid":"54573116","full_name":"lujun9972/org2issue","owner":"lujun9972","description":"export org to github issue","archived":false,"fork":false,"pushed_at":"2019-05-31T09:41:37.000Z","size":24,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-09T15:11:59.019Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lujun9972.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-03-23T15:55:05.000Z","updated_at":"2020-01-09T03:55:52.000Z","dependencies_parsed_at":"2023-03-02T10:45:39.602Z","dependency_job_id":null,"html_url":"https://github.com/lujun9972/org2issue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Forg2issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Forg2issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Forg2issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Forg2issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lujun9972","download_url":"https://codeload.github.com/lujun9972/org2issue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247114293,"owners_count":20885908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-05T06:01:44.425Z","updated_at":"2026-01-16T00:50:41.455Z","avatar_url":"https://github.com/lujun9972.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"* org2issue\nexport org to github issue \n\nso you can use org to write github issue based blog \n* Usage\n1. specify ~org2issue-user~ as your github username\n2. specify ~org2issue-blog-repo~ as the blog repository name\n3. open the org file\n4. execute =M-x org2issue= will add/update the issue\n5. execute =C-u M-x org2issue= will close the issue\n6. if ~org2issue-browse-issue~ is non-nil, the new/updated issue will be browsed by =browse-url=\n7. if specified ~org2issue-update-file~, org2issue will insert the issue-url into the file \n8. usually, ~org2issue-update-file~ is the absolote path to =README.org= in the local blog repo directory\n9. Also, you can use =M-x org2issue-regenerate-readme= to regenerate the ~org2issue-update-file~. \n   It will fetch issue list and use them to rewrite ~org2issue-update-file~\n* BUGS\n+ It can't add issue labels.\n\n  To add issue labels. You have to redefine the method `gh-issues-issue-req-to-update` as below:\n  #+BEGIN_SRC emacs-lisp\n    (defmethod gh-issues-issue-req-to-update ((req gh-issues-issue))\n      (let ((assignee (oref req assignee))\n            (labels (oref req labels))\n            (milestone (oref req milestone))\n            (to-update `((\"title\" . ,(oref req title))\n                         (\"state\" . ,(oref req state))\n                         (\"body\" . ,(oref req body)))))\n\n        (when labels (nconc to-update `((\"labels\" . ,(oref req labels) ))))\n        (when milestone\n          (nconc to-update `((\"milestone\" . ,(oref milestone number)))))\n        (when assignee\n          (nconc to-update `((\"assignee\" . ,(oref assignee login) ))))\n        to-update))\n  #+END_SRC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flujun9972%2Forg2issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flujun9972%2Forg2issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flujun9972%2Forg2issue/lists"}