On 11 Feb 2021 at 13:27, Aaron Hill wrote: > Are you using > > #(set-default-paper-size "a6" 'landscape) > > or > > #(set-default-paper-size "a6landscape")
I was using #(set-default-paper-size "letter" 'landscape) I changed iti to #(set-default-paper-size "letterlandscape") and it works properly. > The former simply rotates the content while keeping the normal paper > dimensions. The latter swaps the height and width values without > rotation. Adding another feature is fine, but why change the function of existing language instead of invoking the new feature with new language? -- Tim Slattery t...@risingdove.com