Re: [O] Tangle only current code block?

2012-10-07 Thread Yann Le Du
On Mon, Oct 8, 2012 at 1:39 AM, Eric Schulte wrote: > Yann Le Du writes: > > > Hi, > > > > I have a bunch of code chunks with stuff like <> and headers > like > > :tangle toto.c exporting to different files in noweb style > > > > If I use C-c C-v t, it extracts all of those code chunks nicely >

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-07 Thread Eric S Fraga
Achim Gratz writes: > Eric Fraga writes: >> My question now is whether I should replace the =(require 'org)= by >> =(require 'org-loaddefs)= which seems to be the way that Emacs is moving >> for packages? > > No. The definitions in org-loaddefs are require'd from org internally, > you should nev

Re: [O] Problem orgmode, beamer and macport

2012-10-07 Thread Nick Dokos
Nick Dokos wrote: > Steve Prud'Homme wrote: > > > > > ! LaTeX Error: File `wrapfig.sty' not found. > > > > Type X to quit or to proceed, > > or enter new name. (Default extension: sty) > > > > Enter file name: > > ! Emergency stop. > > > > > > l.43 \usepackage > >    

Re: [O] Problem orgmode, beamer and macport

2012-10-07 Thread Nick Dokos
Steve Prud'Homme wrote: > > ! LaTeX Error: File `wrapfig.sty' not found. > > Type X to quit or to proceed, > or enter new name. (Default extension: sty) > > Enter file name: > ! Emergency stop. > > > l.43 \usepackage >     {soul}^^M > !  ==> Fatal error occurred, no outp

Re: [O] Tangle only current code block?

2012-10-07 Thread Eric Schulte
Yann Le Du writes: > Hi, > > I have a bunch of code chunks with stuff like <> and headers like > :tangle toto.c exporting to different files in noweb style > > If I use C-c C-v t, it extracts all of those code chunks nicely > > However, sometimes I would like to put my cursor inside one of those

Re: [O] Problem orgmode, beamer and macport

2012-10-07 Thread Steve Prud'Homme
Oups this is the error : This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/MacPorts 2012_4) restricted \write18 enabled. entering extended mode (/Users/sprudhom/Dropbox/STEVE/Projet/PROJET C2000 INFOGRAPHIE MODULE 3/Ressour ce/Notes de cours/C3notes.tex LaTeX2e <2011/06/27> Babel and

Re: [O] Problem orgmode, beamer and macport

2012-10-07 Thread Nick Dokos
Steve Prud'Homme wrote: > ... > > After i've put this in one of my file > > -- > #+LaTeX_CLASS: beamer > #+MACRO: BEAMERMODE presentation > #+MACRO: BEAMERTHEME Antibes > #+MACRO: BEAMERCOLORTHEME lily > #+MACRO: BEAMERSUBJECT RMRF > #+MACRO: BEAMERINSTITUTE Miskatonic University, Astrology De

Re: [O] Org Mode TOOD two way sync tool

2012-10-07 Thread Jonathan BISSON
Sriram Karra gmail.com> writes: > > > I am the author of ASynK (http://karra-asynk.appspot.com), a PIM sync tool and framework written in python that works across a variety of PIM providers such as Outlook, Google and BBDB. I am considering extending ASynK to do a bi-directional sync of Outlook

[O] Problem orgmode, beamer and macport

2012-10-07 Thread Steve Prud'Homme
Ok so i've install on my mac : 1. Macport 2. Emacs 24 3. Texlive I want to make presentation with beamer : Tutorial : http://emacs-fu.blogspot.ca/2009/10/writing-presentations-with-org-mode-and.html I've put this on my .emac -- ;; allow for export=>beamer by placing ;; #+LaTeX_CLASS: beamer in or

Re: [O] [wish] also provide documentation for contrib

2012-10-07 Thread cberry
Thomas Koch writes: > Hi, > > I was about to fill a bug about debians org-mode package because it does not > come with documentation for the org-mode contrib org-drill. However I believe > that this issue should rather be raised to you as the upstream. > ,[from contrib/README] | These cont

Re: [O] Bug: Stack overflow in equal [7.6]

2012-10-07 Thread Achim Gratz
Marko Dimjašević writes: > Exporting to PDF... > Exporting to LaTeX... > predictive-schedule-auto-dict-update: Stack overflow in equal M-x toggle-debug-on-error, do the export again and post the resulting backtrace. Also, does the same thing happen after an explicit M-x org-reload? Regards, Ach

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-07 Thread Achim Gratz
Achim Gratz writes: > This can only happen if (fetaurep 'org-install) yields true. In that > case, something has been loading org-install.el and the warning should > be given. I can arrange for org-reload to filter these out, > org-loaddefs needs special handling as well so I'm in there already.

[O] Bug: Stack overflow in equal [7.6]

2012-10-07 Thread Marko Dimjašević
Greetings, There is a Stack overflow when exporting org file to pdf via latex. So, I have a file ~/org/master.org which is 2885 lines long. After exporting the whole file to pdf, and then exporting only one its subtree to pdf as well, there is a stack overflow. These are the steps to reproduce i

[O] [wish] also provide documentation for contrib

2012-10-07 Thread Thomas Koch
Hi, I was about to fill a bug about debians org-mode package because it does not come with documentation for the org-mode contrib org-drill. However I believe that this issue should rather be raised to you as the upstream. I'd like to encourage you to consider any org-mode contrib in your dist

[O] complex searches with org-sparse-tree

2012-10-07 Thread Sebastian Fischmeister
Hello, Is there a possibility to get a sparse tree for a more complex query? For review purposes, I would like to get a sparse tree with (SCHEDULED <= ) [if scheduled is set] or SCHEDULED is not set (org-sparse-tree) seems to be able to only to give me the first part, but it neither can give me

Re: [O] Publishing using the new exporter

2012-10-07 Thread Robert Klein
On 10/06/2012 07:48 PM, Nicolas Goaziou wrote: Hello, Robert Klein writes: for pdf publishing I'd rather prefer the tex file also to be created in the base directory and only the pdf appearing in the publishing-directory, if there is a way. You're right: I'm over-engineering it. As a work

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-07 Thread Achim Gratz
Eric Fraga writes: > My question now is whether I should replace the =(require 'org)= by > =(require 'org-loaddefs)= which seems to be the way that Emacs is moving > for packages? No. The definitions in org-loaddefs are require'd from org internally, you should never reference to it directly. Wh