[O] Wrong captialisation from a latex src block

2013-09-26 Thread Dieter Wilhelm, H.
Dear (),

when I'm trying to asign a variable in the following way:

 #+BEGIN_SRC latex  :var Idir = (concat  (org-attach-dir) /PostImage)
   \animategraphics[autoplay,loop,width=10cm]
 {5}{Idir}{716}{728}
 #+END_SRC

I'm getting a wrong capitalisation of Idir:

 #+RESULTS:
 #+BEGIN_LaTeX
 \animategraphics[autoplay,loop,width=10cm]
 {5}{/HOME/Uidg1626/Development/Report/Tz/Haeug0x8g0/PostImage}{716}{728}
 #+END_LaTeX

instead of the following corrected output

# #+RESULTS:
 #+BEGIN_LaTeX
 \animategraphics[autoplay,loop,width=10cm]
 {5}{/HOME/uidg1626/development/report/tz/haeug0x8g0/PostImage}{716}{728}
 #+END_LaTeX

Am I doing something wrong?

Thanks
   Dieter
--
Best wishes

H. Dieter Wilhelm

Darmstadt
Germany



Re: [O] Wrong captialisation from a latex src block

2013-09-26 Thread Dieter Wilhelm, H.
Sorry, I forgot to say that I'm using org-8.2.

2013/9/26 Dieter Wilhelm, H. die...@duenenhof-wilhelm.de:
 Dear (),

 when I'm trying to asign a variable in the following way:

  #+BEGIN_SRC latex  :var Idir = (concat  (org-attach-dir) /PostImage)
\animategraphics[autoplay,loop,width=10cm]
  {5}{Idir}{716}{728}
  #+END_SRC

 I'm getting a wrong capitalisation of Idir:

  #+RESULTS:
  #+BEGIN_LaTeX
  \animategraphics[autoplay,loop,width=10cm]
  {5}{/HOME/Uidg1626/Development/Report/Tz/Haeug0x8g0/PostImage}{716}{728}
  #+END_LaTeX

 instead of the following corrected output

 # #+RESULTS:
  #+BEGIN_LaTeX
  \animategraphics[autoplay,loop,width=10cm]
  {5}{/HOME/uidg1626/development/report/tz/haeug0x8g0/PostImage}{716}{728}
  #+END_LaTeX

 Am I doing something wrong?

 Thanks
Dieter
 --
 Best wishes

 H. Dieter Wilhelm

 Darmstadt
 Germany



[O] Completion of `*' gives wrong number of arguments

2013-08-02 Thread Dieter Wilhelm, H.
Dear (),

is the completion of an asterix `*' broken in the latest org or is it
my configuration?

(I'm sorry I still can't run a pristine Emacs -Q without loading the
old org mode)

Remark: It would be wonderful if the completion of headlines would
also work within C-c C-l...

Have a nice weekend
--
Best wishes

H. Dieter Wilhelm

Darmstadt
Germany



[O] Latex export and missing PDF document properties

2013-07-24 Thread Dieter Wilhelm, H.
Dear (),

the keywords

#+keywords
#+description

appear in PDF properties when query them under acrobat reader either
under windows or linux, but strangely not the following

#+title
#+author

I'm using pdfTeX-1.40.3 and Org mode 8.0.6

Am I missing something?

By the way, the linux version seems to have problems with annotating
and commenting.  The same PDF forbids commenting under Linux (reader
9) and allows them under Windows (reader 11)!?

--
Best wishes

H. Dieter Wilhelm

Darmstadt
Germany



[O] #+header keywords for #+call keyword?

2013-07-24 Thread Dieter Wilhelm, H.
Dear (),

I've got a rather long argument list and it doesn't look good to
supply all the arguments in one line, could somebody please implement
#+header arguments for #+call like in the following example?

#+header: :var NO=(org-entry-get nil Report_Dir)
#+header: :var DIR=(org-attach-dir)
#+call: ProvideReport()[:results silent]

By the way, is it still true that the number of #+header keywords for
code blocks is restricted to 5 #+header lines?  I think this is also
an unnecessary restriction.

Thank you very much

  Dieter
--
Best wishes

H. Dieter Wilhelm

Darmstadt
Germany



[O] inline R source code breaks latex itemize environment

2013-07-19 Thread Dieter Wilhelm, H.
Dear ()

please have a look at the self-contained test case.  I'm using the
latest org-mode...

Thanks in advance


--
Best wishes

H. Dieter Wilhelm

Darmstadt
Germany



[O] Sorry: inline R source code breaks latex itemize environment

2013-07-19 Thread Dieter Wilhelm, H.
Sorry, the previous mail was sent inadvertently without attachments ...

Dear ()

please have a look at the self-contained test case.  I'm using the
latest org-mode...

Thanks in advance

   Dieter


test.org
Description: Binary data


test.pdf
Description: Adobe PDF document


test.tex
Description: TeX document


Re: [O] org-attach-expand-link in latex exports (Emacs-24.3)

2013-04-16 Thread Dieter Wilhelm, H.
2013/4/16 Bastien b...@gnu.org:
 Hi Dieter,

 Dieter Wilhelm, H. die...@duenenhof-wilhelm.de writes:

 I added to org-link-abbrev-alist the list (att .
 org-attach-expand-link) and it works nicely when I'm opening links
 (C-c C-o) to images in the attachment directory.  But when I try to
 export the document org-attach-expand-link is not to working.

 Instead of modifying `org-link-abbrev-alist', you can simply use

 #+LINK: att %(org-attach-expand-link)

Crazy!  Thanks for the information.

 in your buffer.  It will open the correct attachment in links and
 export them correctly.  There was a bug that prevented the correct
 export of abbreviated links of the form %(org-attach-expand-link)
 but I just fixed this bug.

I see, the org-link-abbrev-alist way worked for me since you prodded
me to use 8.0-pre... :-)
---
All the best

   Dieter

 Best,

 --
  Bastien



Re: [O] Bug: New exporter and latex table export with floats in engineering notation [8.0-pre (release_8.0-pre-355-g0480d0 @ /appl/org-mode/lisp/)]

2013-04-10 Thread Dieter Wilhelm, H.
2013/4/10 Nicolas Goaziou n.goaz...@gmail.com:
 Hello,

 Dieter Wilhelm die...@duenenhof-wilhelm.de writes:

 please try to latexport the following table with the latest and greatest

 | 3E5 | 3.2e3 | 3.3E-4|

 and you will still receive this output

 \begin{tabular}{rrr}
 3\,(5)  3.2\,(3)  3.3\,(-4)\\
 \end{tabular}

 which is looking like

 3 (5) 3.2 (3) 3.3 (-4)

 what can I do to receive reals in tables with engineering notation?

 See `org-latex-table-scientific-notation'.

Thanks for the pointer. Amazing, Org is becaming more and more Emacs
like: The learning process never stops. :-)

I had to (require 'org-latex) to see the variable and can now setq or
#+bind: the thing, wonderful.

--
  Dieter

 Regards,

 --
 Nicolas Goaziou




[O] New exporter and latex table export with floats in engineering notation

2013-04-09 Thread Dieter Wilhelm, H.
Hi (),

with 8.0pre I'm currently getting strange results when exporting to
latex a table with the following notations

| -7.8E-2 | \(-7.8e-2\)|

what shall I do? The only thing I manage in this situation is

| -7.8 10^-2 |

but this is unhandy especially when importing floats...
--

Best wishes

H. Dieter Wilhelm

Darmstadt
Germany



Re: [O] TAB cycling doesn't work from end of line

2013-04-09 Thread Dieter Wilhelm, H.
2013/4/9 Bastien b...@gnu.org:
 Hi James,

 James Harkins jamshar...@gmail.com writes:

 ** Example header...
 ^1   ^2  ^3 ^4

 If the point is at locations 1, 2 or 3, TAB will reveal the next level
 of children. (The ^ locations will make sense if you format the e-mail
 using a monospace font. A proportional font will just look
 nonsensical.)

 ** Example header
 *** Child node

 If it's at location 4, TAB cycling does nothing.

 Because with ^1 ^2 ^3 the point is on a headline, while with ^4 it is
 not on a headline, it is after the folded part of the buffer (and you
 usually don't know exactly where it is.)

May I rephrase it:  For this little gain there is too much pain (i.e.
too hard to implement)?
Thanks for the explanation, I can live without it. 8-)
--
  Dieter



[O] org-attach-expand-link in latex exports (Emacs-24.3)

2013-03-12 Thread Dieter Wilhelm, H.
Hello dear list,

I added to org-link-abbrev-alist the list (att .
org-attach-expand-link) and it works nicely when I'm opening links
(C-c C-o) to images in the attachment directory.  But when I try to
export the document org-attach-expand-link is not to working.

I'm using the org-mode code provided with Emacs-24.3.
Where am I wrong or is this functionallity not yet implemented in the
latex exporter?

Best wishes

H. Dieter Wilhelm

Darmstadt
Germany



[O] link abbreviations and the /smb: method

2013-02-01 Thread Dieter Wilhelm, H.
Hi list,

for me the link abbreviation facility for local file names and http
protocol addresses is working like a charm, but I don't get it to run
with TRAMP's /smb method.  What are your experiences, is it not yet
implemented?

Example:

#+LINK: Path /smb:user%domain@server:/path/file

The link

[[Path]]

is not working, but I can access the file with C-c C-o over the
complete /smb specification...

-- 
Best wishes

H. Dieter Wilhelm
Darmstadt
Germany