Jose,
great, thanks.
Do I need to file a request for feature?
el
On 2017-08-09 16:30 , José Abílio Matos wrote:
> On Wednesday, 9 August 2017 09.56.31 WEST Dr Eberhard Lisse wrote:
[...]
>> lyx2lyx is a python script, so I am wondering whether there is not
>> perhaps a way of doing this inside
On Wednesday, 9 August 2017 09.56.31 WEST Dr Eberhard Lisse wrote:
> Jose,
>
> thanks, but still no error checking :-)-O
>
> lyx2lyx is a python script, so I am wondering whether there is not
> perhaps a way of doing this inside the script, perhaps with something
> like --upgrade-in-place (so it'
Jose,
thanks, but still no error checking :-)-O
lyx2lyx is a python script, so I am wondering whether there is not
perhaps a way of doing this inside the script, perhaps with something
like --upgrade-in-place (so it's not used by accident) and do this
inside the script?
Don't know python myself,
Stephan,
thanks, but I keep it right there :-)-O
el
On 08/08/2017 22:36, Stephan Witt wrote:
[...]
> On Mac you may have multiple LyX applications on your system.
> The standard location is the folder /Applications and the name
> is LyX.app. There it is located in Contents/Resources/lyx2lyx/.
>
Am 08.08.2017 um 17:07 schrieb José Abílio Matos :
>
> On Tuesday, 8 August 2017 15.50.28 WEST Dr Eberhard Lisse wrote:
>> Hi,
>>
>> is there a way of changing a lyx file from an older version to the
>> current one on the command line, like opening the file, making a
>> modification to trigger th
On Tuesday, 8 August 2017 17.24.30 WEST Dr Eberhard Lisse wrote:
> José
>
> thank you, but it lyx2lyx does not do what I need.
>
> lyx2lyx file.lyx -o file.lyx
>
> clobbers file.lyx
>
> Something like
>
> PID=$$
> cp file.lyx file.$PID.lyx
> lyx2lyx file.$PID.lyx file.l
José
thank you, but it lyx2lyx does not do what I need.
lyx2lyx file.lyx -o file.lyx
clobbers file.lyx
Something like
PID=$$
cp file.lyx file.$PID.lyx
lyx2lyx file.$PID.lyx file.lyx
doesn't fit on the command line so needs refinement as a bash script to
take ar
On Tuesday, 8 August 2017 15.50.28 WEST Dr Eberhard Lisse wrote:
> Hi,
>
> is there a way of changing a lyx file from an older version to the
> current one on the command line, like opening the file, making a
> modification to trigger the saving allowed and saving it under the old
> filename?
>
>
Hi,
is there a way of changing a lyx file from an older version to the
current one on the command line, like opening the file, making a
modification to trigger the saving allowed and saving it under the old
filename?
find . -name '*lyx' -exec whatever {} \;
I wouldn't mind even a Apple