Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-03 Thread Roland Everaert
Hi John, I am using Bernt's configuration (at least a part of it) for years without problems until I switch to org 8. I hame commented most of my init.el file and uncomment bits of configuration lines one at a time. and I have found where is located the problem. I have know to investigate why it

Re: [O] little elisp help?

2014-07-03 Thread Nick Dokos
tom writes: > this > > (setq org-link-abbrev-alist > '(("foo" . "file:/path/to/%s.txt"))) > > allow me to do this > > [[foo:file to open]] > > but it creates a file with spaces in the name.  so I'd like to replace "%s" > with "%(myfun)". > > with your example, how can I get "foo bar  loo" from >

Re: [O] still seeing semi-regular lockups

2014-07-03 Thread York Zhao
> I'm now using commit "126e2bc", this morning I did experience some funny > things which I had never experienced before. Unfortunately I let them go. I > will keep an eye on the new problems. I'm now using commit "fdc673d". The problem I experienced 2 days ago happened again. The direct operation

Re: [O] still seeing semi-regular lockups

2014-07-03 Thread York Zhao
> I'm now using commit "fdc673d". The problem I experienced 2 days ago happened > again. The direct operations I did was that I programmatically deleted a few > table line in one table and inserted them in another table which is in the > subtree immediately following the current table. But I ended

Re: [O] unwelcome tmp and ltxpng directories in my home

2014-07-03 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Hello, > > My O.S. is Debian GNU/Linux  testing version.  My desktop is mainly xfce (or > openbox). > > In Gnus when I create png image via M-x org-preview-latex-fragment and after > having M-x org-mime-htmlize  the png image is > created in  /home/joseph/ltxpng di

Re: [O] Installing from git

2014-07-03 Thread Achim Gratz
Jorge A. Alfaro-Murillo writes: > Why? emacs/lisp points to org-mode/lisp, if I update org it updates in > its org-mode repo, what can I break? All the derivative files that were lifted out of this directory into other places, like cus-load and loaddefs. Again, Emacs doesn't treat any of its buil

Re: [O] Installing from git

2014-07-03 Thread Achim Gratz
Vicente Vera writes: > - M-x info shows the updated info manual which now resides in > /usr/local/share/info (I think it replaced the built-in manual?). That depends on where your system installation put it originally. But even if it was originally installed someplace else, it would now find the

Re: [O] Force new page on exporting

2014-07-03 Thread York Zhao
Thought I should post an update to fix a regexp problem, hopfully somebody else will find it useful. (defun yz/org-export-headline-on-new-page (contents backend info) "Export headlines with tag `newpage' on new pages." (when (org-export-derived-backend-p backend 'latex) (with-temp-buffer

Re: [O] unwelcome tmp and ltxpng directories in my home

2014-07-03 Thread Joseph Vidal-Rosset
Thank you Nick for this helpful email. The good news is that I have succeeded to get the png image in /tmp/ltxpng/ directory. The bad news is that my gnus persist in saying to me that there is no /tmp/ltxpng/image.png ... here is the message : Loading reftex...done Loading reftex...done Creatin

Re: [O] little elisp help?

2014-07-03 Thread tom
Nick, that did the trick. Thanks very much everybody. On Thu, Jul 3, 2014 at 7:44 AM, Nick Dokos wrote: > tom writes: > > > this > > > > (setq org-link-abbrev-alist > > '(("foo" . "file:/path/to/%s.txt"))) > > > > allow me to do this > > > > [[foo:file to open]] > > > > but it creates a file w

[O] bug: isearch puts ellipses at top of window

2014-07-03 Thread Samuel Wales
in maint, isearch very often puts ... at the top of the window. is this related to recent ellipsis bugs? thanks. samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get it. Denmark: free Karina Hansen

[O] ob-lilypond: referencing named src_block not working

2014-07-03 Thread Thorsten Jolitz
Hi List, I try to include a (lilypond) src_block using header-arg :var, but it does not work: , | #+name: common | #+begin_src lilypond :exports none :file common.eps | \version "2.18.2" | \paper{ | oddFooterMarkup = \markup {} | } | #+end_src | | #+name: score | #+begin_src lily

[O] Generating indexes

2014-07-03 Thread John Tait
Hi Is is possible to produce an index using lines beginning with #+INDEX in usual HTML or PDF export without setting up a publishing project? Thanks, John

Re: [O] MobileOrg

2014-07-03 Thread Aric Gregson
That's what I was looking for. Didn't realize I could do that... Thanks, Aric -- ~O /\_, ###-\ |_ (*) / (*)

[O] Calc in src blocks: No org-babel-execute function for calc!

2014-07-03 Thread Julien Cubizolles
How do I enable calc as a valid source block? The following code #+BEGIN_SRC calc 2 + 3 #+END_SRC gives the error in the title. Julien.