emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Assistance with patching instructions on Worg
@ 2014-01-31 21:33 John Hendy
  2014-01-31 21:50 ` Thomas S. Dye
  2014-01-31 22:23 ` Josiah Schwab
  0 siblings, 2 replies; 10+ messages in thread
From: John Hendy @ 2014-01-31 21:33 UTC (permalink / raw)
  To: emacs-orgmode

Greetings,


I've only contributed to Worg, not the Org manual. I want to submit a
change to the documentation per an earlier discussion.[1] I'm
attempting to follow the Worg suggestion for submitting patches.[2]

Here was my process

cd ~/.elisp/org.git
git pull
make clean && make

git branch org-src-preserve-whitespace
git checkout org-src-preserve-whitespace

emacs doc/org.texi

[make changes to documentation]

git commit -m "Update documentation to org-src-preserve-indentation."

git format-patch master

But no files were generated... Am I doing something incorrectly?

Here's the current output of =git status=

On branch org-src-preserve-whitespace
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

modified:   doc/org.texi

no changes added to commit (use "git add" and/or "git commit -a")

UPDATE: just on a whim, I did `git commit -am "notes"` and now it
works. Since the file exists, why is -am necessary vs. just -m? Or
perhaps another question is why Worg suggests just -m. Should/would
this work under some circumstance?

I can update Worg with -am if this is the proper/necessary way.


Thanks,
John

[1] https://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg01505.html
[2] http://orgmode.org/worg/org-contribute.html#sec-4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-02-02 17:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-31 21:33 Assistance with patching instructions on Worg John Hendy
2014-01-31 21:50 ` Thomas S. Dye
2014-01-31 21:58   ` John Hendy
2014-01-31 22:23 ` Josiah Schwab
2014-01-31 22:34   ` John Hendy
2014-01-31 22:51     ` Nick Dokos
2014-01-31 22:57     ` Josiah Schwab
2014-01-31 22:59       ` John Hendy
2014-02-02 15:27         ` John Hendy
2014-02-02 17:28           ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).