[O] worg access source

2012-02-09 Thread Thomas Alexander Gerds
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

Re: [O] worg access source

2012-02-09 Thread suvayu ali
Hi Thomas, On Thu, Feb 9, 2012 at 11:09, Thomas Alexander Gerds tagt...@sund.ku.dk 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,

[O] Journalling certain BBDB contacts in org

2012-02-09 Thread Richard Riley
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

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-09 Thread suvayu ali
Hi, On Thu, Feb 9, 2012 at 04:12, Haisheng Wu fre...@gmail.com 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. :)

[O] Setting multiple variables for code blocks in one property drawer

2012-02-09 Thread Viktor Rosenfeld
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

[O] issue with babel R evaluate session vs external process

2012-02-09 Thread Thomas Alexander Gerds
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: :

Re: [O] AUCTex within org-babel

2012-02-09 Thread Riccardo Romoli
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 co...@online.de Hi list, On Wed, Feb 08 2012, Riccardo Romoli wrote: thanks a lot

Re: [O] AUCTex within org-babel

2012-02-09 Thread Jonas Hörsch
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 then

[O] Collaborative edition?

2012-02-09 Thread François Pinard
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, each

Re: [O] AUCTex within org-babel

2012-02-09 Thread Riccardo Romoli
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

Re: [O] Changing [X] by something else

2012-02-09 Thread Nicolas Goaziou
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

Re: [O] orgmode and auctex

2012-02-09 Thread Christopher Witte
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

Re: [O] Changing [X] by something else

2012-02-09 Thread François Pinard
Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] save-excursion not saving when I call org-capture-goto-last-stored

2012-02-09 Thread Jon Miller
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 dm...@ictsoc.de wrote: At Sat, 4 Feb 2012 22:01:32 -0500, Jon Miller wrote: I'm

Re: [O] AUCTex within org-babel

2012-02-09 Thread Jonas Hörsch
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 to

Re: [O] Updating the Babel section of Worg

2012-02-09 Thread Thomas S. Dye
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

[O] [PATCH] Fix J in agenda when clock out hook clocks in again

2012-02-09 Thread Bernt Hansen
* 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

[O] Multiple/sticky agenda buffers branch updated

2012-02-09 Thread Max Mikhanosha
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

Re: [O] hidestarsfile: hidestars for file

2012-02-09 Thread Michael Brand
Hi all On Fri, Feb 3, 2012 at 17:43, Michael Brand michael.ch.br...@gmail.com 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

[O] SO question on dynamic arguments

2012-02-09 Thread Ken Williams
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,

[O] Links to Gnus articles don't export correctly

2012-02-09 Thread Jason Dunsmore
Hello, When I export (to HTML) a link to a gnus article, for example: [[gnus:inbox#a1b422bc2355834c81a44135af25e4392cf42...@domain.com][email]] ...it turns into this: gnus:inbox#a1b422bc2355834c81a44135af25e4392cf42...@domain.com How can I make it export like a normal link? It's okay if the

Re: [O] worg access source

2012-02-09 Thread Jason Dunsmore
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

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-09 Thread Eric Abrahamsen
On Thu, Feb 09 2012, suvayu ali wrote: Hi, On Thu, Feb 9, 2012 at 04:12, Haisheng Wu fre...@gmail.com 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

Re: [O] Title gets a 'nil' appended on org-export-subtree to html

2012-02-09 Thread John Hendy
On Wed, Feb 8, 2012 at 12:31 PM, David Maus dm...@ictsoc.de 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 *

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-09 Thread John Hendy
On Wed, Feb 8, 2012 at 4:32 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Niels Giesen niels.gie...@gmail.com 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

Re: [O] worg access source

2012-02-09 Thread Thomas Alexander Gerds
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

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-09 Thread Thomas S. Dye
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 jw.he...@gmail.com writes: On Wed, Feb 8, 2012 at 4:32 PM, Nicolas

Re: [O] orgmode and auctex

2012-02-09 Thread Thomas Alexander Gerds
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

Re: [O] worg access source

2012-02-09 Thread Thomas S. Dye
Thomas Alexander Gerds tagt...@sund.ku.dk 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

Re: [O] orgmode and auctex

2012-02-09 Thread Nick Dokos
Thomas Alexander Gerds tagt...@sund.ku.dk 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

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-09 Thread John Hendy
On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye t...@tsdye.com 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

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-09 Thread Nick Dokos
John Hendy jw.he...@gmail.com wrote: On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye t...@tsdye.com 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

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-09 Thread Thomas S. Dye
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 jw.he...@gmail.com writes: On Thu, Feb 9, 2012 at 1:57 PM,

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-09 Thread Nick Dokos
John Hendy jw.he...@gmail.com wrote: On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye t...@tsdye.com 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

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-09 Thread John Hendy
On Thu, Feb 9, 2012 at 2:29 PM, Nick Dokos nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye t...@tsdye.com wrote: Hi John, I had the same experience.  When I restarted Emacs, it was there. What's more, it appears to work.  I

[O] Pushing *.org.gpg file to MobileOrg without prompting for the password

2012-02-09 Thread Juan Carlos Coruña
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.

Re: [O] [beamer] Code blocks in lists?

2012-02-09 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-09 Thread John Hendy
On Thu, Feb 9, 2012 at 2:29 PM, Nick Dokos nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye t...@tsdye.com wrote: Hi John, I had the same experience.  When I restarted Emacs, it was there. What's more, it appears to work.  I

Re: [O] AUCTex within org-babel

2012-02-09 Thread Riccardo Romoli
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

[O] bug / regression: C-x C-s is broken in org-edit-special

2012-02-09 Thread Leo Alekseyev
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

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-09 Thread Thomas S. Dye
John Hendy jw.he...@gmail.com writes: On Thu, Feb 9, 2012 at 2:29 PM, Nick Dokos nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: On Thu, Feb 9, 2012 at 1:57 PM, Thomas S. Dye t...@tsdye.com wrote: Hi John, I had the same experience.  When I restarted Emacs, it was

Re: [O] Unicode (hindi/devnagari) in beamer export

2012-02-09 Thread Vikas Rawal
# 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 while