emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* latex export of #+header: lines
@ 2012-01-17  8:31 Andreas Leha
  2012-01-17  8:59 ` Sebastien Vauban
  0 siblings, 1 reply; 9+ messages in thread
From: Andreas Leha @ 2012-01-17  8:31 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

I am experiencing a problem with the latex exporter:  #+header: lines
are visible in the exported file.

Example:

/==================================================\
* test header tag                                 
  #+caption: foo                                  
  #+label: fig:fig1                               
  #+name: foo                                     
  #+header: :file foo.png                         
  #+header: :width 3600 :height 3600 :res 600     
  #+begin_src R :exports results :results graphics
    plot(1:10, 1:10)                              
  #+end_src                                       
\==================================================/

Results (LaTeX):

/=================================================\
\section{test header tag}                        
\label{sec-1}                                    
    \#+header: :file foo.png                     
  \#+header: :width 3600 :height 3600 :res 600   
    \begin{figure}[htb]                          
    \centering                                   
    \includegraphics[width=.9\linewidth]{foo.png}
    \caption{\label{fig:fig1}foo}                
    \end{figure}                                 
\=================================================/

The header arguments seem to take their effect, though.

Regards,
Andreas

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-01-24 15:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-17  8:31 latex export of #+header: lines Andreas Leha
2012-01-17  8:59 ` Sebastien Vauban
2012-01-17 11:27   ` Andreas Leha
2012-01-17 11:30     ` Andreas Leha
2012-01-17 12:51       ` Sebastien Vauban
2012-01-17 12:52       ` Eric S Fraga
2012-01-19 20:09       ` Jambunathan K
2012-01-21  0:19         ` Andreas Leha
2012-01-24 15:01         ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).