>
> # font for pdf export as article
> #+LATEX_HEADER: \setmainfont{Linux Libertine}
>
> Make sure you choose something which supports devanagari.
Unfortunately, I do not like the latin characters of all the fonts I
have with devanagari characters. Most of them have san-serif latin
characters w
What mentioned in the thread is really helpful.
The only difference is I need figure out proper font for Chinese.
I use command `fc-list` (ubuntu) to figure it out.
PS: Not sure how to figure out such easily in Windows.
Thanks a lot!
-Haisheng
On Thu, Feb 9, 2012 at 8:25 PM, suvayu ali wrote:
John Hendy writes:
> On Thu, Feb 9, 2012 at 2:29 PM, Nick Dokos wrote:
>> John Hendy wrote:
>>
>>> On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye wrote:
>>> > Hi John,
>>> >
>>> > I had the same experience. When I restarted Emacs, it was there.
>>> > What's more, it appears to work. I haven't
Previously, C-x C-s in an org-edit-special buffer (invoked via C-')
would save the underlying org buffer (provided (setq
org-src-window-setup (quote current-window)) was set; it was buggy
with other settings, see
http://thread.gmane.org/gmane.emacs.orgmode/50979 for discussion).
Currently, C-x C-s
Thanks Jonas!!
I do not understand why the code works only if I use:
#+begin_latex
#+end-latex
instead of :
#+begin_src latex :exports results :results latex
#+end_src
mind that you could also use org constructs, for instance
>
> #+CAPTION: Figure example
> #+LABEL: fig:foo
> [[foo.j
On Thu, Feb 9, 2012 at 2:29 PM, Nick Dokos wrote:
> John Hendy wrote:
>
>> On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye wrote:
>> > Hi John,
>> >
>> > I had the same experience. When I restarted Emacs, it was there.
>> > What's more, it appears to work. I haven't had time to explore
>> > thor
Hello,
"Sebastien Vauban"
writes:
> Nicolas Goaziou wrote:
>> I can't reproduce any list break ...
>
> Does that mean that you consider the following as normal?
No, it just means that I cannot reproduce it, notwithstanding how
abnormal your LaTeX output is.
> IIUC, every code block, inside
Hi,
I'm trying to use a gpg encrypted file with MobileOrg, but whenever I
org-mobile-push emacs asks for the password to decrypt the gpg file. Maybe
it needs to inspect the file for building agendas.org, but in this case the
gpg file is my password safe and it does nothing to do with the agenda.
On Thu, Feb 9, 2012 at 2:29 PM, Nick Dokos wrote:
> John Hendy wrote:
>
>> On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye wrote:
>> > Hi John,
>> >
>> > I had the same experience. When I restarted Emacs, it was there.
>> > What's more, it appears to work. I haven't had time to explore
>> > thor
John Hendy wrote:
> On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye wrote:
> > Hi John,
> >
> > I had the same experience. When I restarted Emacs, it was there.
> > What's more, it appears to work. I haven't had time to explore
> > thoroughly but the initial test worked out of the box.
>
> I've
Sorry John,
I think the important step is (require 'org-e-latex). When I checked
just now I couldn't see org-e-latex-booktables, but when I went back to
my initialization code and ran it, the variable was visible.
hth,
Tom
John Hendy writes:
> On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye wr
John Hendy wrote:
> On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye wrote:
> > Hi John,
> >
> > I had the same experience. When I restarted Emacs, it was there.
> > What's more, it appears to work. I haven't had time to explore
> > thoroughly but the initial test worked out of the box.
>
> I've
On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye wrote:
> Hi John,
>
> I had the same experience. When I restarted Emacs, it was there.
> What's more, it appears to work. I haven't had time to explore
> thoroughly but the initial test worked out of the box.
I've restarted... still nothing.
,---
|
Thomas Alexander Gerds wrote:
>
> Hi Chris,
>
> maybe I cannot follow exactly what you are trying to do, but when I
> start emacs -q and evaluate (setq-default TeX-master nil) and then open
> a new file test.tex, then I get the same prompt "Master file:".
>
I think Chris means that he gets th
Thomas Alexander Gerds writes:
> excellent. so, why not put a link to the org page in the footer of each
> worg page? there is already a canonical place:
> ,
> |
> | Documentation from the http://orgmode.org/worg/ website (either in its
> | HTML format or in its [[xxx.org.html][Org format]])
Hi Chris,
maybe I cannot follow exactly what you are trying to do, but when I
start emacs -q and evaluate (setq-default TeX-master nil) and then open
a new file test.tex, then I get the same prompt "Master file:".
so maybe, if you do not want to get prompted, you could try setting
(setq-default
Hi John,
I had the same experience. When I restarted Emacs, it was there.
What's more, it appears to work. I haven't had time to explore
thoroughly but the initial test worked out of the box.
All the best,
Tom
John Hendy writes:
> On Wed, Feb 8, 2012 at 4:32 PM, Nicolas Goaziou wrote:
>> He
excellent. so, why not put a link to the org page in the footer of each
worg page? there is already a canonical place:
,
|
| Documentation from the http://orgmode.org/worg/ website (either in its
| HTML format or in its [[xxx.org.html][Org format]])
`
cheers
tomy
Jason Dunsmore writes:
On Wed, Feb 8, 2012 at 4:32 PM, Nicolas Goaziou wrote:
> Hello,
>
> Niels Giesen writes:
>
>> I say: go for it!
>
> Booktabs are available in e-latex backend, through "booktabs=yes"
> attribute or org-e-latex-tables-booktabs variable.
>
This is currently implemented? I just did a pull and don't
On Wed, Feb 8, 2012 at 12:31 PM, David Maus wrote:
> Hi John,
>
> At Tue, 7 Feb 2012 12:46:30 -0600,
> John Hendy wrote:
>>
>> I got some weird behavior on a file, so I recreated a smaller example
>> and can reproduce it. Here it is:
>>
>> --
>>
>> #+options: <:t num:t tasks:nil tags:t
>>
On Thu, Feb 09 2012, suvayu ali wrote:
> Hi,
>
> On Thu, Feb 9, 2012 at 04:12, Haisheng Wu wrote:
>> As you would see, the `CJK` is nested in the `document`,
>> therefore, title which is in Chinese as well can not display correctly.
>> Any ideas?
>
> Well, when it comes to utf8 export, I always r
On Thu, Feb 09 2012, Thomas Alexander Gerds wrote:
> in worg it would be great if (as in emacs muse) there was a link to the
> underlying .org file which was used to generate the page. my naiive
> attempt to catch a glimpse of the source of
>
> http://orgmode.org/worg/org-contrib/babel/languages/o
Hello,
When I export (to HTML) a link to a gnus article, for example:
[[gnus:inbox#a1b422bc2355834c81a44135af25e4392cf42...@domain.com][email]]
...it turns into this:
How can I make it export like a normal link? It's okay if the link is
broken. I just don't want it exporting a long string.
I asked this question on Stack Overflow today, I wonder if someone might know
the answer here:
http://stackoverflow.com/questions/9215216/computing-argument-values-dynamically
It's about computing arguments to a "#+begin_src R" block based on previous R
results.
Thanks.
--
Ken Williams, Se
Hi all
On Fri, Feb 3, 2012 at 17:43, Michael Brand wrote:
> I am still uncertain about if this could be made Org-mode-specific to
> cover more use cases: When switching between Org mode and another
> major mode like Fundamental mode [...]
Now I see that for testing how a hidestarsfile looks like
In case anyone is trying out g...@github.com:7max/org-mode.git sticky
agendas functionality, I pushed some bug fixes.
M-x org-toggle-sticky-agenda now works correctly when its turned on
when agenda buffer already exists.
When refreshing agenda buffers, prefix format was being pickup up from
the l
* org-clock.el (org-clock-out): Do not delete the current clocking task
when org-clock-out-hook clocks in another task
My clock out hook keeps the clock running by automatically clocking in
a new task (the parent task, or the default task). This sets a new
clocking task which was then clobbered a
Hi Eric,
I pushed a draft of the revised LaTeX language section to Worg
(http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html).
Please take a look and edit as necessary. Too often I understand
these things partially!
If Andreas Leha is reading this it would be good to take a lo
On Thu, Feb 09 2012, Riccardo Romoli wrote:
> I have a further question: how can I export a code like this:
>
> #+begin_src latex
> \begin{figure}
> \centering
> \includegraphics[width=1\textwidth]{foo.jpg}
> \caption{Figure example}
> \label{fig:foo}
> \end{figure}
> #+end_src
Awesome, thanks. That worked for me.
Now to add my conditional logic for which parent headings I want
this behavior to apply to and I'm done.
Thanks again,
Jon Miller
On Thu, Feb 9, 2012 at 1:28 AM, David Maus wrote:
> At Sat, 4 Feb 2012 22:01:32 -0500,
> Jon Miller wrote:
>>
>> I'm currently
Nicolas Goaziou writes:
> It may be a bit ugly at times, but don't we all feel at home with
> plain text?
We surely do. Yet, now that we all swim within Unicode -- aren't we?
:-) --, ASCII feels a bit constricted.
François
OK so using the setq-default inside a hook is probably not a good idea.
But I can reliably reproduce this problem, I'm surprised you couldn't. If
I start emacs using emacs -Q and open an org file everything is fine. If I
then evaluate this
(setq-default TeX-master nil)
(defun org-mode-reftex-se
Hello,
pin...@iro.umontreal.ca (François Pinard) writes:
> I notice in org.el that [X] is hard-wired, while I would have liked the
> possibility of changing it by [✓] in my things, which I find both softer
> and cleaner. Could these ([ ], [-] and [X]) be turned into variables?
> The difficulty m
I have a further question: how can I export a code like this:
#+begin_src latex
\begin{figure}
\centering
\includegraphics[width=1\textwidth]{foo.jpg}
\caption{Figure example}
\label{fig:foo}
\end{figure}
#+end_src
to LaTeX to obtain a "working" figure code??
Best
Riccardo
2
Hi, Org friends.
Let me send this message in "chat mode", nothing important in here! :-)
Before Org mode, I was using a mix of Tomboy and Workflowy. Tomboy is a
note taking application, which I used under GNOME, and Workflowy.com is
an outlining Web service. I used and liked both intensely, eac
hi riccardo,
On Thu, Feb 09 2012, Riccardo Romoli wrote:
> if you enter in the AUCTeX buffer (C-c') and than you use the AUCTeX C-c
> C-e, you can choose the environment you need in the emacs minibuffer such
> as in LaTeX.
yes, indeed. and my claim was, that the completion facility of AUCTeX
the
Hi, Jonas
if you enter in the AUCTeX buffer (C-c') and than you use the AUCTeX C-c
C-e, you can choose the environment you need in the emacs minibuffer such
as in LaTeX.
Best
Riccardo
2012/2/8 Jonas Hörsch
> Hi list,
>
> On Wed, Feb 08 2012, Riccardo Romoli wrote:
>
> > thanks a lot for your an
still a beginner, and maybe therefore, in my setup (release is: 7.8.03,
emacs 23.2.1) the following occurs
-org.snip---
* here it works: org-ctrl-c-ctrl-c and export
#+begin_src R :results output :exports results
foo=matrix(1:2)
foo
#+end_src
#+RESULTS:
:
Hi,
after following the discussion about the new BABEL syntax I was under
the impression that the following should work to set two variables in
one PROPERTIES drawer:
:PROPERTIES:
:var: foo=1
:var+: bar=2
:END:
However, the definition of bar is ignored. It turns out that there can
only be one :v
Hi,
On Thu, Feb 9, 2012 at 04:12, Haisheng Wu wrote:
> As you would see, the `CJK` is nested in the `document`,
> therefore, title which is in Chinese as well can not display correctly.
> Any ideas?
Well, when it comes to utf8 export, I always recommend xelatex or
lualatex. :) Recently there was
Does anyone have something which potentially auto creates a journal
entry with an org link back to sent items in gnus for certain email
addresses which, present in bbdb, are somehow tagged in bbdb as
needing journalling? Failing that some method to query sent items
directly and auto insert journal
Hi Thomas,
On Thu, Feb 9, 2012 at 11:09, Thomas Alexander Gerds wrote:
> in worg it would be great if (as in emacs muse) there was a link to the
> underlying .org file which was used to generate the page. my naiive
> attempt to catch a glimpse of the source of
Two ways,
http://orgmode.org/worg/
in worg it would be great if (as in emacs muse) there was a link to the
underlying .org file which was used to generate the page. my naiive
attempt to catch a glimpse of the source of
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html
was to browse-url
http://orgmode.org/worg/org
43 matches
Mail list logo