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
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
>
> 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
> 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
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
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
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
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
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
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
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
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
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
That's what I was looking for. Didn't realize I could do that...
Thanks, Aric
--
~O
/\_,
###-\ |_
(*) / (*)
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.
15 matches
Mail list logo