emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [ox, patch] #+SUBTITLE


From: Thomas S. Dye
Subject: Re: [O] [ox, patch] #+SUBTITLE
Date: Sat, 28 Mar 2015 07:15:25 -1000

Rasmus <address@hidden> writes:

>>> +            (when formatted-subtitle
>>> +              (concat "\n" formatted-subtitle))
>>
>> Nitpick:
>>
>>   (and formatted-subtitle ...)
>
> Can you explain why (and ⋯) should be used here?

Possibly because you don't need the implicit progn?

,---------------------------------------------------
| (when test {form}+) ==  (and test (progn {form}+))
`---------------------------------------------------

hth,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

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