>>>>> Regarding 'Re: [Orgmode] New :base-extension parameter: :none'; Daniel 
>>>>> Clemente adds:


  > Daniel Clemente <n142...@gmail.com> writes:
  >> Shouldn't that be :base-extension 'none with a symbol instead of a
  >> keyword? I think : is for KEYwords, symbols that are going to be
  >> used as keys in a hash table.

  > Actually... don't we have nil for that?

,----[ org-publish.el ] 
|        (extension (or (plist-get project-plist :base-extension) "org"))
`----

Nil (default case) gets replaced by "org" string, so we have to have
something else for the none case.

-- 
Udv, Richard


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to