[O] wide images in LaTex and HTML export

2014-01-13 Thread Peter Salazar
Has anyone had success recently working with wide images? I have source documents and I'm trying to export to both LaTeX/PDF and HTML. Working from the manual, my image links look like this (the wide dimension becomes height when rotated): #+ATTR_LATEX: :height 9in :options angle=90 :float t

Re: [O] Selecting Date Causes Complete Lockup of Emacs

2014-01-13 Thread Ian Barton
On 13/01/14 00:05, Bastien wrote: Hi Ian, Ian Barton li...@wilkesley.net writes: Place the point in the Date column and type C-c !. Now select a date in the calendar. I chose a date in the past few days, but don't know if this is relevant. Emacs locks up completely, no back trace and the only

[O] org-tag-alist and org-tag-persistent-alist

2014-01-13 Thread giovanni bono
hello, i would appreciate help in understanding the difference between `org-tag-alist' and `org-tag-persistent-alist'. the docstrings suggest that the first defines allowed tags, while the second is for always present tags. the info seems to mention both only wrt completing tags for interactive

Re: [O] multi-line citation export issue

2014-01-13 Thread Nicolas Goaziou
Hello, Ken Mankoff mank...@gmail.com writes: I am not familiar with export snippets, but I guess from that syntax that I will not be able to export with citations to ODT/DOC. Right now one org file exports well to both formats. You can also write the same for odt: @@odt:\cite{key}@@ So,

[O] working on cloud

2014-01-13 Thread Renato Pontefice
I use for all emacs files git with server repository. Then on each computer I'm using emacs with, I just clone that repository. The positive side-effect of this is, that when you need to modify sources for a particular computer, you just create new local branch. Then all 'common' init file tweaks

Re: [O] working on cloud

2014-01-13 Thread Bastien
Renato Pontefice renato.pontef...@gmail.com writes: How do you obtain that? C-h v user-init-file RET C-h v user-emacs-directory RET -- Bastien

[O] File mode specification error: (error :END: line missing at position 63362)

2014-01-13 Thread Martin Beck
Hi, after startup of emacs I get an error message in my *Messages* Buffer, saying File mode specification error: (error :END: line missing at position 63362) I had this several times already and it seems that in one of my org-mode buffers, I have messed up somethign and accidently deleted

[O] question about performance when having multiple todo blocks from the same org files ..

2014-01-13 Thread Rainer Stengele
Hi. I have a complex agenda function as can be seen below. Beside an agenda call I do want to show todos separated in blocks, grouped by priority or tags. I want to show my prio A todos as one block before showing the rest of the todos sorted by prio. I was wondering if Org does run through all

Re: [O] File mode specification error: (error :END: line missing at position 63362)

2014-01-13 Thread Nick Dokos
Martin Beck elwood...@web.de writes: Hi, after startup of emacs I get an error message in my *Messages* Buffer, saying File mode specification error: (error :END: line missing at position 63362) I had this several times already and it seems that in one of my org-mode buffers, I

Re: [O] wide images in LaTex and HTML export

2014-01-13 Thread John Hendy
On Mon, Jan 13, 2014 at 2:27 AM, Peter Salazar cycleofs...@gmail.com wrote: Has anyone had success recently working with wide images? I have source documents and I'm trying to export to both LaTeX/PDF and HTML. Working from the manual, my image links look like this (the wide dimension becomes

Re: [O] No ODT export option

2014-01-13 Thread Hendrik Boom
On Fri, 10 Jan 2014 11:32:55 -0500, Ista Zahn wrote: Hi Ken, ODT export isn't enabled by default. You can enable it by putting (require 'ox-odt) in your config file and restart emacs. Best, Ista I'm having this problem on Debian testing, but not on Debian stable. I have installed

Re: [O] multi-line citation export issue

2014-01-13 Thread Ken Mankoff
Hi Nicolas et al., On Mon, 13 Jan 2014, Nicolas Goaziou wrote: Ken Mankoff mank...@gmail.com writes: I am not familiar with export snippets, but I guess from that syntax that I will not be able to export with citations to ODT/DOC. Right now one org file exports well to both formats. You

Re: [O] No ODT export option

2014-01-13 Thread Hendrik Boom
On Mon, 13 Jan 2014 15:07:30 +, Hendrik Boom wrote a message with confusing typos On Fri, 10 Jan 2014 11:32:55 -0500, Ista Zahn wrote: Hi Ken, ODT export isn't enabled by default. You can enable it by putting (require 'ox-odt) in your config file and restart emacs. Best,

Re: [O] Citations and references in ODT

2014-01-13 Thread Ken Mankoff
Yes I just figured out I need the . before the ?. It works now. I also made changes in both ox-odt.el and ox-jabref.el, everywhere that I found the \cite regex. Works well now. Thank you! -k. On Mon, Jan 13, 2014 at 1:31 AM, Nick Dokos ndo...@gmail.com wrote: Ken Mankoff

Re: [O] No ODT export option

2014-01-13 Thread Nick Dokos
Hendrik Boom hend...@topoi.pooq.com writes: On Mon, 13 Jan 2014 15:07:30 +, Hendrik Boom wrote a message with confusing typos On Fri, 10 Jan 2014 11:32:55 -0500, Ista Zahn wrote: Hi Ken, ODT export isn't enabled by default. You can enable it by putting (require 'ox-odt) in

Re: [O] email - TODO items?

2014-01-13 Thread Peter Davis
Nick Dokos ndo...@gmail.com writes: Brett Viren b...@bnl.gov writes: Peter Davis p...@pfdstudio.com writes: I use half a dozen email clients, including mutt, which lets me easily pipe a message to a script. The need to support multiple clients may rule out my suggestion but capturing a

[O] Show timegrid even if empty?

2014-01-13 Thread Martin Beck
in a block agenda view, I also want to incorporate the time grid to see the appointments of a day. I tried with this code: (agenda ((org-agenda-overriding-header Calendar) (org-agenda-span (quote day)) (org-agenda-entry-types (quote (:timestamp))) (org-agenda-time-grid (quote (t) But

[O] How to include past deadlines and scheduled TODOs in an Agenda?

2014-01-13 Thread Martin Beck
In a block agenda, I want to list all todos with a deadline up to the current day. I tried this block, but it only gives those that are due today, not before today: (agenda ((org-agenda-overriding-header Critical Now) (org-agenda-entry-types (quote (:deadline :deadline*)))

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-13 Thread Nicolas Goaziou
Hello, Jon Degenhardt jondegenha...@yahoo.com writes: Export to Latex (org-latex-export-to-pdf) generates incorrect latex when list items start with a left square bracket. This occurs because the \item command interprets the left square bracket as the start of an argument list. An example:

Re: [O] Show timegrid even if empty?

2014-01-13 Thread Nick Dokos
Martin Beck elwood...@web.de writes: in a block agenda view, I also want to incorporate the time grid to see the appointments of a day. I tried with this code: (agenda ((org-agenda-overriding-header Calendar) (org-agenda-span (quote day)) (org-agenda-entry-types (quote

Re: [O] Extract source code /with/ captions

2014-01-13 Thread Nick Dokos
James Harkins jamshar...@gmail.com writes: ELEMENT: (((#(25% coin toss in SuperCollider 0 30 (:parent #2) This is correct, and I also see that I can use (plist-get ... :value) to get the code string. Here, I'm hung up on some (large?) gaps in my elisp knowledge. I have no idea what

Re: [O] Extract source code /with/ captions

2014-01-13 Thread Nick Dokos
[I sent a follow-up that has not shown up yet(?) but perhaps this is more useful in any case] James Harkins jamshar...@gmail.com writes: ELEMENT: (((#(25% coin toss in SuperCollider 0 30 (:parent #2) This is correct, and I also see that I can use (plist-get ... :value) to get the code

Re: [O] Extract source code /with/ captions

2014-01-13 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: James Harkins jamshar...@gmail.com writes: ELEMENT: (((#(25% coin toss in SuperCollider 0 30 (:parent #2) This is correct, and I also see that I can use (plist-get ... :value) to get the code string. Here, I'm hung up on some (large?) gaps in my

Re: [O] [poll] Fontify code in code blocks

2014-01-13 Thread Eric S Fraga
Sebastien et al., +1 for org-src-fontify-natively set to t by default. I've had this turned on forever... I cannot imagine using org without it! -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.4-322-gece429

Re: [O] [poll] Fontify code in code blocks

2014-01-13 Thread Sebastien Vauban
Hello Bastien, Eric S Fraga wrote: +1 for org-src-fontify-natively set to t by default. I've had this turned on forever... I cannot imagine using org without it! I think this overall results of the poll is quite clear, no? Best regards, Seb -- Sebastien Vauban

Re: [O] multi-line citation export issue

2014-01-13 Thread Rasmus
Ken Mankoff mank...@gmail.com writes: Wow. I was going point out that citing for both formats is cumbersome and makes the document hard-to-read, but the MACRO solves this. I was not aware of MACRO's. I guess this is both the beauty and pain of Org and emacs, all this customization. And down

Re: [O] Sh-ALT-RightArrow behavior has changed to demote only first subheader when subheaders collapsed

2014-01-13 Thread Bastien
Susan Cragin susancra...@earthlink.net writes: I noticed that the behavior of SHIFT-ALT-RightArrow has changed when the subheadings are hidden. Before all the subheadings changed at the same level. Now only the heading immediately below it does. Just for the record: you need to use

Re: [O] Export tikz Figures Issue

2014-01-13 Thread Aric
Andreas Leha andreas.leha at med.uni-goettingen.de writes: Works for me if I add ':results raw file'. Not sure, this is the 'official' solution, though. That works beautifully, thank you very much! Aric

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-13 Thread Vladimir Lomov
Hello, ** Nicolas Goaziou [2014-01-13 17:51:05 +0100]: Hello, Jon Degenhardt jondegenha...@yahoo.com writes: Export to Latex (org-latex-export-to-pdf) generates incorrect latex when list items start with a left square bracket. This occurs because the \item command interprets the left

Re: [O] Citations and references in ODT

2014-01-13 Thread Aric Gregson
Ken Mankoff mank...@gmail.com writes: I find the ODT export very useful. Working on another document imported from LaTeX I have a lot of \citep{} and \citet{} in addition to \cite{}. Is it possible for ox-jabref.el to support this even if it does not distinguish between the T and P? On a

Re: [O] Citations and references in ODT

2014-01-13 Thread Aric Gregson
I have found this useful for converting latex export to doc[x] Thanks for that idea, I will give that a try as well. Thanks, Aric -- ~O /\_, ###-\ |_ (*) / (*)

Re: [O] Citations and references in ODT

2014-01-13 Thread Aric Gregson
Ken Mankoff mank...@gmail.com writes: 3) I put MathToWeb.jar in the unit test folder. However, if I run java -jar MathToWeb.jar I get the following error. I have an email in to the MathToWeb developer/maintainer about this $ java -jar mathtoweb.jar Exception in thread main

Re: [O] Org Export to ODT Problem Files

2014-01-13 Thread Aric Gregson
Jambunathan K kjambunat...@gmail.com writes: 2. MathToWeb Pro: Uses MathML Con: MathToWeb is new kid on the block. May prove to be problematic with more complex formulae. If ltx-mathml conversion is problematic for some equations, you can create ODF files

Re: [O] Org Export to ODT Problem Files - Latex Equations Work

2014-01-13 Thread Aric Gregson
Bastien b...@gnu.org writes: can you give more details about your setup? I am using the mathtoweb function and so far so good. Here is what I have and what I understand of it, but I could be wrong about why it is working. The file has this header: #+OPTIONS: LaTeX:t I have this in my

Re: [O] Citations and references in ODT

2014-01-13 Thread Aric Gregson
Jambunathan, Thanks for posting your instructions and links again. I followed the instructions and am receiving the following error on export attempt: OpenDocument export failed: Symbol's function definition is void: org-element-cache-reset I also receive this error the first time that I try to

[O] export from R to tables, possible correction to ob-doc-R.org

2014-01-13 Thread regcl
I was looking for an example of the export of R data frames into tables in html, and the example in ... http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org ... did not work for me. I am running ... GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.4) of 2013-09-26 on

Re: [O] export from R to tables, possible correction to ob-doc-R.org

2014-01-13 Thread Thomas S. Dye
Aloha regcl, regcl re...@channing.harvard.edu writes: Can someone tell me if this is how it is supposed to work? Yes, this is how it should work. If so, how do I go about submiting a patch to ... http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org You should be able to edit

Re: [O] export from R to tables, possible correction to ob-doc-R.org

2014-01-13 Thread John Hendy
On Mon, Jan 13, 2014 at 8:09 PM, regcl re...@channing.harvard.edu wrote: I was looking for an example of the export of R data frames into tables in html, and the example in ... http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org ... did not work for me. I am running ... GNU

[O] Using babel to generate org syntax for export

2014-01-13 Thread James Harkins
Hi, Got a question that's not easy to search online. I want to use an org table to define glossary entries for LaTeX. I have my table[1], and I have a src block[2] that reads the table and produces the right syntax[3]. This is already pretty helpful -- I can C-c C-c the source block and

Re: [O] Using babel to generate org syntax for export

2014-01-13 Thread Eric Schulte
James Harkins jamshar...@gmail.com writes: Hi, Got a question that's not easy to search online. I want to use an org table to define glossary entries for LaTeX. I have my table[1], and I have a src block[2] that reads the table and produces the right syntax[3]. This is already pretty

[O] color header based on priority/tags rather than level

2014-01-13 Thread David Rees
Is there way to set the color/face of a header line based on priority/tags rather than level? Maybe a way of setting a hook method that takes header line info and returns color/face info? I've found that I can use org-priority-face to color the priority cookie and I can use

[O] Adding a new column in the agenda view

2014-01-13 Thread Marcelo de Moraes Serpa
Hi list, I'd like to add a new column to display some information about the scheduled item in the agenda. Take the following screenshot: https://www.dropbox.com/s/gkcnbjrivhvql46/orgmode.jpg I'd like to add a colum there that shows the closest parent with the :project: tag. Does org provide any

Re: [O] Using babel to generate org syntax for export

2014-01-13 Thread James Harkins
On Jan 14, 2014 11:41 AM, Eric Schulte schulte.e...@gmail.com wrote: Have you tried :results raw or :results org, take a look at the manual page on the results header argument. Missed that - thanks for the pointer. I looked pretty carefully at the page on Evaluating code blocks, which says

[O] tooltips

2014-01-13 Thread Rustom Mody
I was wondering if org-mode html generation has some automatic way of generating tooltips. Something along the lines that instead of generating a footnote, a footnote should generate a tooltip. The html would be something like this: !DOCTYPE html html body div title=Hi! Now you see me!hover

Re: [O] working on cloud

2014-01-13 Thread Paul Rudin
Renato Pontefice renato.pontef...@gmail.com writes: I'm wondering: In Linux (but in win too) the file must have a particular name (.emacs on linux; init.el on windows) and reside on a particular folder. You could get the standard init file to just load another file. Or you can specify the