[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Re: [PATCH][ANN] org-html/org-odt
From: |
Jambunathan K |
Subject: |
[O] Re: [PATCH][ANN] org-html/org-odt |
Date: |
Mon, 21 Mar 2011 15:10:59 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) |
Christian Moe <address@hidden> writes:
> Hi,
>
> I'd love to try it out, but I'm not good at git. Would someone be kind
> enough to post directions?
>
> I thought this would do it:
>
> git checkout 3d802
> git checkout -b ooo
> git apply
> ../0001-Re-implement-org-export-as-html-and-add-support-for-.patch
>
> But I got:
>
> error: patch failed: lisp/org.el:8711
> error: lisp/org.el: patch does not apply
One of the reasons the patch fails to apply is because I have hand
edited it and removed the hunks that correspond to new files (all
org-odt related).
In my experience, `git apply' is quite intelligent in figuring out that
the patch has been tampered with. May be you should try plain old patch
utility.
#+begin_src sh
patch < my.patch
#+end_src
should provide a good starting point. It is likely to ask some questions
just answer them.
As noted previously, I have stripped off all the odt related changes
from the patch I circulated. The patching route is recommended for
existing html users. The checkout route is recommended for html + odt
users.
Jambunathan K.
- [O] [PATCH][ANN] org-html/org-odt, Jambunathan K, 2011/03/20
- [O] Re: [PATCH][ANN] org-html/org-odt, Bastien, 2011/03/21
- Re: [O] Re: [PATCH][ANN] org-html/org-odt, Christian Moe, 2011/03/21
- [O] Re: [PATCH][ANN] org-html/org-odt, Jambunathan K, 2011/03/21
- [O] Re: [PATCH][ANN] org-html/org-odt, Christian Moe, 2011/03/21
- [O] Re: [PATCH][ANN] org-html/org-odt, Jambunathan K, 2011/03/21
- Re: [O] Re: [PATCH][ANN] org-html/org-odt, Christian Moe, 2011/03/21
- [O] Re: [PATCH][ANN] org-html/org-odt, Jambunathan K, 2011/03/21
- Re: [O] Re: [PATCH][ANN] org-html/org-odt, Jambunathan K, 2011/03/21
- [O] Re: [PATCH][ANN] org-html/org-odt,
Jambunathan K <=
[O] Re: [PATCH][ANN] org-html/org-odt, Jambunathan K, 2011/03/21
[O] Re: [PATCH][ANN] org-html/org-odt, Jambunathan K, 2011/03/21
Re: [O] [PATCH][ANN] org-html/org-odt, Christian Moe, 2011/03/21
Re: [O] [PATCH][ANN] org-html/org-odt, Sean O'Halpin, 2011/03/25