emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [RFC] Draft mode


From: Charles C. Berry
Subject: Re: [O] [RFC] Draft mode
Date: Sun, 27 Sep 2015 09:31:22 -0700
User-agent: Alpine 2.20 (OSX 67 2015-01-07)

On Sun, 27 Sep 2015, Nicolas Goaziou wrote:

Nicolas Goaziou <address@hidden> writes:

The following patch implements a draft mode for export. When in draft
mode, invalid macros and links do not throw an error. It can be toggled
with `org-export-as-draft' variable, or using C-d in export dispatch.

It introduces a backward incompatible change since it modifies signature
from `org-export-as' and alike.


I don't get it.

Why not add the `draft' arg to the end of the `&optional' args? Won't that preserve backward compatibility?

I maintain derived backends that use the `post-process' arg and are distributed on github. So now I will need to make them version aware and/or provide version specific branches so as not to break when used with older org-mode versions, won't I?

Chuck



reply via email to

[Prev in Thread] Current Thread [Next in Thread]