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

Allow read-only sync

Open glasser opened this issue 9 years ago • 3 comments

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 directly. Would you support an option to do a one-way sync? Or maybe a different top-level command that I'd use instead of M-x org-sync?

glasser avatar Sep 09 '15 17:09 glasser

You need a separated setup with "pull" and "push" to Github? It is a good idea!

arbox avatar Sep 10 '15 10:09 arbox

We could have another entry point for read-only functionality, say org-sync-import-read-only. Another option would be to have some property in the document. I could actually see both being useful, like if you use org-sync-import-read-only first, it will set a property in the document and if you subsequently do org-sync it will refuse to push as it sees the property. That would avoid accidentally pushing updates.

plajjan avatar Feb 22 '18 09:02 plajjan

I would like to have this as well. A separate fetch/pull for tickets. I don't trust any software enough to put stuff into production issue trackers :D (I'm already using org-jira in a read-only way and I'm looking for something for github).

Fuco1 avatar Feb 10 '19 11:02 Fuco1