Re: org-persist cache for remote files

2021-12-21 Thread Lele Gaifax
file from the persistent index, without even prompting for a password. I will try again (and harder) as time permits. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metap

Re: org-persist cache for remote files

2021-12-18 Thread Lele Gaifax
Lele Gaifax writes: >> + :group 'org-persist >> + :type '(choice (const :tag "Never" nil) >> + (const :tag "Always" t) >> + (number :tag "Keep note more than X files") > > Now that you explained th

Re: org-persist cache for remote files

2021-12-18 Thread Lele Gaifax
Ihor Radchenko writes: > Lele Gaifax writes: > >> In the meanwhile, here below some notes: > > Thanks! See the updated patch. Great, you're so fast! :-) I couldn't test yet, but I saw a couple of other glitches, sorry for not noticing first. > ... > +(defcustom org-

Re: org-persist cache for remote files

2021-12-18 Thread Lele Gaifax
Ihor Radchenko writes: > Lele Gaifax writes: > >>> Maybe we should better make this a user option? >> >> Yes, that's what I had in mind: when (say) org-persist-do-not-auto-gc-remotes >> is enabled, the cleanup procedure would ignore remote Org documents and a

Re: org-persist cache for remote files

2021-12-17 Thread Lele Gaifax
Ihor Radchenko writes: > Lele Gaifax writes: > >> I wonder if there is some mechanism I could use to either prevent caching >> of non-local documents or to avoid the check on existence in the >> org-persist-gc. > > I can easily make a change that always garbage

Re: org-persist

2021-12-17 Thread Lele Gaifax
siderable time in the network round trip. I wonder if there is some mechanism I could use to either prevent caching of non-local documents or to avoid the check on existence in the org-persist-gc. Thanks for any hint, bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato i

Re: [O] Preparing a cost estimate with Org

2019-01-24 Thread Lele Gaifax
Ken Mankoff writes: > Hi Lele, > > On 2019-01-24 at 07:59 -0800, Lele Gaifax > wrote... >> The only problem with this approach is that it requires a manual >> intervention to build the "cost estimate" table: first I recompute the >> "efforts" o

[O] Preparing a cost estimate with Org

2019-01-24 Thread Lele Gaifax
p a single table, but omit a particular column at export time or have the second table properly populated from the actual tasks tree as it happens for the first one b) filter out entries with a particular tag/property, so that I can keep the original estimate ? Thanks in adva

Re: [O] Local COLUMNS and columnview block

2018-11-18 Thread Lele Gaifax
Nicolas Goaziou writes: > Lele Gaifax writes: > >> As said, a the local COLUMNS setting is honored by the transient columns >> view, >> but it is ignored by org-clock-report and org-dbclock-update. >> >> Am I doing something wrong or isn't it possib

Re: [O] Local COLUMNS and columnview block

2018-11-17 Thread Lele Gaifax
Sorry, hit C-c C-c in the wrong buffer... Lele Gaifax writes: > The local property in the "Work" node is honored by org-columns (C-c C-x > C-c), As said, a the local COLUMNS setting is honored by the transient columns view, but it is ignored by org-clock-report and org-dbclo

[O] Local COLUMNS and columnview block

2018-11-17 Thread Lele Gaifax
1:00 | #+END: The local property in the "Work" node is honored by org-columns (C-c C-x C-c), -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929.

Re: [O] [PATCH] org-colview.el: Fix typo in function name

2016-06-24 Thread Lele Gaifax
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > I see you didn't add TINYCHANGE at the end of the commit message. > I assume you have signed FSF papers already. Am I correct? Yes, sorry for not mentioning it explicitly. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di q

Re: [O] latex-export + columnview: misinterpretation of section prefixes as emphasis

2016-06-24 Thread Lele Gaifax
tion. I see, thank you! ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929.

[O] [PATCH] org-colview.el: Fix typo in function name

2016-06-24 Thread Lele Gaifax
>> >> Sure. Could you provide a proper commit message and send the patch using >> "git format-patch" command? See >> <http://orgmode.org/worg/org-contribute.html#patches> for details. Here it is! >From 7919e3ecb9362451a2f1f5e919e378dadadaf8de Mon Sep 17 00:

Re: [O] latex-export + columnview: misinterpretation of section prefixes as emphasis

2016-06-24 Thread Lele Gaifax
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Lele Gaifax <l...@metapensiero.it> writes: > >> One minor issue: previously I used a custom setting for the variable >> `org-time-clocksum-format`, to print something like "2gg 03:10" instead of >

Re: [O] latex-export + columnview: misinterpretation of section prefixes as emphasis

2016-06-23 Thread Lele Gaifax
-columns-hscoll-title 'local)) + (remove-hook 'post-command-hook 'org-columns-hscroll-title 'local)) (move-marker org-columns-begin-marker nil) (move-marker org-columns-top-level-marker nil) (org-with-silent-modifications Thanks a lot, bye, lele. -- nickname:

Re: [O] latex-export + columnview: misinterpretation of section prefixes as emphasis

2016-06-22 Thread Lele Gaifax
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Lele Gaifax <l...@metapensiero.it> writes: > >> I know this is an ancient thread, but it seems the problem is still there, in >> Emacs 25. > > "org-colview" was rewritten recently. IIRC, this is

Re: [O] latex-export + columnview: misinterpretation of section prefixes as emphasis

2016-06-22 Thread Lele Gaifax
(lambda (x) (cond ((listp x) (concat "|" (esk/org-replace-section-prefix (mapconcat 'identity x "|")) "|")) ((eq x 'hline) "|-|") (t (error "Garbage in listtable: %s" x tbl "\n")) Of c

Re: [O] Exporting columnviews

2015-02-07 Thread Lele Gaifax
of non-breakable-space come to mind. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929.

[O] Exporting columnviews

2015-02-04 Thread Lele Gaifax
Thanks in advance for any hints! ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929.