[Zim-wiki] test error under root

2011-04-26 Thread Alessandro Magni
I know, I know I'm not supposed to run anything under root... but I have to use zim under root, and up to v0.50 no problem was ever present. Now unfortunately the new zim fails me during test: ... Test File object ... FAIL ... ... Test TagsPageTreeStore

Re: [Zim-wiki] writing plugins

2011-02-10 Thread Alessandro Magni
correctly? I get the same exception (with the gnu_r_plugin), when I enter incorrect R code, press OK and close the following 'An error occured...' dialog with yes. best regards, stefan On Thu, Feb 10, 2011 at 09:13:00AM +0100, Alessandro Magni wrote: hi people, it is a bit of time since I'm

Re: [Zim-wiki] writing plugins

2011-02-10 Thread Alessandro Magni
there are better commands to produce a png file. On Thu, Feb 10, 2011 at 01:30:16PM +0100, Alessandro Magni wrote: On 02/10/2011 10:07 AM, s...@z107.de wrote: Hi alessandro, you could post the code of your plugin, then it would be easier to identify your bug. It sound as if a File object is expected

Re: [Zim-wiki] writing plugins

2011-02-10 Thread Alessandro Magni
Jaap, Stefan, thank you for your help. Running zim with -D (which I knew, but I forgotten about!) did the trick... funny, it wasnt a python error but a stupid gnuplot error - I inserted as a test exp(x) instead of a plot exp(x): zim -D showed the error immediately. Well, the plugin works - if

[Zim-wiki] extension of screenshot plugin

2011-01-24 Thread Alessandro Magni
NorfCran - thanks for the plugin, I installed it and works perfectly! alessandro -- ~~~ / Dr.Alessandro Magni \Electromagnetics Division /INRiM Strada delle Cacce 91, 10135 Torino (ITALIA) \Email

[Zim-wiki] memory of cursor position

2010-12-13 Thread Alessandro Magni
hi people, I find it a bit annoying that Zim memorizes the cursor position of each page, so that returning to that page it repositions it there. There is any way (I didnt find it in Preferences) to disable it and put the cursor at the beginning of the page each time? As an alternative, where in

Re: [Zim-wiki] Zim 0.49 released !

2010-11-05 Thread Alessandro Magni
Though, I got a problem on my mac OSX 10.6.4 while opening editpreference I get Looks like you found a bug KeyError : text_editor hi Philippe, I am trying too to work with zim under OSX, and at the moment I find that what is not working is the setting of the applications to use for opening

Re: [Zim-wiki] Zim 0.49 released !

2010-11-03 Thread Alessandro Magni
works great here too (Fedora FC13)! I just had some problems/errors during test.py: WARNING: Filesystem encoding is set to ASCII or Latin1, using UTF-8 instead ... Test File object ... FAIL ... Test we get a proper index for files store ... ERROR Test moving and deleting pages in the files

[Zim-wiki] sync problems - state of the art

2010-10-14 Thread Alessandro Magni
Hi people, I read in http://www.zim-wiki.org/wiki/doku.php?id=resolving_syncing_conflicts about the ideas to resolve sync conflicts, to allow multiple users to use Zim. What is not clear to me is what happens *now* in that regard, in our current version. I ask because with my DMS utility

Re: [Zim-wiki] background color

2010-10-04 Thread Alessandro Magni
not being one who surrenders without fighting, here is how to customize your Zim window colors. 1) customize a GTK style in my Fedora system they are at /usr/share/themes . I chose Simple; edit the colors in the gtkrc file, while previewing the theme: I use the gtk-chtheme

[Zim-wiki] Wiki-Format string

2010-10-01 Thread Alessandro Magni
hello people, I wan looking for a way to distinguish the nodes created by my script zimDMS. Can I modify the string Wiki-Format: zim 0.4 to something like Wiki-Format: zim 0.4 zimDMS ... or do I risk ruining something? alessandro --

[Zim-wiki] applications preferences

2010-09-30 Thread Alessandro Magni
[I realize that I'm really hammering the mailing list these days... sorry!] Hi people, I am trying to customize better my Zim experience, and I was trying to change the app called on directory links: I'd prefer konqueror, for example, or also a terminal with Midnight Commander - why not? I

Re: [Zim-wiki] background color

2010-09-30 Thread Alessandro Magni
after the answers I received - and the checks I made, I see that it is impossible - by construction - to change the background window color / font color, without changing it in all the GTK apps running, e.g. Firefox, Thunderbird etc, as a change of theme. I have to say that this is a very

[Zim-wiki] python script to document a folder structure: added to the Wiki

2010-09-28 Thread Alessandro Magni
read about it, in section TipsTricks. alessandro -- ~~~ / Dr.Alessandro Magni \Electromagnetics Division /INRiM Strada delle Cacce 91, 10135 Torino (ITALIA) \Email ma...@inrim.it /Tel:

[Zim-wiki] spaces in nodes

2010-09-27 Thread Alessandro Magni
seems to me from a quick search that this has been extensively discussed in the past, so sorry, but I wanted a definitive answer (not to recode everythin twice!). Writing my crawler (zimDMS), I automatically generated a lot of nodes that I saw zim sees as grayed-out. So I believe that, for

[Zim-wiki] python script to document a folder structure

2010-09-24 Thread Alessandro Magni
I've just finished a very small python script that - given as argument a given folder X - will create a Zim tree mapped on it. By this I mean that for each subfolder of X there will exist a corresponding zim node. I'm using it in crontab running it to constantly checking X, so that if any

Re: [Zim-wiki] newbie here: info request (for import)

2010-09-22 Thread Alessandro Magni
Hi Thosrsten, thanks for the input! It is great news for me that it is possible to have zim-files disseminated around the filesystem... unfortunately I believed it impossible, so I already wrote down my crawler program that puts all the files in a unique directory. It is still a bit rough,

Re: [Zim-wiki] newbie here: info request (for import)

2010-09-22 Thread Alessandro Magni
On 09/22/2010 12:31 PM, Jaap Karssenberg wrote: On Wed, Sep 22, 2010 at 11:37 AM, Alessandro Magnima...@inrim.it wrote: REALLY??? wow, I'm very sorry you spent time for a misunderstanding of mine... but I never saw around any zim hierarchical notebook. Did I miss it in the wiki? I will

Re: [Zim-wiki] newbie here: info request (for import)

2010-09-21 Thread Alessandro Magni
Hi! After a bit of python-learning, I wrote my script. It nicely crawls a given subtree, and generates all the Zim-files in a common directory. Each file has the correct syntax (see example appended), with links to childrenparents. I've still a point I dont understand concerning the ability of

Re: [Zim-wiki] newbie here: info request (for import)

2010-09-20 Thread Alessandro Magni
On 09/17/2010 05:31 PM, Jaap Karssenberg wrote: On Fri, Sep 17, 2010 at 3:58 PM, Alessandro Magnima...@inrim.it wrote: sorry if it's the wrong place to ask: I just discovered this wiki and find it very promising for what I'd like to do - a simple way to manage my workplace. My problem -

[Zim-wiki] newbie here: info request (for import)

2010-09-17 Thread Alessandro Magni
sorry if it's the wrong place to ask: I just discovered this wiki and find it very promising for what I'd like to do - a simple way to manage my workplace. My problem - and I'd like to know if Zim can solve it - is to take my workplace, i.e. my work directory structure, and in some way