[O] Best way to let M-/ (dabbrev-expand) work for with code variables in prose via the =code= notation

2013-07-11 Thread Ahmed Fasih
I am enjoying literate programming with org-mode. I'd like to solicit advice on good ways to go about making one of my favorite emacs keycombinations, M-/ (dabbrev-expand), work with literate programming in org-mode. The setup: I have a code block in which a variable name is used. Later, outside t

Re: [O] Equation references for HTML: suggested approaches?

2011-08-10 Thread Ahmed Fasih
re the same. (Also, a secondary drawback: usually I use \eqref so that the output eventual PDF after Latex output will link "(1)" and not just the 1 in "(1)".) Improvements to this method are welcome. Thanks, Ahmed On Wed, Aug 10, 2011 at 8:15 AM, Ahmed Fasih wrote: > Hi,

[O] Equation references for HTML: suggested approaches?

2011-08-10 Thread Ahmed Fasih
Hi, I've been using org-mode very successfully to output Latex, and have used successfully Latex math modes like "equation" to number equations and reference them: \begin{equation} \label{eq-myeq} a = 1 \end{equation} We have defined something in (\ref{eq-myeq}). In HTML output, however, the equ

Re: [Orgmode] HTML export of latex typesetting..

2010-11-21 Thread Ahmed Fasih
Hope this helps. > > Thanks. > > > ___ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > -- Ahmed Fasih

[Orgmode] Figure caption containing math mode not typeset

2010-11-21 Thread Ahmed Fasih
Hello, I have a figure with a caption that contains dollar signs to typeset math mode: #+CAPTION:Approximating ... for $s(y_0) = \exp(j k_y y_0)$. #+LABEL: fig-mylabel #+ATTR_LaTeX: width=0.9\textwidth placement=[t] [[file:figs/myfile.pdf]] When this is converted to PDF via pdfla