Re: [Orgmode] org-add-link-type

2010-12-26 Thread Thomas S. Dye
Hi Christian, Thanks, I've put away my copy of ANSI Common Lisp. The results surprise me. (org-add-link-type "citet" 'ebib (lambda (path desc format) (cond ((eq format 'latex) (if (and desc) (format "\\citet[%s]{%s}" desc path) (format "\\cite

Re: [Orgmode] org-add-link-type

2010-12-26 Thread Christian Moe
Hi, Thomas, Try it with "if" rather than "when". Yours, Christian On 12/27/10 1:29 AM, Thomas S. Dye wrote: Aloha all, Sorry in advance for coming to the list with a beginner type question, but I'm stumped. I'm trying to use the extended link syntax to export citations to LaTeX. If the link

[Orgmode] elisp code takes CPU too much

2010-12-26 Thread ishi soichi
hi. I have wrote an elisp code for org-mode, which puts entries in a table. It is a simple code in my opinion and it does the job I intended. But when executed, the activation of CPU shoots up and it will take a while to complete it. I do not believe that this little code requires such a work-load

[Orgmode] org-googlecl produces error "Wrong type argument: characterp, sgml-xml-mode"

2010-12-26 Thread ishi soichi
hi. I have recently obtained org-googlecl.el, which enables to post from org files directly. https://github.com/rileyrg/org-googlecl/blob/master/org-googlecl.el As mentioned in README file, the authentication is fine. In fact, I can post blogger entries from the command line without problem. But

[Orgmode] org-add-link-type

2010-12-26 Thread Thomas S. Dye
Aloha all, Sorry in advance for coming to the list with a beginner type question, but I'm stumped. I'm trying to use the extended link syntax to export citations to LaTeX. If the link lacks a description, then I don't want the \citep command to have an optional argument. As I understand

Re: [Orgmode] org-mode keybinding conflicts with user keybinding : C-tab

2010-12-26 Thread Michel Briand
Michael Brand - Sun, 26 Dec 2010 22:22:14 +0100 >Hi Michel Briand > >On Sun, Dec 26, 2010 at 17:22, Michel Briand wrote: >> for many years I'm using C-tab bounded to 'other-window. >> >> Org-mode binds this key (control tab), however I would like to keep my >> own binding for this key. >> >> I'

Re: [Orgmode] Mathjax and stmaryrd

2010-12-26 Thread Christian Moe
On 12/26/10 6:52 PM, Stefano Sabatini wrote: Hi, I'm editing an org file, and I need to use stmaryrd package for the embedded mathematics. So I'm setting this: #+LATEX_HEADER: \usepackage{stmaryrd} #+LATEX_HEADER: \usepackage{amsmath} which works just fine for the PDF/LaTeX rendering, but it's

Re: [Orgmode] org-mode keybinding conflicts with user keybinding : C-tab

2010-12-26 Thread Michael Brand
Hi Michel Briand On Sun, Dec 26, 2010 at 17:22, Michel Briand wrote: > for many years I'm using C-tab bounded to 'other-window. > > Org-mode binds this key (control tab), however I would like to keep my > own binding for this key. > > I've investigated in "Org Disputed Keys", enabling > org-repla

Re: [Orgmode] shrinking contents on one slide in beamer export

2010-12-26 Thread Suvayu Ali
On Sunday 26 December 2010 10:09 AM, Neil Hepburn wrote: Greetings, I am trying to produce a Beamer slide presentation from org-mode. I have a slide that has some output from R in a src_block. The problem is that the material that I want to present (coefficients from a regression) is just a bit

[Orgmode] shrinking contents on one slide in beamer export

2010-12-26 Thread Neil Hepburn
Greetings, I am trying to produce a Beamer slide presentation from org-mode. I have a slide that has some output from R in a src_block. The problem is that the material that I want to present (coefficients from a regression) is just a bit too wide for the page. If I were writing this in native L

[Orgmode] Mathjax and stmaryrd

2010-12-26 Thread Stefano Sabatini
Hi, I'm editing an org file, and I need to use stmaryrd package for the embedded mathematics. So I'm setting this: #+LATEX_HEADER: \usepackage{stmaryrd} #+LATEX_HEADER: \usepackage{amsmath} which works just fine for the PDF/LaTeX rendering, but it's not working with Mathjax/HTML rendering. So I

[Orgmode] org-mode keybinding conflicts with user keybinding : C-tab

2010-12-26 Thread Michel Briand
Hello, for many years I'm using C-tab bounded to 'other-window. Org-mode binds this key (control tab), however I would like to keep my own binding for this key. I've investigated in "Org Disputed Keys", enabling org-replace-disputed-keys and adding : ([(control tab)] . [(meta control tab)]) at

[Orgmode] Timestamp display behavior in timeline view

2010-12-26 Thread Alex Huang
I am trying out the timeline view in 7.4 and am wondering whether this is expected behavior: 0. create entries with timestamps [1] 1. M-x org-agenda 2. L (Timeline for current buffer) 3. current behavior: ( + is unsurprising, ! is surprising, ? is not sure whether to be surprised) + entrie