[O] Bug: Nesting of columns and itemized lists is reversed [7.5]

2011-05-11 Thread Davor Cubranic
In a Beamer presentation, if I nest multiple columns within a list item, the enclosing 'itemize' environment gets closed before the 'columns' environment that it contains. See attached .org and the generated .tex I'm running GNU Emacs 23 from MacPorts, with Org-mode 7.5 installed from source I

Re: [O] Org table with long lines visibility

2011-05-11 Thread Carsten Dominik
On May 4, 2011, at 7:48 PM, Johnny wrote: I have a table with ridiculously long lines, so I have limited them by putting 'N' in the first row. To edit them, I use 'C-c `' to get the full text in a separate buffer, which works fine, especially together with 'longlines-mode'. However, browsing

Re: [O] org-agenda-log-mode doesn't list past scheduled items if org-agenda-skip-scheduled-if-done is t

2011-05-11 Thread Antoine Levitt
02/05/11 17:54, Matt Lundin Antoine Levitt antoine.lev...@gmail.com writes: Right, sorry, I was using org-agenda-list. Here are the updated instructions M-x org-agenda a - displays only TODO items, which is fine. l - display of DONE items also, which is also fine. q - quits org-agenda M-x

[O] [beamer] a bug in exporting

2011-05-11 Thread zwz
In a org file I have * what is x? #+BEGIN_SRC c char (*(*x())[])(); #+END_SRC \pause char \fbox{\fbox{(*\fbox{\fbox{(*\fbox{x()})}[]})}()}; The latex generated for the last line turned out to be char \fbox\{\fbox\{(*\fbox{\fbox{(*\fbox{x()})}[]})\}()\}; which is not expected. Is it a

[O] MobileOrg: Org files already in Dropbox

2011-05-11 Thread Joost Kremers
Hi all, I got an iPad the other day and of course want to try out MobileOrg. The MobileOrg setup instructions say to create a folder MobileOrg in your Dropbox root dir, from where MobileOrg will read the org files. However, I'm already keeping my org files somewhere in my Dropbox folder (in order

Re: [O] Org babel does not work properly with included files

2011-05-11 Thread Robert Goldman
I would say we can close this bug report as INVALID. AFAICT, the actual problem was happening simply because of the incorrect treatment of missing links during export, which is now fixed. When that got fixed, my issue went away. best, r

Re: [O] Org as a publishing toolkit

2011-05-11 Thread Mike McLean
On 5/10/11 1:52 PM, Marcelo de Moraes Serpa wrote: Hi list, So today I have been reseaching about higher-levels toolkits that could help me get into TeX (and or LaTeX) and at the same time allowing me to keep the text in a more human-readable format (easier to mantain and to convert to other

Re: [O] file-error

2011-05-11 Thread Jeff Kowalczyk
Nick Dokos nicholas.do...@hp.com wrote: Try (add-to-list 'load-path ~/.emacs.d/el-get/org-mode) It is failing on lisp/org so that might fix it: it would be nice to know *who* is looking for lisp/org however - is it org-reload? Nick Thanks Nick, your suggestion worked. It makes a lot

Re: [O] suppresing date in beamer output

2011-05-11 Thread suvayu ali
On Wed, May 11, 2011 at 6:13 AM, Mehul Sanghvi mehul.sang...@gmail.com wrote: How do I find out what other macros are available ?  I did not realise that there was a #+DATE macro available.  Is this listed anywhere ?  Did I miss it in the documentation ? I think all the options are

Re: [O] Org as a publishing toolkit

2011-05-11 Thread Marcelo de Moraes Serpa
Thanks for the tip Mike. I had no idea about this approach, I'm still too naive in TeX/LaTeX. I'll definitely have to get my head around both -- but it's reassuring to know that I can write the content in orgmode and tweak the LaTeX output it later as I want. By the way, any book recommendations

Re: [O] Org as a publishing toolkit

2011-05-11 Thread Nick Dokos
Marcelo de Moraes Serpa celose...@gmail.com wrote: Thanks for the tip Mike. I had no idea about this approach, I'm still too naive in TeX/LaTeX. I'll definitely have to get my head around both -- but it's reassuring to know that I can write the content in orgmode and tweak the LaTeX output it

Re: [O] Beginning R plot export

2011-05-11 Thread John Tait
Thank-you! I now have a little plot in my PDF! John On 5/11/11, Nick Dokos nicholas.do...@hp.com wrote: John Tait johngt...@gmail.com wrote: Hi Do I need to do extra configuration to get R plot output in LaTeX exports? Using the simplest code block: #+SRCNAME: graph #+BEGIN_SRC R

[O] [dev] footnotes improvements

2011-05-11 Thread Nicolas Goaziou
Hello, I'd like to submit a branch for testing: git://github.com/ngz/org-mode-lists.git footnote-fix Here are the changes so far: - recognize and export inlined footnotes holding links in their definition, - recognize and export two or more footnotes in a row, - don't chock at

[O] Markup problems when using references in source fragments (was: Markup on same line as text)

2011-05-11 Thread Roland Kaufmann
On February 27th I submitted a patch proposal to fix HTML export of line number references in source code fragments. The discussion leading up to the patch can be found in the thread: http://thread.gmane.org/gmane.emacs.orgmode/35810 As far as I can see, it is not in the source tree as of

Re: [O] Markup problems when using references in source fragments

2011-05-11 Thread Bernt Hansen
Roland Kaufmann rlndkfmn+orgm...@gmail.com writes: On February 27th I submitted a patch proposal to fix HTML export of line number references in source code fragments. The discussion leading up to the patch can be found in the thread: http://thread.gmane.org/gmane.emacs.orgmode/35810 As

Re: [O] Markup problems when using references in source fragments

2011-05-11 Thread Roland Kaufmann
On 2011-05-11 21:51, Bernt Hansen wrote: Both the new and old patch are on the patchwork server waiting to be addressed. Oops, sorry my bad. I didn't realize that! However, only the discussion from the first thread: http://patchwork.newartisans.com/patch/525/ is revelant. The patch which

Re: [O] Markup problems when using references in source fragments

2011-05-11 Thread Bernt Hansen
Roland Kaufmann rlndkfmn+orgm...@gmail.com writes: On 2011-05-11 21:51, Bernt Hansen wrote: Both the new and old patch are on the patchwork server waiting to be addressed. Oops, sorry my bad. I didn't realize that! However, only the discussion from the first thread:

[O] beamer: centering list items

2011-05-11 Thread Mehul Sanghvi
I would like to center the list items that I have in my presentation. How would I do that ? Is that a LaTeX thing or can it be done from within org-mode/beamer ? -- Mehul N. Sanghvi email: mehul.sang...@gmail.com

Re: [O] MobileOrg: Org files already in Dropbox

2011-05-11 Thread Greg Troxel
Joost Kremers joostkrem...@fastmail.fm writes: I got an iPad the other day and of course want to try out MobileOrg. The MobileOrg setup instructions say to create a folder MobileOrg in your Dropbox root dir, from where MobileOrg will read the org files. However, I'm already keeping my org

Re: [O] beamer: centering list items

2011-05-11 Thread Nick Dokos
Mehul Sanghvi mehul.sang...@gmail.com wrote: I would like to center the list items that I have in my presentation. How would I do that ? Vertically? I think that's what you get by default (at least that's what I get). Horizontally? Each list item centered? I hope not - it's going to look