Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marking posts as drafts (not to be published) #179

Open
Trevoke opened this issue Apr 3, 2016 · 4 comments
Open

Marking posts as drafts (not to be published) #179

Trevoke opened this issue Apr 3, 2016 · 4 comments

Comments

@Trevoke
Copy link

Trevoke commented Apr 3, 2016

Hi, how can I keep org-page from publishing some of my works in progress?

@sillykelvin
Copy link
Collaborator

Sorry, there is no built-in support of this, but you may use git stash to stash your drafts and use git stash pop later to resume the drafts.

@Trevoke
Copy link
Author

Trevoke commented Apr 4, 2016

I've started using a directory in the master branch called simply wip for this. It's not ideal, but I can commit the work and work from any computer.

How about a git branch called drafts or something similar?

@sillykelvin
Copy link
Collaborator

Creating a new branch might be too heavy for this, I think using a folder "drafts" in source branch might be enough, it's easier to achieve and understand.

@Trevoke
Copy link
Author

Trevoke commented Apr 5, 2016

I agree.

On Mon, Apr 4, 2016 at 11:00 PM Kelvin Hu [email protected] wrote:

Creating a new branch might be too heavy for this, I think using a folder
"drafts" in source branch might be enough, it's easier to achieve and
understand.


You are receiving this because you authored the thread.

Reply to this email directly or view it on GitHub
#179 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants