Re: [O] Assistance with patching instructions on Worg

2014-02-02 Thread Bastien
Hi John, thanks for the update on Worg! John Hendy writes: > Having seen that page, I wondered if it should instructions to use > `git add file.ext` if files are created? I left that alone for now, > figuring that I'm at a lower-than-most level of git intelligence :) When it comes to Git instr

Re: [O] Assistance with patching instructions on Worg

2014-02-02 Thread John Hendy
Just confirming the change of Worg. I used the same format specified in the Worg git page: - Changed page: http://orgmode.org/worg/org-contribute.html#sec-4-2 - Worg git referred to: http://orgmode.org/worg/worg-git.html Having seen that page, I wondered if it should instructions to use `git add f

Re: [O] Assistance with patching instructions on Worg

2014-01-31 Thread John Hendy
On Fri, Jan 31, 2014 at 4:57 PM, Josiah Schwab wrote: > > jw.he...@gmail.com writes: > >> I was just following along with Worg, which doesn't mention doing >> that. I'm now thinking that `git add` must be implied in the line >> =make some changes (1)=? > > Yes, I agree; as written, there is an imp

Re: [O] Assistance with patching instructions on Worg

2014-01-31 Thread Josiah Schwab
jw.he...@gmail.com writes: > I was just following along with Worg, which doesn't mention doing > that. I'm now thinking that `git add` must be implied in the line > =make some changes (1)=? Yes, I agree; as written, there is an implicit `git add`. I think it would be reasonable to make that exp

Re: [O] Assistance with patching instructions on Worg

2014-01-31 Thread Nick Dokos
John Hendy writes: > On Fri, Jan 31, 2014 at 4:23 PM, Josiah Schwab wrote: >> >> jw.he...@gmail.com writes: >> >>> emacs doc/org.texi >>> >>> [make changes to documentation] >>> >>> git commit -m "Update documentation to org-src-preserve-indentation." >>> >>> git format-patch master >>> >>> But

Re: [O] Assistance with patching instructions on Worg

2014-01-31 Thread John Hendy
On Fri, Jan 31, 2014 at 4:23 PM, Josiah Schwab wrote: > > jw.he...@gmail.com writes: > >> 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 doi

Re: [O] Assistance with patching instructions on Worg

2014-01-31 Thread Josiah Schwab
jw.he...@gmail.com writes: > 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? Yes. You need to explicitly add your cha

Re: [O] Assistance with patching instructions on Worg

2014-01-31 Thread John Hendy
On Fri, Jan 31, 2014 at 3:50 PM, Thomas S. Dye wrote: > Hi John, > > John Hendy writes: > >> 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 s

Re: [O] Assistance with patching instructions on Worg

2014-01-31 Thread Thomas S. Dye
Hi John, John Hendy writes: > 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.g

[O] Assistance with patching instructions on Worg

2014-01-31 Thread John Hendy
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-