[O] editing "org-export-latex-default-packages-alist" has no effect

2011-04-23 Thread Stinky Wizzleteet
Hi all, thanks to help on this list I found out about this variable as I need to omit the "textcomp" and "fontenc" packages in my exported latex header. My tex file won't compile otherwise on my n900. my init.el contains : (custom-set-variables '(org-export-latex-default-packages-alist (quote

[O] Implemented word count for subtrees

2011-04-23 Thread Simon Guest
Dear Org mode people, I implemented word counting for Org mode sub-trees. That is, count each sub-tree, and accumulate totals into the parent heading lines. Others have asked about this, so I attach my code below. I started with Paul Sexton's code posted to the list on 21/2/11. I had some diffe

Re: [O] particular capture method for a diet .. ?

2011-04-23 Thread Christopher Allan Webber
Stinky Wizzleteet writes: > I cap the caloric deficit at a 500 kcal deficit per day, because for me > and my genetic background of overweight family this is probably > not a diet but a lifestyle and I understood that at higher deficits ones > metabolism is trying to adapt, trying to defeat the d

Re: [O] [PATCH] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-23 Thread Eric Schulte
Matt Lundin writes: > Matt Lundin writes: > >> "Eric Schulte" writes: >>> As one possible solution to this name conflict, I've folded my >>> org-bibtex.el into the existing org-bibtex.el in the Org-mode core. The >>> attached patch performs this integration adding the functionality in my >>> v

Re: [O] editing "org-export-latex-default-packages-alist" has no effect

2011-04-23 Thread Aankhen
Hi Stinky, On Sat, Apr 23, 2011 at 12:54, Stinky Wizzleteet wrote: > thanks to help on this list I found out about this variable as I need to > omit the "textcomp" and "fontenc" packages in my exported latex header. > My tex file won't compile otherwise on my n900. > > my init.el contains : > > (

[O] Parsing org files with python

2011-04-23 Thread Georges Racinet
Hi there, I'm a quite recent user of org-mode (just a few months, very partial usage for now), and a python developer. Since I spend almost all my time in Emacs, org-mode is the most efficient tool to keep track of my working time. Now the question : are you aware of a python library to parse org

Re: [O] Parsing org files with python

2011-04-23 Thread Juan Pechiar
NEO (No Emacs Org) has just been announced: http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00598.html Regards, .j. On Sat, Apr 23, 2011 at 05:29:24PM +0200, Georges Racinet wrote: > Now the question : are you aware of a python library to parse org files ? > The ultimate goal would

Re: [O] Parsing org files with python

2011-04-23 Thread Georges Racinet
On 04/23/2011 05:58 PM, Juan Pechiar wrote: > NEO (No Emacs Org) has just been announced: > > http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00598.html Ah, indeed, should have searched the archives in reverse chronological order Thanks, and sorry for the noise -- Georges Racinet,

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-23 Thread Thomas S. Dye
Hi Eric, After tests on a variety of bibtex entries, using both point before the entry and selecting an entry, I can't reproduce the problem I had late the other night with org-bibtex-read/write. Perhaps it was user error :( Also, thanks for the text file patch. My mail client and git a

Re: [O] Parsing org files with python

2011-04-23 Thread Jonathan BISSON
You have PyOrgMode also (https://github.com/bjonnh/PyOrgMode)

[O] [OT] The Brain

2011-04-23 Thread Marcelo de Moraes Serpa
Hey list, Have you seen this? http://www.thebrain.com/ It's a mind-mapping-pim-everything-in-one kind of visualization software. It seems pretty interesting - I like the way you can connect the items at several levels, helping to build rich relationship information. I've been thinking on buildi

Re: [O] particular capture method for a diet .. ?

2011-04-23 Thread Stinky Wizzleteet
Christopher Allan Webber writes: > Stinky Wizzleteet writes: > -snip- > > I think if you're at approximately 45% of your metabolism or more for > your daily caloric needs, it'll be fine. I wouldn't recommend anyone > going lower than 1200 calories per day though. > > Anyway, I'm at 1300-1600 ca

Re: [O] editing "org-export-latex-default-packages-alist" has no effect

2011-04-23 Thread Stinky Wizzleteet
Aankhen writes: > Hi Stinky, > > On Sat, Apr 23, 2011 at 12:54, Stinky Wizzleteet > wrote: >> thanks to help on this list I found out about this variable as I need to >> omit the "textcomp" and "fontenc" packages in my exported latex header. >> My tex file won't compile otherwise on my n900. >>

Re: [O] editing "org-export-latex-default-packages-alist" has no effect

2011-04-23 Thread Stinky Wizzleteet
Stinky Wizzleteet writes: > Aankhen writes: -snip- >>> However, fontenc and textcomp are still in the org-generated tex file. >>> bug, or feature ? >> >> That line you pasted contains both packages. Maybe you forgot to set >> it after customising it or some such thing? > > I figured that "textc

Re: [O] editing "org-export-latex-default-packages-alist" has no effect

2011-04-23 Thread Aankhen
On Sat, Apr 23, 2011 at 23:51, Stinky Wizzleteet wrote: > Stinky Wizzleteet writes: > >> Aankhen writes: > -snip- However, fontenc and textcomp are still in the org-generated tex file. bug, or feature ? >>> >>> That line you pasted contains both packages.  Maybe you forgot to set >>> i

Re: [O] editing "org-export-latex-default-packages-alist" has no effect

2011-04-23 Thread Carsten Dominik
On 23.4.2011, at 09:24, Stinky Wizzleteet wrote: > Hi all, > > thanks to help on this list I found out about this variable as I need to > omit the "textcomp" and "fontenc" packages in my exported latex header. > My tex file won't compile otherwise on my n900. > > my init.el contains : > > (cus

Re: [O] editing "org-export-latex-default-packages-alist" has no effect

2011-04-23 Thread Stinky Wizzleteet
Carsten Dominik writes: > On 23.4.2011, at 09:24, Stinky Wizzleteet wrote: > > Hi, > > please read the docstring of the variable! > > - Carsten > > > Oh snap ! Apologies all around. This noob stands corrected. I should have read it better -if at all. thx for the strict-but-fair fleecing. wzzl

Re: [O] [PATCH] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-23 Thread Matt Lundin
"Eric Schulte" writes: >> 2. In addition, since the symbols in org-bibtex-types are keywords, the >>completions are in the form ":article", ":book", etc. Might I ask why >>everything is org-bibtex-type is a keyword? Could we use strings or >>plain symbols instead? (Note: I haven't rea

Re: [O] Parsing org files with python

2011-04-23 Thread Matt Lundin
Jonathan BISSON writes: > You have PyOrgMode also (https://github.com/bjonnh/PyOrgMode) And there is a list of the various tools on Worg: http://orgmode.org/worg/org-tools/index.html Best, Matt

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-23 Thread Alan E. Davis
Some notes on initially trying out this new tool. I have some reservations as to whether it use it. There are certain good reasons in its favor. This works to both store bibtex database entries and export to .bib files. I REALLY like the automagical harvesting of data using cb2Bib. It is unique

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-23 Thread Matt Lundin
"Alan E. Davis" writes: > This works to both store bibtex database entries and export to .bib > files.  I REALLY like the automagical harvesting of data using cb2Bib.  > It is unique, and I don't see how to recruit it to produce a database > in an org file, or pipe it into this org-bibtex tool.  

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-23 Thread Eric Schulte
"Alan E. Davis" writes: > Some notes on initially trying out this new tool. I have some reservations > as to whether it use it. There are certain good reasons in its favor. > > This works to both store bibtex database entries and export to .bib files. > I REALLY like the automagical harvesting

Re: [O] [OT] The Brain

2011-04-23 Thread John Hendy
On Sat, Apr 23, 2011 at 12:39 PM, Marcelo de Moraes Serpa wrote: > Hey list, > > Have you seen this? > > http://www.thebrain.com/ Yes! > > It's a mind-mapping-pim-everything-in-one kind of visualization > software. It seems pretty interesting - I like the way you can connect > the items at sever

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-23 Thread Alan E. Davis
Comments below On Sun, Apr 24, 2011 at 10:52 AM, Eric Schulte wrote: > > Is there a more natural way that this could integrate with external > tools like cb2bib? I've just now installed cb2bib, and I'm not sure I > fully grasp its usage. > > I also found cb2Bib pretty opaque when I first instal