[Orgmode] org-default-notes-file

2010-10-17 Thread Louis Turk
Hi everyone, I trying to set up capture to use refile.org as the default notes file. lat-a-ws% locate refile.org /home/lat/org/refile.org lat-a-ws% (setq org-default-notes-file "~/org/refile.org") But I get: Debugger entered--Lisp error: (void-function org-string-nw-p) (org-string-nw-p fil

Re: [Orgmode] How do I change when a new day starts in orgmode?

2010-10-17 Thread Jeff Horn
I'm wondering if I did something wrong. I copied the code into my init file, but I just marked a habit as complete (it is currently just past midnight Monday morning, but I consider this Sunday per our discussion) and the habit was rescheduled for Tuesday. Jeff On Sun, Oct 17, 2010 at 2:26 AM, Jo

[Orgmode] How to set todo-dependencies for specific org file?

2010-10-17 Thread Water Lin
I can use - (setq org-enforce-todo-dependencies t) - to set the todo dependencies for every org file. But I don't want to use this global way. Can I set todo-dependencies for specific file by other way? Thanks Water Lin -- The Big Bang on Busy Reading: http://bigbang.WaterLin.

[Orgmode] Re: Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0

2010-10-17 Thread Erik L. Arneson
On Sun, 17 Oct 2010, Sebastian Rose wrote: > "Erik L. Arneson" writes: >> On Sun, 17 Oct 2010, Erik L. Arneson wrote: >>> I'm running into a very strange bug when publishing to HTML. Even when >>> a page contains no footnotes, a footnote section is added with one >>> footnote an the text "FOOTNOT

Re: [Orgmode] Applying inline styles to a section for exported HTML

2010-10-17 Thread Jeff Horn
Worked like a charm. Thanks for this! Jeff On Sun, Oct 17, 2010 at 1:47 AM, Carsten Dominik wrote: > > On Oct 16, 2010, at 9:18 PM, Jeff Horn wrote: > >>> Maybe custom IDs are your friends? >>> >>> >>> >>> * A Word on Words >>>  :PROPERTIES: >>>  :CUSTOM_ID: word >>>  :END: >>> >>>  Content >>>

Re: [Orgmode] documentation patch, Babel header arguments

2010-10-17 Thread Eric Schulte
Applied Thanks -- Eric "Thomas S. Dye" writes: > Changes in HEAD > Modified doc/org.texi > diff --git a/doc/org.texi b/doc/org.texi > index bd22ce9..84df413 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -456,6 +456,7 @@ Using header arguments > * Buffer-wide header arguments:: Se

Re: [Orgmode] Exporting #+lob

2010-10-17 Thread Thomas S. Dye
Aloha Eric Fraga, Is it OK with you to put a modified version of the emacs-lisp code for LaTeX GANTT charts in the Library of Babel? I agree with Eric S. (see below) that this would be the best location for it in the context of org-article.cls. You can see my version of your code here:

[Orgmode] documentation patch, Babel header arguments

2010-10-17 Thread Thomas S. Dye
Changes in HEAD Modified doc/org.texi diff --git a/doc/org.texi b/doc/org.texi index bd22ce9..84df413 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -456,6 +456,7 @@ Using header arguments * Buffer-wide header arguments:: Set default values for a specific buffer * Header arguments in

Re: [Orgmode] Exporting #+lob

2010-10-17 Thread Eric Schulte
Hi Tom, I think this code should live in the main library-of-babel.org file. I don't see any reason why it would be overwritten in that file, and that way it will be available by default for anyone who already loads the library of babel. Best -- Eric "Thomas S. Dye" writes: > Hi Eric, > > Tha

[Orgmode] suggesting a new function org-export-string

2010-10-17 Thread Eric Schulte
The attached patch adds a new functions org-export-as-string. , | org-export-string is a Lisp function in `org-exp.el'. | | (org-export-string STRING FMT &optional DIR) | | Export STRING to FMT using existing export facilities. | During export STRING is saved to a temporary file whose locati

[Orgmode] variables governing archiving gone?

2010-10-17 Thread Brian van den Broek
Hi all, I've been overhauling my use or orgmode and have also started keeping current with the git repository. From a pull less than 24hrs ago, the documentation refers to the variables: - org-archive-default-command - org-archive-save-context-info But neither C-h a nor M-x customize group

Re: [Orgmode] Re: blorgit build

2010-10-17 Thread Michaël Parienti
Hi, On Sun, 17 Oct 2010 12:48:15 -0600 "Eric Schulte" wrote: > I've fixed these issues, a classic bitrot situation due to breaking > changes in upstream requirements. After pulling down the latest from > git and updating the submodules blorgit should once again be working. > > If I had the tim

Re: [Orgmode] Exporting #+lob

2010-10-17 Thread Thomas S. Dye
Hi Eric, Thanks for asking about the Library of Babel. I'm still figuring out the best way to use it and welcome your advice. Here is the approach I've drafted. Do you think this is a reasonable way to go? The GANTT Emacs lisp code can either be placed in the buffer with the GANTT char

Re: [Orgmode] Exporting #+lob

2010-10-17 Thread Thomas S. Dye
Hi Eric, I'm not sure it's a bug. It works on Eric Fraga's installation. Perhaps I have something set up incorrectly. The following approach works on my installation, so I haven't taken the time to chase down the problem I'm having with exporting # +begin_example ... #+end_example. #+b

Re: [Orgmode] A LaTeX class for Org-mode export

2010-10-17 Thread Thomas S. Dye
Aloha Carsten, Much appreciated. I hope the idea of custom LaTeX classes for Org- mode export proves useful to the community. I have the patch on my list of things to do. I don't work at the speeds you folks attain so the patch will probably seem slow in coming. All the best, Tom On Oc

Re: [Orgmode] Re: blorgit build

2010-10-17 Thread Eric Schulte
Hi, I've fixed these issues, a classic bitrot situation due to breaking changes in upstream requirements. After pulling down the latest from git and updating the submodules blorgit should once again be working. If I had the time I'd love to re-write this in Clojure so that a single jar file coul

Re: [Orgmode] Exporting #+lob

2010-10-17 Thread Eric Schulte
This looks like a bug, the export of lob lines needs to be better about recognizing if it is inside of a protected environment. Thanks for pointing this out. In the mean time the following syntax should work... : #+lob: elispgantt(table=gantttesttable) :results output latex Best -- Eric BTW: Do

Re: [Orgmode] [babel] Links in tangled file - howto jump to .org?

2010-10-17 Thread Eric Schulte
Hi Rainer, Rainer M Krug writes: > Hi > > I just discovered one of the mysteries I experienced with org: the appearing > ID properties. Yes, I think this is caused by a recent change in the org-store-link function which is called during tangling. > > They are caused by the back-linking of cod

Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-10-17 Thread Eric Schulte
Yes, The snippets used by the starter kit are available in their own git repository at http://github.com/eschulte/yasnippet-org-mode Best -- Eric also, any suggestions or contributions are welcome Rainer M Krug writes: > On Tue, Apr 20, 2010 at 4:48 PM, Eric Schulte wrote: > >> Sébastien Vaub

Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-10-17 Thread Rainer M Krug
On Tue, Apr 20, 2010 at 4:48 PM, Eric Schulte wrote: > Sébastien Vauban writes: > > > Hi Eric, > > > > Eric S Fraga wrote: > >> it might be nice to have a worg page on snippets for org-mode? > > > > Sure. Or having them somewhere in the git directories... > > > > +1 for git directories. > Is the

Re: [Orgmode] Re: Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0

2010-10-17 Thread Sebastian Rose
"Erik L. Arneson" writes: > On Sun, 17 Oct 2010, Erik L. Arneson wrote: >> I'm running into a very strange bug when publishing to HTML. Even when >> a page contains no footnotes, a footnote section is added with one >> footnote an the text "FOOTNOTE DEFINITION NOT FOUND: 0". > > I am, by the way,

Re: [Orgmode] Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0

2010-10-17 Thread Noorul Islam
On Sun, Oct 17, 2010 at 8:24 PM, Erik L. Arneson wrote: > Hello folks, > > I'm running into a very strange bug when publishing to HTML.  Even when > a page contains no footnotes, a footnote section is added with one > footnote an the text "FOOTNOTE DEFINITION NOT FOUND: 0". > Please let us know w

[Orgmode] Re: Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0

2010-10-17 Thread Erik L. Arneson
On Sun, 17 Oct 2010, Erik L. Arneson wrote: > I'm running into a very strange bug when publishing to HTML. Even when > a page contains no footnotes, a footnote section is added with one > footnote an the text "FOOTNOTE DEFINITION NOT FOUND: 0". I am, by the way, running the latest 7.01trans from

Re: [Orgmode] org-publish with latest changes?

2010-10-17 Thread David Maus
At Wed, 13 Oct 2010 10:54:01 +0200, Guy Wiener wrote: > Hello everyone, > I am using org-publish to publish some document on my web page. I would > really like to add to that some notification of the latest changes - E.g., > an RSS of the recently changed headlines. Is there some way to hack that?

[Orgmode] VISIBILITY property and C-u C-u

2010-10-17 Thread Gez
I've just discovered the VISIBILITY property, although I had some trouble working out how to apply it .I discovered C-u C-u TAB from reading http://thread.gmane.org/gmane.emacs.orgmode/6623. C-u C-u TAB is documented in the reference card but not in the manual or on worg as far as I can see -

[Orgmode] Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0

2010-10-17 Thread Erik L. Arneson
Hello folks, I'm running into a very strange bug when publishing to HTML. Even when a page contains no footnotes, a footnote section is added with one footnote an the text "FOOTNOTE DEFINITION NOT FOUND: 0". I did a Google search for solutions to this problem, but instead just came up with a bun

[Orgmode] Re: blorgit build

2010-10-17 Thread Michaël Parienti
Hi, On Thu, 14 Oct 2010 16:52:05 -0600 "Eric Schulte" wrote: > If not, then run > > git submodule init > git submodule update > > in the base of the blorgit repo, and give it another try. I got exactly the same error message as Ezequiel Birman, and I did install the submodule with these c

[Orgmode] [babel] Links in tangled file - howto jump to .org?

2010-10-17 Thread Rainer M Krug
Hi I just discovered one of the mysteries I experienced with org: the appearing ID properties. They are caused by the back-linking of code (sitting in the file resulting from tangling) to the actual location in the .org file which was tangled - a REALLY nice feature. Now I am using R (and therefor

[Orgmode] Re: Requests about the code demarcation

2010-10-17 Thread Richard Riley
Achim Gratz writes: > "Eric Schulte" writes: >> Thanks for the suggestions, I've just implemented them. > > This likely relates to commit eb0068e9, which raises this warning > > In org-babel-demarcate-block: > ob.el:1141:49:Warning: reference to free variable `org-babel-load-languages' > > duri

[Orgmode] Re: bug with respect to org-read-date-prefer-future

2010-10-17 Thread Bernt Hansen
Carsten Dominik writes: > Hi, > > On Oct 8, 2010, at 9:50 PM, Bernt Hansen wrote: > >> Eric S Fraga writes: >> >>> On Fri, 08 Oct 2010 15:01:49 -0400, Bernt Hansen >>> wrote: Eric S Fraga writes: > Recently, but I cannot say for how long, I have found that dates > entere

Re: [Orgmode] Re: [Babel] Library calls and begin_example, where may I find the code ?

2010-10-17 Thread Eric S Fraga
On Sat, 16 Oct 2010 19:12:24 +0200, Marc-Oliver Ihm wrote: > > Hello ! > > Sorry for bothering but I have not been able to find this code. > Could you please provide a pointer ? > > Thanx a lot ! > > with kind regards, Marc-Oliver Ihm > > > Am 16.10.2010 04:55, schrieb Thomas S. Dye: > > Alo

[Orgmode] Re: bug with respect to org-read-date-prefer-future

2010-10-17 Thread Eric S Fraga
On Sun, 17 Oct 2010 08:33:50 +0200, Carsten Dominik wrote: [...] > There is now a new option, org-agenda-jump-prefer-future. > The default is to recycle the setting of org-read-date-prefer-future, > but you can set your own specific preference as well. > > Cheers. > > - Carsten > Excellent.