Re: [O] inserting a path string fires the italic formatting

2013-02-06 Thread Olaf Meeuwissen
> - check ~/usr/bin/chmod~ > - check ~/usr/bin/bla~ Looks like Emacs backup files somewhere in a user's home directory ;-) -- Olaf Meeuwissen, LPIC-2 FLOSS Engineer -- AVASYS CORPORATION FSF Associate Member #1962 Help support software freedom http://www.fsf.org/jf?referrer=1962

Re: [O] Language for agenda

2012-09-27 Thread Olaf Meeuwissen
obre" "novembre" "dicembre"]) (setq-default system-time-locale "it") or similar ought to do the trick as well. As would starting emacs with your locale set to Italian. Something like LANG=it_IT.UTF8 emacs Hope this helps -- Olaf Meeuwissen, LPIC-2 FLOSS Engineer -- AVASYS CORPORATION FSF Associate Member #1962 Help support software freedom http://www.fsf.org/jf?referrer=1962

Re: [O] Emacs23 on Ubuntu recognizes 'remember', not 'capture'

2012-08-01 Thread Olaf Meeuwissen
Achim Gratz writes: > Olaf Meeuwissen writes: >> Or install Ubuntu's separately packaged org-mode package. The emacs23 >> package on Ubuntu and Debian ships with the bundled org-mode version >> (6.33, IIRC). The org-mode package is significantly newer, 7.x. The >&

Re: [O] Emacs23 on Ubuntu recognizes 'remember', not 'capture'

2012-07-31 Thread Olaf Meeuwissen
y-list. > It contains a more recent Org (> 7.8), which lets you use `org-capture' > everywhere. The org-mode package supports org-capture just fine. Hope this helps, -- Olaf Meeuwissen, LPIC-2 FLOSS Engineer -- AVASYS CORPORATION FSF Associate Member #1962

Re: [O] Problem with exporting TAB key

2012-04-04 Thread Olaf Meeuwissen
ple: for first line I use =C-q >>> C-I=, for second line I use =C-q TAB=, but in tangled file and in >>> exported HTML document it is NOT a TAB just spaces. Just a thought but can't you use "\t"? -- Olaf Meeuwissen, LPIC-2 FLOSS Engineer -- AVASYS CORPORATION FSF Associate Member #1962 Help support software freedom http://www.fsf.org/jf?referrer=1962

Re: [O] Temp files from testing are permanent...

2012-02-19 Thread Olaf Meeuwissen
have their own sub-directory. Whatever the organisation, there > should be a single directory which, if recursively removed, gets rid of > all files created by the test run. See above. Hope this helps, -- Olaf Meeuwissen, LPIC-2 FLOSS Engineer -- AVASYS CORPORATION FSF Asso

Re: [O] Temp files from testing are permanent...

2012-02-15 Thread Olaf Meeuwissen
Achim Gratz writes: > Olaf Meeuwissen writes: >> If running `make check` (or similar) creates these files, `make clean` >> (or similar) should clean them up. > > I was asking that question to decide whether I do need to extend my > Makefile fork to handle the cleanup o

Re: [O] Temp files from testing are permanent...

2012-02-14 Thread Olaf Meeuwissen
batch -u myself -L lisp/ \ > --eval '(defconst org-release "7.8.03-Test")' \ > -l testing/org-test.el \ > -eval "(setq org-confirm-babel-evaluate nil)" \ > -f org-test-run-batch-tests Hope this helps, -- Olaf Meeuwissen, LPIC-2 FLOSS Engineer -- AVASYS

Re: [O] Problem compiling C++ in Org-mode

2011-11-18 Thread Olaf Meeuwissen
Michael Hannon writes: > Olaf Meeuwissen wrote: > >>  Michael Hannon writes: > >>> Greetings.  I'm having a problem compiling a C++ source-code block in >>> Org-mode.  The same C++ code compiles and runs in the shell. >>> >>> The

Re: [O] Problem compiling C++ in Org-mode

2011-11-17 Thread Olaf Meeuwissen
rectory the org file is in. If you have all your org files in ~/org, you could try "g++ -std=c++0x -I~/org". Hope this helps, -- Olaf Meeuwissen, LPIC-2 FLOSS Engineer -- AVASYS CORPORATION FSF Associate Member #1962 Help support software freedom http://www.fsf.org/jf?referrer=1962

Re: [O] Suddenly, my timestamps get localized!

2011-10-25 Thread Olaf Meeuwissen
gt; > Now, the question is: why did it change on your machine? New Emacs, new Cygwin > (if on Windows)? See discussion > http://cygwin.com/ml/cygwin/2011-09/msg6.html on Cygwin (though I don't > know what to understand from it...). Or updated localisation catalogs. I've also p

Re: [O] why was makefile changed to produce this?

2011-10-18 Thread Olaf Meeuwissen
hat request to dpkg-query. > [...] > > $ goo > The program 'goo' is currently not installed. To run 'goo' please ask your > administrator to install the package 'goo' In which case `apt-cache show goo` may be of help. Hope this helps, -- Olaf Meeuwi

Re: [O] why was makefile changed to produce this?

2011-10-18 Thread Olaf Meeuwissen
round and find necessary packages with zegrep bin/makeinfo Contents-$arch.gz There is (was?) a package that would make package suggestions if a command isn't found but I can't recall its name. # Somewhat annoying when you make a typo but ... Hope this helps, -- Olaf Meeuwissen, LPIC-2

[O] Storing log notes at capture (was Re: feature request for org-store-log-note)

2011-10-04 Thread Olaf Meeuwissen
from \"\" %U :END: %a %i" I thought that org-treat-insert-todo-heading-as-state-change would be able to create the drawer for me but no such luck. Duh, capturing is not a state change now is it. Anyway, is there a smarter way to log creation at capture? Thanks in ad