Re: [Orgmode] Re: org-mode color schemes with white or light background and black foregroung

2010-05-05 Thread Eric Schulte
Maybe this would make a good Worg page, a collection of org-mode screenshots along with the required color-theme.el file? If we get such a page going, I'd be happy to add my own dark color theme. Best -- Eric Simao M writes: > Screenshot please? :) > > 2010/5/4 Sébastien Vauban : >> Hi Daniel,

[Orgmode] [babel] Future of Org-babel?

2010-05-05 Thread Nathan Neff
Guys, Is there a project/TODO/Wish list for Org-babel? I'd like to give a presentation on Org-babel at the Strange Loop conference in St. Louis in October. http://strangeloop2010.com/ The Strange Loop conference attracted a lot of very smart people that I think would be interested in contributi

Re: [Orgmode] Org-publish-cache - speed up publishing

2010-05-05 Thread Sebastian Rose
Sebastian Rose writes: > --=-=-= > > Sorry for replying to my own mail again, > > but there's a stupid typo in here. The function is called > `org-publish-get-set'. > > Instead of > > > + (org-publish-cache-put filename (list property default))) > > it should be > > > + (org-publish-cache-ge

Re: [Orgmode] Pretty org-entities in org-mode buffers

2010-05-05 Thread Sebastian Rose
"Eric Schulte" writes: > Hi, > > Recently I've been making use of org-entites for exporting my greek/math > heavy class notes to HTML. I'm really loving the results. > > This morning I've started playing around with the below function > `org-pretty-entities', which is adapted from Phil Hagelberg'

Re: [Orgmode] Tag table entries?

2010-05-05 Thread Johan Ekh
Thanks Darlan!! I will try this as soon as I can. Best regards, Johan On Wed, May 5, 2010 at 11:27 AM, Darlan Cavalcante Moreira < darc...@gmail.com> wrote: > > The snippet is attached. > > In my case I call the snippet inside a 2-level heading (also using odd > number of start for each level) an

Re: [Orgmode] Iterate many tables

2010-05-05 Thread Johan Ekh
I only have backward dependencies so I tried the first code block. I put it in ..emacs and tried, but I got a message starting as the message below. I could not paste it into the email for some reason... The tables work as expected when I do it manually. Any idea what could be wrong? Error mea

Re: [Orgmode] Re: nicely managing multiple calendars in the agenda

2010-05-05 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > Hi Nick, > > > Nick Dokos wrote: > >> S=C3=A9bastien Vauban org> wrote: > >> > >>> (setq org-tag-faces > >>> '(("home" . (:background "#D4EAFF" :italic t)) > >>> ("work" . (:italic t :background "#F9E816" > >>> > >>> Thoug

Re: [Orgmode] Org-publish-cache - speed up publishing

2010-05-05 Thread Sebastian Rose
Sorry for replying to my own mail again, but there's a stupid typo in here. The function is called `org-publish-get-set'. Instead of > + (org-publish-cache-put filename (list property default))) it should be > + (org-publish-cache-get filename (list property default))) Corrected pa

Re: [Orgmode] Re: org-mode color schemes with white or light background and black foregroung

2010-05-05 Thread Simao M
Screenshot please? :) 2010/5/4 Sébastien Vauban : > Hi Daniel, > > Daniel Martins wrote: >> Some time ago Carsten sent a file with with his colours patterns with black >> background. >> >> I would like to know if someone has a similar pattern when using black >> foregroung and a lighter backgroung

[Orgmode] Pretty org-entities in org-mode buffers

2010-05-05 Thread Eric Schulte
Hi, Recently I've been making use of org-entites for exporting my greek/math heavy class notes to HTML. I'm really loving the results. This morning I've started playing around with the below function `org-pretty-entities', which is adapted from Phil Hagelberg's `pretty-lambdas'[1]. Calling this

Re: [Orgmode] suggestion: HTML frames option

2010-05-05 Thread Sebastian Rose
Ilya Shlyakhter writes: > It would be good if the HTML exporter had an option to create a web > page with two frames: > in the top frame would be the original exported HTML, and in the > bottom frame would display > the targets of all external links in the org file. Within-orgfile > links would s

[Orgmode] add priority

2010-05-05 Thread henry atting
How can I add a priority to the default priorities (not only per file) I would like to have a priority, let's say like 'T' which refers to something that I have to do only when inspiration comes (e.g. write a certain text). henry -- http://literaturlatenight.de __

[Orgmode] Re: Separate first headings by empty line

2010-05-05 Thread Bernt Hansen
Simao M writes: > Hello, > > I would like to separate all my first headings with a blank line, even > aftet collapsing and expanding all the headings, e.g.: > > * Main > ** Heading > > > * Main 2 > ** Heading > > > * Main 3 > ** Heading > > But after collapsing I get: > > * Main... > * Main 2...

[Orgmode] Bug: Adaptive filling incompatible with xemacs [6.35i]

2010-05-05 Thread Hendrik Radke
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

Re: [Orgmode] Tag table entries?

2010-05-05 Thread Darlan Cavalcante Moreira
The snippet is attached. In my case I call the snippet inside a 2-level heading (also using odd number of start for each level) and you will probably want to modify the snippet to your needs. The snippet only asks the name of the current month, the current year and the name of the last month. I

Re: [Orgmode] Separate first headings by empty line

2010-05-05 Thread Sebastian Rose
Simao M writes: > Hello, > > I would like to separate all my first headings with a blank line, even > aftet collapsing and expanding all the headings, e.g.: > > * Main > ** Heading > > > * Main 2 > ** Heading > > > * Main 3 > ** Heading > > But after collapsing I get: > > * Main... > * Main 2... >

[Orgmode] Re: nicely managing multiple calendars in the agenda

2010-05-05 Thread Sébastien Vauban
Hi Nick, > Nick Dokos wrote: >> Sébastien Vauban >> wrote: >> >>> (setq org-tag-faces >>> '(("home" . (:background "#D4EAFF" :italic t)) >>> ("work" . (:italic t :background "#F9E816" >>> >>> Though, only the color spec above is taken into account. Tags are not in >

[Orgmode] Re: org-mode color schemes with white or light background and black foregroung

2010-05-05 Thread Sébastien Vauban
Hi Daniel, Daniel Martins wrote: > Some time ago Carsten sent a file with with his colours patterns with black > background. > > I would like to know if someone has a similar pattern when using black > foregroung and a lighter backgroung (not necessarily white). > > Could you share it with us? Su

Re: [Orgmode] export beamer

2010-05-05 Thread Rares Pop
Thanks Erik, that was the problem. As a summary, I fixed my initial problem by - adding (require 'org-latex) to my .emacs configuration file - installing the *texlive-latex-extra* package for the LaTeX supplementary packages Case closed. Thanks again, Rares P.S. Good spotting Erik, I'm

Re: [Orgmode] strange behavior for export -- Solved

2010-05-05 Thread Dan Davison
"Thomas S. Dye" writes: > On May 4, 2010, at 12:26 AM, Sebastian Rose wrote: > >> Erik Butz writes: >>> Hi, >>> >>> after some fiddling and looking at list-load-path-shadows (where I >>> did >>> not find org-latex at all), I included >>> (require 'org-latex) >>> into my .emacs file, which solved

[Orgmode] Prevent Org timestamps breaking with paragraph fill?

2010-05-05 Thread Jeff Kowalczyk
I sometimes use Org timestamps in the body text of a headline. The timestamps break when filling with M-q. Is there a way to prevent this, i.e. Org timestamps as non-breaking words? Thanks. ___ Emacs-orgmode mailing list Please use `Reply All' to se

[Orgmode] Org-publish-cache - speed up publishing

2010-05-05 Thread Sebastian Rose
Hi Carsten and Friends of Org-mode, appended is the ongoing caching stuff as patch against the current master. Please everyone: test this patch and report not _if_ it breaks something, but _what_ it actually breaks :-P It is meant to make life as a "publisher" easier (or at least faster ... or l

[Orgmode] suggestion: HTML frames option

2010-05-05 Thread Ilya Shlyakhter
It would be good if the HTML exporter had an option to create a web page with two frames: in the top frame would be the original exported HTML, and in the bottom frame would display the targets of all external links in the org file. Within-orgfile links would still be shown in the top frame. Then,

[Orgmode] Re: org-mode color schemes with white or light background and black foregroung

2010-05-05 Thread Sébastien Vauban
Hi Daniel, Daniel Martins wrote: > Some time ago Carsten sent a file with with his colours patterns with black > background. > > I would like to know if someone has a similar pattern when using black > foregroung and a lighter backgroung (not necessarily white). > > Could you share it with us? Su

[Orgmode] Separate first headings by empty line

2010-05-05 Thread Simao M
Hello, I would like to separate all my first headings with a blank line, even aftet collapsing and expanding all the headings, e.g.: * Main ** Heading * Main 2 ** Heading * Main 3 ** Heading But after collapsing I get: * Main... * Main 2... * Main 3... And I would like to have: * Main...

Re: [Orgmode] Re: Problem clocking in: cond: State `STARTED' not valid in this file

2010-05-05 Thread Simao M
Thanks for your help. You are right, I had customized org to change to state "STARTED" when I clock in but I had not defined "STARTED" in my keywords. Thanks! On Tue, May 4, 2010 at 9:49 AM, Mikael Fornius wrote: > Simao M writes: > >> "cond: State `STARTED' not valid in this file" > > Have yo

Re: [Orgmode] strange behavior for export -- Solved

2010-05-05 Thread Thomas S. Dye
On May 4, 2010, at 6:15 AM, Sebastian Rose wrote: "Thomas S. Dye" writes: On May 4, 2010, at 12:26 AM, Sebastian Rose wrote: Erik Butz writes: Hi, after some fiddling and looking at list-load-path-shadows (where I did not find org-latex at all), I included (require 'org-latex) into my