l bot
Date:
Mon, 12 Jan 2015 16:50:16 -0800
From:
Patrick O'Keeffe
To:
lyx-devel-ow...@lists.lyx.org
Is there something wrong with the
raw command to a particular shortcut (Prefs >
Editing > Shortcuts > Cursor...Functions > box-insert) but inserting via
the menu allows me to choose which style of box.
Patrick
On 8/5/2014 3:35 PM, Scott Kostyshak wrote:
> n Tue, Aug 5, 2014 at 5:43 PM, Patrick O'Keeffe wrot
; submenu instead. [If this can be customized,
I haven't discovered how yet.]
What does the community think? Is this no-go from the start or up for
discussion? Maybe a change to wait until the next major release?
Patrick O'Keeffe
On 5/26/2014 2:27 PM, José Matos wrote:
The problem according to my analysis is the line
lastpar = ''.join(contents[-1])
where contents is an empty list.
So probably something like
if not contents: continue
would work.
A more precise fix may be preferred:
lastpar = ''.join(contents[-1] if
On 2014-05-02 2:48, Jürgen Spitzmüller wrote:
2014-05-02 11:27 GMT+02:00 Jean-Marc Lasgouttes:
Yes. When the inset is closed, entering it could cause to open it
temporarily. With this, the inset could be inserted as closed by
default.
This would be a good default for Flex insets, i
On 2014-04-28 15:42, aparsloe wrote:
On 29/04/2014 10:10 a.m., stefano franchi wrote:
On Mon, Apr 28, 2014 at 4:14 PM, Tommaso Cucinotta mailto:tomm...@lyx.org>> wrote:
Leaving the meaning aside, my question is: how can I write this in
Thunderbird? The only way is to attach the .lyx
Perhaps even simpler is to add new converter definitions so the user can
use the standard File>Export> route.
Three new ones:
- Email (plain text)
- Email (HTML)
- Email (PDF attachment) <-- using whatever engine is default
As far as passing it to mail clients... It's a real cringeworthy idea
evelopers' list -- though admittedly I'm not sure
what to ask aside from "could someone look into this?"
Patrick O'Keeffe