[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Re: Orgmode[PATCH 4/4] Add handling of blockquote and outp
From: |
Robert Goldman |
Subject: |
Re: [Orgmode] Re: Orgmode[PATCH 4/4] Add handling of blockquote and output formats that must be flowed. |
Date: |
Thu, 29 Apr 2010 10:05:53 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 |
On 4/29/10 Apr 29 -8:58 AM, Carsten Dominik wrote:
> Applied, thanks.
>
> I had two email saying patch 4/4, I too one of them, what happened with
> 1/4, 2/4, 3/4?
What happened was that I am incompetent with git. Somehow git thinks
that my copy is four patches away from origin/master. But, in fact,
only the last patch (hence 4/4) is a bona fide diff from origin/master
(your version).
To use a cliche, I need to figure out how to convince git that I am now
on the same page as the origin. I think this may have something to do
with submitting patches by email instead of pushing them. I will try to
figure this out before submitting my next patch.
>
> Please verify that this went well.
Looks good to me, thanks,
r
>
> Thanks!
>
> - Carsten
>
> On Apr 29, 2010, at 3:54 PM, Wes Hardaker wrote:
>
>>>>>>> On Wed, 28 Apr 2010 16:39:59 -0500, "Robert P. Goldman"
>>>>>>> <address@hidden> said:
>>
>> RPG> Added a handler for blockquotes.
>>
>> That looks great. Thanks!
>>
>> RPG> Also added :body-newline-paragraph to the org-set-generic-type.
>>
>> I'm fine with that too, but in the end couldn't you just put a "\n" in
>> the format strings? I thought about what to do about newlines when I
>> wrote the code base and in the end I decided that with the existing
>> methods you could always add "\n"s everywhere you needed them which
>> provided the maximum flexibility. The downside is that reading "\n"s
>> everywhere isn't exactly pretty on the specification side :-/
>>
>> (Carsten, go ahead and apply it on your end)
>> --
>> Wes Hardaker
>> My Pictures: http://capturedonearth.com/
>> My Thoughts: http://pontifications.hardakers.net/
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> - Carsten
>
>
>
- [Orgmode] org-export-generic patch, Robert P. Goldman, 2010/04/28
- [Orgmode] Re: Orgmode[PATCH 4/4] Add handling of blockquote and output formats that must be flowed., Robert Goldman, 2010/04/29
- [Orgmode] Re: Orgmode[PATCH 4/4] Add handling of blockquote and output formats that must be flowed., Wes Hardaker, 2010/04/30
- [Orgmode] Re: Orgmode[PATCH 4/4] Add handling of blockquote and output formats that must be flowed., Robert Goldman, 2010/04/30
- Re: [Orgmode] Re: Orgmode[PATCH 4/4] Add handling of blockquote and output formats that must be flowed., Carsten Dominik, 2010/04/30
- Re: [Orgmode] Re: Orgmode[PATCH 4/4] Add handling of blockquote and output formats that must be flowed., Robert Goldman, 2010/04/30
Re: [Orgmode] org-export-generic patch, Carsten Dominik, 2010/04/29