Carsten, can you kindly add this to
http://orgmode.org/worg/org-contribute.php#sec-3
"
To submit the patch follow the instructions:
This command will make a patch between the staging area
(in your computer), and the file you modified:
git diff -p org-whatever.el > org-whatever.el.diff
If you already committed your changes to your index (staging area),
then you should compare against a particular branch (in this example,
origin/master):
git diff -p origin/master org-whatever.el > org-whatever.el.diff
You email the output to the mailing list, adding [PATCH] to the
subject, and description of what you fixed or changed.
"
Should I add "> org-whatever.el.diff" to output the diff into a file, cause in
Juans message it was missing?
It will be helpful to the new developers, I think.
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode