scussion I saw of it was
https://lists.gnu.org/archive/html/emacs-orgmode/2014-06/msg00028.html
In any case, could you (Achim Gratz) please share with us the final
patch that you and Nicolas Goaziou agreed upon?
Thanks,
--
Omid
GPG: 0x371DC12B (see https://u.fsf.org/yw)
em than streamline a hack.
I have checked the .tex file generated by Org mode. It does have the
following necessary lines exported in it:
\bibliographystyle{plain}
\bibliography{org-bib-test-refs}
-Omid
dflatex, possibly twice.
>
> This can be done by first exporting to LaTeX and then compiling manually.
>
> I think you can also adjust the variable `org-latex-to-pdf-process' in
> order to include a bibtex command (not tested yet) in the org pdf export
> procedure.
>
> G
tion doesn't much have to do with Org. I could probably
use only one invocation of "texi2dvi --pdf --clean --verbose --batch %f"
and treat the PDF as a draft and then every once in while do a full
compilation.
Do you, or anyone else, have any comments or any other suggestions for
speedi
I see the following strange behavior from Org-CDLaTeX (OCDL).
Outside a * heading it works. Inside a * heading (or anything under that)
it does NOT work. What can be causing this?
Here is a minimal example:
# Org CDLaTeX (OCDL) works here (at least does not issue an error)
\[
x^2
\]
* heading
*
Thanks. I confirm that this in fact solves the problem.
On Mon, May 20, 2013 at 3:57 AM, Longmin WANG wrote:
>
>
> On Mon, May 20, 2013 at 11:14 AM, Omid wrote:
>
>> I see the following strange behavior from Org-CDLaTeX (OCDL).
>>
>> Outside a * heading it
- This does NOT export correctly (code block is not detected)
#+BEGIN_SRC sh
ls
#+END_SRC
Is there any way around this behavior without removing the indentation
for the code block delimiters?
Thanks,
--
Omid
Sent from my Emacs
Thank you for your quick reply, Thorsten.
Yes, as I mentioned, and as you noticed, the HTML export does not seem
to work correctly for the last case. The #BEGIN_SRC and #END_SRC
delimiters are exported literally.
--
Omid
Sent from my Emacs
On 10/15/2013 10:53 PM, Thorsten Jolitz wrote:
>
&
8.3.4 (8.3.4-60-g19cf68-elpa)
GNU Emacs 24.5.1
Thanks,
--
Omid
Right now, it only installs to the first location.
On 06/07/2016 12:13 PM, Omid wrote:
> Hello,
>
> Is there a way to have #+ORGTBL: SEND install converted table to MORE
> than 1 receiver location? Specifically, in LaTeX I have
>
> \begin{comment}
> #+ORGTBL: SEND r_hf-vec
Hello,
I'm just resending this question because I haven't received any
answers/ideas in a week. I also asked it in
https://emacs.stackexchange.com/questions/23836/how-to-have-org-mode-radio-table-install-converted-table-to-more-than-one-receiv,
with no answers so far.
Thanks,
Omid
Thank you.
Omid
On 06/17/2016 04:26 AM, Nicolas Goaziou wrote:
> Hello,
>
> Omid writes:
>
>> I'm just resending this question because I haven't received any
>> answers/ideas in a week. I also asked it in
>> https://emacs.stackexchange.com/question
GTBL Ah-advection
1-$\mu$ & & & & \\
$\mu$ & 1-$\mu$ & & & \\
& \ddots & \ddots & & \\
& & $\mu$ & 1-$\mu$ & \\
& & & $\mu$ & 1-$\mu$ \\
% END RECEIVE ORGTBL Ah-advection
\end{bmatrix}
\end{equation}
How can I tell the table translator not to wrap Greeks in $$?
Thanks,
--
Omid
Thank you, Will.
Your workaround solves the problem. And when 8.3 goes to MELPA stable,
we can use ":raw t" that was suggested by Nicolas Goaziou.)
Omid
On 04/04/2015 01:42 AM, William Henney wrote:
> Hi Omid
>
> It looks like orgtbl-to-latex is calling org-export-string-as o
%s. [R]emove from list or [A]bort?"
(abbreviate-file-name file))
(let ((r (downcase (read-char-exclusive
(cond
((equal r ?r)
(org-remove-file file)
(throw 'nextfile t))
(t (user-error "Abort"))
How can I solve this problem?
Thanks,
Omid
with Emacs 24.5.1.
--
Omid
On 08/15/2015 03:28 AM, Kyle Meyer wrote:
> Omid writes:
>
>> Hello,
>>
>> In Emacs 24.5.1, after updating to the latest Org mode in ELPA
>> (8.3.1-16-gf6aa53-elpa), org-publish results in the error
>>
>> "org-check-agenda-
very very very very very very very very very very very
! very v comment line.
print *, "Hello, World!"
end program main
#+END_SRC
Please note that these edits are done in the Org mode buffer directly.
If I switch to the native language mode using C-c ' things work as
expected.
Thanks,
Omid
comment that was impossible to undo (at least to the best
of my knowledge) and I had to either revert the change if I had the
file under version control, go to an auto backup file, or painfully and
manually separate the code and comments to get back the original code
block.
Omid
On 02/05/20
know Emacs is
self-documenting and Org mode has a very comprehensive set of
functions and documentation. Looking in the usual places (C-u M-x
apropos, C-h v) did not lead me to an answer.
Thanks,
Omid
Sent from my Emacs
quot;. The only way I see around my problem is to define
an external publishing-function in org-publish-project-alist (maybe
a makefile) and do the necessary post processing there. Any better
suggestion is greatly appreciated.
Thanks,
Omid
Sent from my Emacs
On 05/25/2014 10:1
I think I found the answer to my second question: in
org-publish-project-alist, there is the property completion-function
that can be set to a (list of) functions to do some post processing.
My first question still stands, though.
Omid
Sent from my Emacs
On 05/26/2014 12:08 AM, Omid wrote
Eric,
Thanks a lot for the pointer to the "Filter System." I was not aware
of it and, as you pointed out, the
org-export-filter-final-output-functions variable will help me achieve
what I was looking for.
Cheers,
Omid
Sent from my Emacs
On 05/26/2014 01:11 AM, Eric Abrahamsen wro
html would change the Org file, and makes a mess
since my Org file is under git version control.
Thanks,
--
Omid
Sent from my Emacs
Hello Nick,
Thanks for your reply. But no, src html results in the included HTML
being processed by Org and wrapped in , just
like if the contents of myfile.html were put in
#+BEGIN_SRC html
#+END_SRC
Omid
Sent from my Emacs
On 06/01/2014 12:42 AM, Nick Dokos wrote:
> Omid wri
Here is a minimal example, in case someone wants to try
myfile.html:
Hello, World!
orgincludehtml.org:
* Test
#+INCLUDE: "./myfile.html" html
I am using Org-mode version 8.2.6 (from ELPA) and GNU Emacs 24.3.1.
Omid
Sent from my Emacs
On 06/01/2014 12:42 AM, Nick Dokos wro
Hello Steven,
LaTeX .sty files are special. They are not meant to be included in a
.tex file. See
https://tex.stackexchange.com/questions/91167/why-use-sty-files for
more information.
Omid
Sent from my Emacs
On 06/01/2014 02:57 AM, Steven Arntson wrote:
> I've been learning to export
oesn't break things or lead to unexpected behavior. This
functionality will be an extension of C's #include (the extension
being the addition of delimiters around the included content if the
user asks that) and in that sense I think it would be most
appropriate.
>
> Regards,
> Achim.
>
Regards,
Omid
Sent from my Emacs
Hi Shiyuan,
Add
(setq org-src-fontify-natively t)
to your .emacs.
Omid
Sent from my Emacs
On 06/01/2014 06:13 PM, Shiyuan wrote:
> Hi,
> I am using Emacs 24.3 with the built-in org mode(7.9.3). The src
> code block is not fontified (Emacs is started with -Q option)
> #+BEG
One way is to use the package htmlize, which you can install from ELPA
using M-x package-install RET htmlize
http://www.emacswiki.org/emacs/Htmlize
Omid
Sent from my Emacs
On 06/01/2014 06:40 PM, Shiyuan wrote:
> That solves the problem. Thanks Omid.
> Should this be the default set
Hello,
For your second question, please see Easy Templates as one solution:
http://orgmode.org/manual/Easy-Templates.html
Omid
Sent from my Emacs
On 06/01/2014 10:48 PM, Lawrence Bottorff wrote:
> I'm just starting out with babel and can't get the example code to run
> (http://
And searching with the keywords from the error you're getting, your
first problem is solved by installing gnuplot.el (to drive gnuplot
inside Emacs):
https://lists.gnu.org/archive/html/emacs-orgmode/2013-07/msg00563.html
Omid
Sent from my Emacs
On 06/01/2014 10:48 PM, Lawrence Bottorff
and emacs, but I would find it useful to be able
>> to compare tables and making changes easily without scrolling too
>> much.
>>
>> Someone on #emacs pointed me towards clone-indirect-buffer, which
>> works for my purposes, but I figured I'd ask here and ask all you
>> experts if this idea is reasonable or crazy-pants.
>
> 1+ for crazy-pants
>
--
Omid
Sent from my Emacs
Then I misunderstood you. I thought you wanted to create tables side
by sides. This of course allows you to look at different parts of your
buffer side by side, with the additional features I mentioned.
On 06/05/2014 03:54 PM, Aldric Giacomoni wrote:
> Omid: The idea is C-x 3, clone-indir
x.net/packages/";)
("marmalade" . "http://marmalade-repo.org/packages/";)))
(package-initialize)
Be aware that MELPA packages may not be as stable as others
Omid
Sent from my Emacs
On 06/06/2014 01:51 AM, Shiyuan wrote:
> What ELPA repos you are using? Could
lem is that export command C-c C-e no longer works and
> generates error: Symbol's function definition is void: org-defvaralias.
> Is there any step I missed? Thanks.
>
> Shiyuan
>
>
>
--
Omid
Sent from my Emacs
GPG: 0x371DC12B (see https://u.fsf.org/yw)
35 matches
Mail list logo