Tim Howes writes:
> To avoid data loss, Syncthing creates a temporary file during transfer
> with the name ~syncthing~.{filename}.tmp
>
> If the transfer completes successfully, then it moves that file in place
> of the previous version. It's a new inode, not an update of the previous
> inode, so
Ask a beside question. I cloned org-mode git repo, should I contribute my
patch with git way? (I mean create a git branch on my own public clone,
then paste it here to let maintainer merge it?)
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitt
My think my patch modifies less than 15 lines. Do I have to assign the
copyright of FSF?
I have sent one. But no response for some days. I hope Org-mode maintainer
can merge this patch.
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @nu
Eduardo Mercovich mercovich.net> writes:
> Excuse me if this sounds almost philosophical, but in which situation an
> indirect buffer may be better that just focusing on the same (original)
> buffer? For example, when you are toying with potentially big
> modifications and don't want to replace t
* Strongly recommend you pay close attention to Nick Dokos--he's
brilliant--agree totally with his suggestions; "hardlinks cannot span
filesystems" etc.
** "hardlinks breaking"--in rsync I throw -H to include/follow hard links
across filesystems when syncing.
*** I'm with Nick though again--not s
To avoid data loss, Syncthing creates a temporary file during transfer
with the name ~syncthing~.{filename}.tmp
If the transfer completes successfully, then it moves that file in place
of the previous version. It's a new inode, not an update of the previous
inode, so the hard link will be lost.
I
Nicolas --
Oh! Apologies: didn't mean to be short or unhelpful. I misunderstood you -- my
bad!
So: by default (at least, for me, in my configuration), Org automatically tries
to interpret the results of src blocks as Org values -- usually tables. For
example, evaluating `ls -la` in a shell src
thank you!
On 4/5/16, Nicolas Goaziou wrote:
> Hello,
>
> Samuel Wales writes:
>
>> i often refile a header to a target that has the same name as the
>> source. they are different headers, but they have the same name.
>>
>> my goal is to send x(1) to x(2) so that the olpath looks like
>> x(2)/x
On Tue, Apr 5, 2016 at 8:12 AM, Dominik Schrempf
wrote:
> Hi John,
>
> thanks for your long answer. I could take out a lot of it. I think I
> did not describe my problem well although all of you seemed to guess it!
> Just a short rephrase with vocabulary from your posts:
>
> I want a logbook/jou
Eduardo Mercovich writes:
> Hi Adam.
>
>>> Also less known that it deserves, for focusing I do use narrowing a
>>> lot: [...]
>
>> Yeah, that's basically what tree-to-indirect does, it makes an indirect
>> buffer and then narrows it. So you can widen the indirect buffer and get
>> another view o
Hello,
Reuben Thomas writes:
> The output for
>
> [[file:Starting%20Workshop%20Notes.org][file:Starting Workshop Notes.org]]
>
> is:
>
> \href{Starting\%20Workshop\%20Notes.org}{\url{Starting} Workshop Notes.org}
>
> despite the fact that in the org-mode buffer the URL is correctly
> display
Hello,
Samuel Wales writes:
> i often refile a header to a target that has the same name as the
> source. they are different headers, but they have the same name.
>
> my goal is to send x(1) to x(2) so that the olpath looks like
> x(2)/x(1). this to me is totally legitimate. i often have head
Hello,
Ian Dunn writes:
>(setq org-agenda-query-string match)
>(setq org-agenda-redo-command
> (list 'org-tags-view
> - org--matcher-tags-todo-only
> + (list 'quote org--matcher-tags-todo-only)
> `(if current-prefix-arg nil ,o
>>> "Jose" == Jose E Marchesi writes:
>> 1) Using ob-rec.el (part of recutils)
>> #+begin_src rec :data mydata.rec :type milestone :fields ProjectID,Name
>> Year == 2014
>> #+end_src
> #+begin_src rec :data mydata.rec :type milestone :fields ProjectID,Name
> Year ==
Hi Adam.
>> Also less known that it deserves, for focusing I do use narrowing a
>> lot: [...]
> Yeah, that's basically what tree-to-indirect does, it makes an indirect
> buffer and then narrows it. So you can widen the indirect buffer and get
> another view of the whole buffer. [...]
Excuse me
On 04/04/2016 04:27 PM, Charles Millar wrote:
Hi,
On 04/04/2016 03:46 PM, Uwe Brauer wrote:
Hello
I am looking for a sort of database I could use with orgmode. Anybody
has a suggestion? What's about recutils?
A few months ago I added recutils or "rec" to the Babel:languages,
Emacs Pack
On 04/05/2016 09:34 AM, Eric S Fraga wrote:
On Tuesday, 5 Apr 2016 at 15:12, Dominik Schrempf wrote:
Do I make myself clear now?
Yes and I think the key would be to ensure that every note etc. has a
heading. This avoids all the problems you have with non-terminated
entries. Avoid a flat st
Ian Dunn writes:
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to make a good report? See
>
> http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mode mailing list.
> ---
Uwe,
On 04/05/2016 06:32 AM, Uwe Brauer wrote:
> Hi,
> On 04/04/2016 03:46 PM, Uwe Brauer wrote:
> I have been using recutils with orgmode for more than year - still
> learning of course. So far, my experience has been fine. I am still
> developing some sort of standard data
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
> Thanks. Could you please send me the mydate file otherwise that
> will not work (and I don't know enough recfiles syntax to cook
> up my own.
> Sure. This could be an example of a recfile:
Thanks that worked nicely!
> 1) Using ob-rec.el (part of recutils)
>#+begin_src rec :data mydata.rec :type milestone :fields
ProjectID,Name
> Year == 2014
>#+end_src
Thanks. Could you please send me the mydate file otherwise that will not
work (and I don't know
>>> "Jose" == Jose E Marchesi writes:
>> I have been using recutils with orgmode for more than year - still
>> learning of course. So far, my experience has been fine. I am still
>> developing some sort of standard databases, e.g. one for contacts,
>> another for finance type of recor
On Tuesday, 5 Apr 2016 at 16:40, Jose E. Marchesi wrote:
[...]
> You could try to use rec-mode.el from the git version of recutils, as it
> contains several fixes since the 1.7 release:
>
> http://git.savannah.gnu.org/cgit/recutils.git/tree/etc/rec-mode.el
Thanks. I'll give that a shot.
--
:
> > I am looking for a sort of database I could use with orgmode. Anybody
> > has a suggestion? What's about recutils?
> >
> > thanks
> >
> > Uwe Brauer
>
> I've just installed recutils from source. If you do the same then be
> aware that as well as the usual l
I'm afraid my recutils from http://ftp.gnu.org/gnu/recutils/recutils-1.7.tar.gz
had no REDADME.dev. It did have a README, which mentions README.dev but no
README.dev.
Best wishes,
Colin.
05.04.2016, 13:54, "Jose E. Marchesi" :
> > I am looking for a sort of database I could use with orgmo
> Hi,
>
> On 04/05/2016 06:43 AM, Colin Baxter wrote:
>>> Hello
>>>
>>> I am looking for a sort of database I could use with orgmode. Anybody
>>> has a suggestion? What's about recutils?
>>>
>>> thanks
>>>
>>> Uwe Brauer
>> I've just installed recutils from source. If you do the same then be
>> awa
> Hi Charlie,
>
> recutils-1.7 on Debian 3.2.78-1 i686 GNU/Linux. It installed ok, but
> gave warnings on "make test". These disappeared on installing the
> packages I mentioned.
Colin et al.,
All this talk of recutils motivated me to try it again as I do have
On Tuesday, 5 Apr 2016 at 14:04, Colin Baxter wrote:
[...]
> Hi Charlie,
>
> recutils-1.7 on Debian 3.2.78-1 i686 GNU/Linux. It installed ok, but
> gave warnings on "make test". These disappeared on installing the
> packages I mentioned.
Colin et al.,
All this talk of recutils motivated me to
Hi,
On 04/05/2016 09:04 AM, Colin Baxter wrote:
Hi,
On 04/05/2016 06:43 AM, Colin Baxter wrote:
Hello
I am looking for a sort of database I could use with orgmode. Anybody
has a suggestion? What's about recutils?
thanks
Uwe Brauer
I've just installed recutils from source. If you do the sam
I'm afraid my recutils from
http://ftp.gnu.org/gnu/recutils/recutils-1.7.tar.gz had no
REDADME.dev. It did have a README, which mentions README.dev but no
README.dev.
Aha, looks like README.dev is not included in the distribution tarball.
Time to fix that :)
Hi John,
Here is a blog post that explains the changes I did. I still have one
improvement to do (but don't how it could be done or even if it can be
done) which is explained at the end of the post:
http://fgiasson.com/blog/index.php/2016/04/05/using-clojure-in-org-mode-and-implementing-async
On Tuesday, 5 Apr 2016 at 15:12, Dominik Schrempf wrote:
> Do I make myself clear now?
Yes and I think the key would be to ensure that every note etc. has a
heading. This avoids all the problems you have with non-terminated
entries. Avoid a flat structure and org works very well.
For instance,
Hi John,
thanks for your long answer. I could take out a lot of it. I think I
did not describe my problem well although all of you seemed to guess it!
Just a short rephrase with vocabulary from your posts:
I want a logbook/journal where I always append text about new stuff to
the end. Only, wh
> I have been using recutils with orgmode for more than year - still
> learning of course. So far, my experience has been fine. I am still
> developing some sort of standard databases, e.g. one for contacts,
> another for finance type of records, etc.
Do yo
> So what about some functionally openoffice or filemaker (a commercial
> software which runs on Mac or on Windows) provide. You write data in a
> table and then can run searches which produce new (smaller tables).
I've been wishing for a dbase III clone or something fast, Postgres
backed, that I
> I am looking for a sort of database I could use with orgmode. Anybody
> has a suggestion? What's about recutils?
>
> thanks
>
> Uwe Brauer
I've just installed recutils from source. If you do the same then be
aware that as well as the usual linux packages, yo
> Hello
>
> I am looking for a sort of database I could use with orgmode. Anybody
> has a suggestion? What's about recutils?
>
> thanks
>
> Uwe Brauer
I've just installed recutils from source. If you do the same then be
aware that as well as the usual linux packages, you will also need
"check", "
Eric Abrahamsen writes:
> This isn't really a Org question at all, but you all are smart and
> friendly people, and are likely to have run into this situation before.
> So I'm trying here before I turn to StackOverflow!
>
> I have Org files in a git repo, synced across two Linux machines. At the
Hi,
On 04/05/2016 06:43 AM, Colin Baxter wrote:
Hello
I am looking for a sort of database I could use with orgmode. Anybody
has a suggestion? What's about recutils?
thanks
Uwe Brauer
I've just installed recutils from source. If you do the same then be
aware that as well as the usual linux pa
> Hi,
> On 04/04/2016 03:46 PM, Uwe Brauer wrote:
> I have been using recutils with orgmode for more than year - still
> learning of course. So far, my experience has been fine. I am still
> developing some sort of standard databases, e.g. one for contacts,
> another for finance
>>> "Ken" == Ken Mankoff writes:
> On 2016-04-04 at 15:46, Uwe Brauer wrote:
>> I am looking for a sort of database I could use with orgmode. Anybody
>> has a suggestion? What's about recutils?
> Can you be more specific?
Well my first shot would be something like a mediawiki s
Eric S Fraga writes:
> Hi Eric,
>
> I don't know syncthing at all and how MacOS works even less [1] but I do
> know emacs... a little. Could the problem be related to how emacs does
> backups? cf. backup-by-copying and make-backup-files
Hmm, I have my Emacs set up to not make backups, but mayb
Hi Eric,
I don't know syncthing at all and how MacOS works even less [1] but I do
know emacs... a little. Could the problem be related to how emacs does
backups? cf. backup-by-copying and make-backup-files
Just throwing things into the mix in case something helps!
Footnotes:
[1] the last App
Hi,
Mandoku looks very nice -- an inspiration.
I don't really know enough about what your users do or how you want to
process the blocks to venture an opinion. On the one hand, for the sake
of simplicity and continuity for your users (to say nothing of
aesthetics), I'd say keep the drawer format
45 matches
Mail list logo