[O] bug#26034: [PATCH] fix typo in error messages

2017-04-16 Thread Teemu Likonen
This trivial fix still hasn't been applied. Can I do it? Christian Garbs [2017-03-08 21:13:57+01] wrote: > --- > lisp/org/ob-C.el | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lisp/org/ob-C.el b/lisp/org/ob-C.el > index 8738824..77cfd53 100644 > --- a/lisp/org/ob-

Re: [O] org back up

2012-10-17 Thread Teemu Likonen
Sanjib Sikder [2012-10-18 00:56:46 +0530] wrote: > I do not find personal crontab file. how do I create it ? crontab -e says > my personal file is not there With "crontab -e" in Debian system. > If I want to run it as root then how do modify the following code as > it is nor working .. You shou

Re: [O] org back up

2012-10-17 Thread Teemu Likonen
Sanjib Sikder [2012-10-18 00:32:00 +0530] wrote: > Even after 26th minute, there is no sign of the code in work. Is it that > $HOME is not allowed and I need to give full path ? Ah, I thought that you'd run it from your personal crontab. So yes, write paths from root's point of view.

Re: [O] org back up

2012-10-17 Thread Teemu Likonen
Sanjib Sikder [2012-10-17 23:55:12 +0530] wrote: > #!/bin/bash > > mkdir -p /home/USERNAME/org/backup && \ > find $HOME -type f -name '*\.org' ! -path "/home/USERNAME/org/backup/*" \ > -exec cp -t /home/USERNAME/org/backup/ \{\} \; How about this: #!/bin/sh target=$HOME/org/backup mkdir -p

Re: [O] Bug: Org column view, property edit bug [7.8.11]

2012-10-17 Thread Teemu Likonen
Nicolas Goaziou [2012-10-16 22:19:40 +0200] wrote: > Teemu Likonen writes: >> Org's column view has "e" key for editing fields such as property >> values. Properties are messed up if user tries to clear the >> property's value with "e". See t

[O] Bug: Org column view, property edit bug [7.8.11]

2012-10-15 Thread Teemu Likonen
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. -