[O] [BUG?][babel] Re: Including source when exporting in PDF

2012-01-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/01/12 06:29, Frozenlock wrote: > This babel block should do the following: > > - When exporting, automatically tangle the babel blocks. - Then > take the resulting files and add them to a zip file, along with the > original .org file. - Add the

Re: [O] How to include section in exported Latex file, but not in table of contents

2012-01-16 Thread Eric S Fraga
Viktor Rosenfeld writes: > Hi, > > I would like to include an entry of my org file in the exported Latex > file, but I would like the entry to be skipped in the table of contents. > > In other words, I would like to reproduce the behavior of Latex commands > like \section* and so on. Is this at a

Re: [O] byte-code: Error (org-odt): Cannot find factory styles files. Aborting.

2012-01-16 Thread Johnny
Jambunathan K writes: > Johnny writes: > >> Hi, >> >> I just upgraded to org-mode 7.8.03 (from 7.6) and now get this error >> message when trying to use the org-odt converter. With version 7.6, I used >> org-odt from contrib and that worked fine, so what is the reason for >> this error? >> >> I

Re: [O] byte-code: Error (org-odt): Cannot find factory styles files. Aborting.

2012-01-16 Thread Eric S Fraga
Johnny writes: > Jambunathan K writes: [...] > Please provide me information on >> - how you downloaded the Org (git? tar file? elpa?) > > I pulled the latest git version. > >> - how did you compile. Did you do a make? Did you change the Makefile at >> all? >> - how did you install. Did you

Re: [O] Hack: org-agenda-cache.el

2012-01-16 Thread Carsten Dominik
Hi Max, this is a pretty good solution if the main issue with slow agenda is that it feels slow because you are often switching back and forth between different agenda buffers. I like it, and I would vote for integration into Org-mode, not as a separate package, but directly, as an option. If Ba

Re: [O] byte-code: Error (org-odt): Cannot find factory styles files. Aborting.

2012-01-16 Thread Jambunathan K
Hello Johnny >> It looks like one of your installation step is non-standard. There is an >> easy workaround available but I would like to make sure that org-odt >> auto-configures itself with minimal user intervention. > > Make on unmodified Makefile, manually moved to /usr/local/share > direcory

Re: [O] Including an active timestamp in encrypted (crypt) org entries

2012-01-16 Thread Darlan Cavalcante Moreira
Org encrypts everything inside a heading with the chosen tag. It does not try to be "smart" and decide what should and what should not be encrypted inside that heading. Putting the time-stamp in the headline as suggested by others should work, since org uses that information and the heading itsel

Re: [O] [BUG] ORG-LIST-END-MARKER when exporting from within a babel block with an exclude or include tag

2012-01-16 Thread Eric Schulte
> > If you export this file to PDF (C-c C-e d), babel will evaluate and > export the file as ascii. However, the ascii file will have the > undesirable "ORG-LIST-END-MARKER" in it. > Here is the resulting ascii export: > Well, this certainly is an odd problem. I can confirm that I recreated the p

Re: [O] Hack: org-agenda-cache.el

2012-01-16 Thread Carsten Dominik
On 16.1.2012, at 13:18, Carsten Dominik wrote: > Hi Max, > > this is a pretty good solution if the main issue with slow agenda > is that it feels slow because you are often switching back and forth > between different agenda buffers. I like it, and I would vote for > integration into Org-mode,

Re: [O] Hack: org-agenda-cache.el

2012-01-16 Thread Max Mikhanosha
Hi Carsten, At Mon, 16 Jan 2012 16:40:01 +0100, Carsten Dominik wrote: > On 16.1.2012, at 13:18, Carsten Dominik wrote: > > Sorry, I am talking about `org-agenda-markers', and indeed, some > care has to be taken here. Basically, the function > org-agenda-new-marker needs to be modified to take a

Re: [O] Minor org mode for achieve code folding effects

2012-01-16 Thread David Rogoff
David Rogoff therogoffs.com> writes: > Carlos Russo gmail.com> writes: >> I have used both Carsten's and Eric's solution, as well as hideshow-org (https://github.com/secelis/hideshow-org), which works rather well and deserves a mention. >> Expanding a bit on Carsten's post: Tassilo Horn wrote

Re: [O] Agenda, yellow bar "delayed"

2012-01-16 Thread Michael C Gilbert
On Jan 14, 2012, at 6:33 PM, François Pinard wrote: > Let me report a tiny annoyance, nothing serious. It seems to coincide > with a recent "git pull", but the coincidence may be accidental. > > Whenever I use the "I" key to clock-in from the agenda, the background > on the agenda line used to i

Re: [O] Captions for src and example blocks

2012-01-16 Thread Nicolas Goaziou
Hello, Christian Wittern writes: > It seems that the current LaTeX and ODT backends do not support this > out of the box, also there is no word of this in the manual, so > I assume it is still experimental? Yes. If you have the development version, you can test it. > Excuse my ignorance, but w

Re: [O] byte-code: Error (org-odt): Cannot find factory styles files. Aborting.

2012-01-16 Thread Johnny
Jambunathan K writes: > Hello Johnny > >>> It looks like one of your installation step is non-standard. There is an >>> easy workaround available but I would like to make sure that org-odt >>> auto-configures itself with minimal user intervention. >> >> Make on unmodified Makefile, manually moved

Re: [O] [bug] Tables in lists not exported to ODT

2012-01-16 Thread Jambunathan K
Hello Eric I have pushed a fix for this. The fix is a bit tricky. So please exercise extra care while verifying the output. Hope I haven't overlooked any corner cases. Jambunathan K. > Eric S Fraga writes: > >> Hello, >> >> I am trying to export a document which includes small tables within a

[O] column view extension

2012-01-16 Thread ayvango
I've found a non-standard use case for org-mode. There is plenty of spreadsheets engine with common drawback: spreadsheet cells follow original memory cell abstraction that are handy for a computer but is inconvenient for human. Hierarchical structures is more natural and in some cases may be

Re: [O] Hack: org-agenda-cache.el

2012-01-16 Thread Carsten Dominik
On 16.1.2012, at 17:31, Max Mikhanosha wrote: > Hi Carsten, > > At Mon, 16 Jan 2012 16:40:01 +0100, > Carsten Dominik wrote: >> On 16.1.2012, at 13:18, Carsten Dominik wrote: >> >> Sorry, I am talking about `org-agenda-markers', and indeed, some >> care has to be taken here. Basically, the fun

Re: [O] How to include section in exported Latex file, but not in table of contents

2012-01-16 Thread Viktor Rosenfeld
Hi Eric, Eric S Fraga wrote: > Viktor Rosenfeld writes: > > > Hi, > > > > I would like to include an entry of my org file in the exported Latex > > file, but I would like the entry to be skipped in the table of contents. > > > > In other words, I would like to reproduce the behavior of Latex co

Re: [O] Minimal overhead Org-mode blogging system

2012-01-16 Thread Puneeth Chaganti
On Sun, Jan 15, 2012 at 12:08 PM, Steinar Bang wrote: >> Puneeth Chaganti : > [snip!] >> https://github.com/punchagan/blog-files > >> I've added a short README that tries to include the things that you >> are looking for.  But, it's something I wrote up quickly.  Feel free >> to ask any sp

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-16 Thread Bernt Hansen
Eric Schulte writes: > Bastien writes: > >> Eric Schulte writes: >> >>> The attached patch entirely removes the #+name and #+results based >>> hiding. Note that the existing "wrap" argument to the ":results" header >>> argument will wrap results in a block which allows easy tab-based result >>

Re: [O] :noweb no-export

2012-01-16 Thread Eric Schulte
Hi Tom, I just pushed up a fix and a test, please let me know if the problem persists. Cheers, t...@tsdye.com (Thomas S. Dye) writes: > Hi Eric, > > The :noweb no-export option depends on the value of :exports in an > unexpected way. > > If :exports code, then the noweb references are not expan

Re: [O] Old entry remains in appt when the original one in org file is changed

2012-01-16 Thread Takafumi Arakaki
Hi Bernt, Thanks for your setup recipe. However, I noticed I failed to explain what I meant; the old entry remains in appt-time-msg-list even if you call org-agenda-to-appt. So, the procedure to reproduce my problem is the following: 1. Add the following in the agenda file * TODO test SCHEDUL