[Orgmode] Symbol's function definition is void: org-face-from-face-or-color

2010-07-09 Thread Michael Gilbert
Hi all — Another in a long line of newbie questions I'm running 6.33x on Aquamacs. Whenever I rebuild my agenda, I get this message: Symbol's function definition is void: org-face-from-face-or-color. I know enough to get a backtrace, but not enough to read it. I've appended it below. Can

Re: [Orgmode] Symbol's function definition is void: org-face-from-face-or-color

2010-07-09 Thread David Maus
Michael Gilbert wrote: Hi all — Another in a long line of newbie questions I'm running 6.33x on Aquamacs. Whenever I rebuild my agenda, I get this message: Symbol's function definition is void: org-face-from-face-or-color. I know enough to get a backtrace, but not enough to read it. I've

Re: [Orgmode] [BABEL] Bugin :session? Export html - works --- export pdf not

2010-07-09 Thread Rainer M Krug
On Thu, Jul 8, 2010 at 8:40 PM, Eric Schulte schulte.e...@gmail.com wrote: Hi Rainer, Hi Eric I am aware of this problem, and although I don't know any a good solution, I do have a good workaround (example attached [1]). That workaround looks really good - thanks. Much better then

Re: [Orgmode] [babel] feature request - tangle-and-evaluate-tangled-file

2010-07-09 Thread Rainer M Krug
On Thu, Jul 8, 2010 at 9:03 PM, Eric Schulte schulte.e...@gmail.com wrote: Hi Rainer, Hi Eric I just pushed up a new hook `org-babel-post-tangle-hook' which can be used to run activities in tangled code files immediately after tangling. I believe the following can be used implement the

Re: [Orgmode] [BABEL] Bugin :session? Export html - works --- export pdf not

2010-07-09 Thread Carsten Dominik
On Jul 9, 2010, at 9:21 AM, Rainer M Krug wrote: On Thu, Jul 8, 2010 at 8:40 PM, Eric Schulte schulte.e...@gmail.com wrote: Hi Rainer, Hi Eric I am aware of this problem, and although I don't know any a good solution, I do have a good workaround (example attached [1]). That workaround

[Orgmode] links customization in org-mode

2010-07-09 Thread תומר לוין
Is there an option the set the color of the link to be in the same color of the hirarchy it is related , and not the defaut link color ? In other words not to assign default color the a link,but keep it as like other items in the same hirarchy? Thanks TomerWalla! Mail - Get your free

Re: [Orgmode] Google calendar to org mode script and a feature request for agenda

2010-07-09 Thread Eric S Fraga
On Fri, 09 Jul 2010 09:57:48 +0900, Torsten Wagner torsten.wag...@gmail.com wrote: Just by reading and without the possibility to test it. Why you multiply the hour with 36 instead of 3600 to get seconds? Because the value returned by the %z format for the date command is in hundred hours

Re: [Orgmode] [google] updated awk script for google to org conversion

2010-07-09 Thread Eric S Fraga
end times to timed events # - adjust times according to time zone information # - fixed incorrect transfer for entries with : embedded within the text # - added support for multi-line summary entries (which become headlines) # 20100709 - incorporated time zone

Re: [Orgmode] Symbol's function definition is void: org-face-from-face-or-color

2010-07-09 Thread Michael Gilbert
On Jul 9,2010, at 12:18 AM, David Maus wrote: I'm running 6.33x on Aquamacs. Whenever I rebuild my agenda, I get this message: Symbol's function definition is void: org-face-from-face-or-color. I know enough to get a backtrace, but not enough to read it. I've appended it below. Can anyone

[Orgmode] trouble with Imenu integration

2010-07-09 Thread Michael Gilbert
And another Following the instructions from manual, I have this near the end of my startup file (I hope that is copied correctly): (add-hook ’org-mode-hook (lambda () (imenu-add-to-menubar Imenu))) But I get this error: Debugger entered--Lisp error:

[Orgmode] [BABEL] syntax highlighting in LaTeX output?

2010-07-09 Thread Rainer M Krug
Hi when I export to html, I get nice syntax highlighting in my source code (R), but when I export to pdf (via LaTeX), the source code is in normal verbatim, as it is in a verbatim environment. Is there any way to put it into a lstlisting environment, and probably even put the language from the

Re: [Orgmode] patch for org mode

2010-07-09 Thread Stephen Eglen
hi Carsten, sorry for delay. +...@comment SJE: org-feed is not autoloaded - should that be mentioned? The main entry points in org-feed are autoloaded - what do you mean here? sorry, no worries, I hadn't tried running the code, so the org-feed-alist was not visible as a variable. By the

Re: [Orgmode] Re: Verbatim export

2010-07-09 Thread Bernt Hansen
Vincent Belaïche vincent@hotmail.fr writes: [...] #+begin_example - this - #+end_example : - this one too : - and that one - Thank you for your quick reply, this is not exactly what I was looking for. What you propose will encapsulate all the text into a pre class=example

Re: [Orgmode] CSS and Publishing to HTML Tutorial

2010-07-09 Thread Sebastian Rose
Hi Adam! Adam ah...@ihug.co.nz writes: The Worg tutorial Publishing Org-mode files to HTML ran for me first time, so it seems excellent and well written. However I am trying to use a vanilla CSS, say ssheet1.css, located in ~/org/css as per the tutorial. With only the following line at

Re: [Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-09 Thread Sebastian Rose
Greg Newman g...@20seven.org writes: In my mind, I'd like to see a few different style sheets too in different flavors (html, html5, etc) for different browser specs or covering all browsers. We would need different flavours of HTML export then. Sebastian

Re: [Orgmode] CSS and Publishing to HTML Tutorial

2010-07-09 Thread Robert Klein
Hi Adam, On Thu, 08 Jul 2010 09:48:11 +0200, Adam ah...@ihug.co.nz wrote: #+STYLE: link rel=stylesheet type=text/css href=../ssheet1.css / or even # STYLE: link rel=stylesheet type=text/css href=../ssheet1.css / doing a view source of the HTML published page, shows that it includes the

Re: [Orgmode] [babel] feature request - tangle-and-evaluate-tangled-file

2010-07-09 Thread Eric Schulte
Hi Rainer, Rainer M Krug r.m.k...@gmail.com writes: On Thu, Jul 8, 2010 at 9:03 PM, Eric Schulte schulte.e...@gmail.com wrote: [...] (add-hook 'org-babel-post-tangle-hook (lambda () (ess-load-file (buffer-file-name Unfortunately, this does not work. I put the code above into

Re: [Orgmode] [BABEL] syntax highlighting in LaTeX output?

2010-07-09 Thread Eric Schulte
Yes, set org-export-latex-listings to true. Cheers -- Eric ,[org-export-latex-listings] | org-export-latex-listings is a variable defined in `org-latex.el'. | Its value is nil | | Documentation: | Non-nil means export source code using the listings package. | This package will fontify

Re: [Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-09 Thread Jonathan Arkell
On Jul 9, 2010, at 7:38 AM, Sebastian Rose wrote: Greg Newman g...@20seven.org writes: In my mind, I'd like to see a few different style sheets too in different flavors (html, html5, etc) for different browser specs or covering all browsers. We would need different flavours of HTML export

[Orgmode] org-crypt remember password

2010-07-09 Thread Chris Willard
Hello All, Is there an option to tell org-crypt to remember the password as I have many encrypted headings in certain files which I have to enter the password for? If I could just enter it once it would save lots of time. Thanks, Chris -- ---( They're doctors?! Uh, they've had a

[Orgmode] Re: org-crypt remember password

2010-07-09 Thread Richard Riley
Chris Willard cw-orgm...@meliser.co.uk writes: Hello All, Is there an option to tell org-crypt to remember the password as I have many encrypted headings in certain files which I have to enter the password for? If I could just enter it once it would save lots of time. Thanks, Chris

Re: [Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-09 Thread Greg Newman
You are correct about the CSS Johnathan. I am referring to both. HTML5's markup is so much simpler and cleaner, it would be nice to utilize that as much as possible and with the use of Modernizr it degrades HTML5 very nicely for older browsers. — Greg On Fri, Jul 9, 2010 at 12:29 PM, Jonathan

RE: [Orgmode] Re: Verbatim export

2010-07-09 Thread Vincent Belaïche
Thanks for the feedback. BR, Vincent. To: vincent@hotmail.fr Subject: Re: [Orgmode] Re: Verbatim export From: be...@norang.ca Date: Fri, 9 Jul 2010 09:13:09 -0400 CC: emacs-orgmode@gnu.org Vincent Belaïche vincent@hotmail.fr writes: [...] #+begin_example - this

[Orgmode] preserving location of point

2010-07-09 Thread Eric Abrahamsen
I'm using org mode of about a week ago, and have noticed that when I leave point inside a table in org mode, switch to another buffer, and switch back again, point is placed at the the end of the table. I'm switching back and forth quite a bit and it's a pain finding my place in the table again --

Re: [Orgmode] CSS and Publishing to HTML Tutorial

2010-07-09 Thread Adam
Thanks for reply, guidance and suggestions. I agree my cgi has nothing to do with INFOJS_OPT, nor vice versa. Regarding CSS, I have gone back to the default position, of including these inside org-notes of org-publish-project-alist, and not referring to an external CSS,

[Orgmode] why would org-mode-hook be a void variable? (was: trouble with Imenu integration)

2010-07-09 Thread Michael Gilbert
I guess my main question is why org-mode-hook would be a void variable. Did I not capture something from the instructions in the manual? Is there something that needs to be set before hand? I'm just not sure where to look. — Michael On Jul 9,2010, at 3:33 AM, Michael Gilbert wrote:

Re: [Orgmode] CSS and Publishing to HTML Tutorial

2010-07-09 Thread Sebastian Rose
Adam ah...@ihug.co.nz writes: Thanks for reply, guidance and suggestions. I agree my cgi has nothing to do with INFOJS_OPT, nor vice versa. Regarding CSS, I have gone back to the default position, of including these inside org-notes of org-publish-project-alist, and not referring to an

[Orgmode] Re: preserving location of point

2010-07-09 Thread Bernt Hansen
Eric Abrahamsen e...@ericabrahamsen.net writes: I'm using org mode of about a week ago, and have noticed that when I leave point inside a table in org mode, switch to another buffer, and switch back again, point is placed at the the end of the table. I'm switching back and forth quite a bit

[Orgmode] Re: why would org-mode-hook be a void variable?

2010-07-09 Thread Bernt Hansen
Michael Gilbert m...@gilbert.org writes: I guess my main question is why org-mode-hook would be a void variable. Did I not capture something from the instructions in the manual? Is there something that needs to be set before hand? I'm just not sure where to look. Did you initialize org-mode

Re: [Orgmode] CSS and Publishing to HTML Tutorial

2010-07-09 Thread Sebastian Rose
Adam ah...@ihug.co.nz writes: Thanks for reply, guidance and suggestions. I agree my cgi has nothing to do with INFOJS_OPT, nor vice versa. Regarding CSS, I have gone back to the default position, of including these inside org-notes of org-publish-project-alist, and not referring to an

Re: [Orgmode] org-show-following-heading shows even when nil

2010-07-09 Thread Samuel Wales
Hi Carsten, Thank you for the patch. This patch works for what it does, but does not handle the situations that I normally encounter the bug in. To expand its scope, I made the the same change to the other of org-agenda-goto and org-agenda-switch-to and have used the combined patch (yours and

[Orgmode] Re: Diary synchronising with Google calendar

2010-07-09 Thread Eric S Fraga
On Fri, 9 Jul 2010 21:35:53 +0200, Jordi Inglada jordi.ingl...@cesbio.cnes.fr wrote: Hi Eric, Sorry for bothering you again. No problem! I've bothered plenty of people in the past... First of all, the google2org workflow works perfect with your last script. Thanks! Excellent. You're

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-09 Thread Eric Schulte
Great, happy everything is working -- Eric Nicholas Putnam nput...@gmail.com writes: I got it working. I think that before emacs wasn't finding org-mode/contrib/lisp, but not generating any error (that I could see). Thanks again. On Thu, Jul 8, 2010 at 3:28 PM, Eric Schulte

Re: [Orgmode] why would org-mode-hook be a void variable? (was: trouble with Imenu integration)

2010-07-09 Thread Eric S Fraga
On Fri, 9 Jul 2010 12:23:47 -0700, Michael Gilbert m...@gilbert.org wrote: I guess my main question is why org-mode-hook would be a void variable. Did I not capture something from the instructions in the manual? Is there something that needs to be set before hand? I'm just not sure where to

Re: [Orgmode] remember template is slow

2010-07-09 Thread Daniel J. Sinder
On Wed, Jul 7, 2010 at 9:30 AM, Buck Brody buckbr...@gmail.com wrote: I'm finding that my remember templates are slow to load. I've got a lag of about three to four seconds. I know that doesn't sound like much, but it's kind of puts a kink in the workflow. I use GNU emacs on Windows. I

[Orgmode] Re: remember template is slow

2010-07-09 Thread Richard Riley
Daniel J. Sinder dan...@sindercity.com writes: On Wed, Jul 7, 2010 at 9:30 AM, Buck Brody buckbr...@gmail.com wrote: I'm finding that my remember templates are slow to load.  I've got a lag of about three to four seconds.  I know that doesn't sound like much, but it's kind of

Re: [Orgmode] Re: remember template is slow

2010-07-09 Thread Daniel J. Sinder
On Fri, Jul 9, 2010 at 2:44 PM, Richard Riley rile...@gmail.com wrote: Daniel J. Sinder dan...@sindercity.com writes: On Wed, Jul 7, 2010 at 9:30 AM, Buck Brody buckbr...@gmail.com wrote: I'm finding that my remember templates are slow to load. I've got a lag of about three to

[Orgmode] Re: preserving location of point

2010-07-09 Thread Noorul Islam K M
Bernt Hansen be...@norang.ca writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I'm using org mode of about a week ago, and have noticed that when I leave point inside a table in org mode, switch to another buffer, and switch back again, point is placed at the the end of the table. I'm

Re: [Orgmode] [BUG] #+begin_src wo. language blocks XHTML export

2010-07-09 Thread Eric Schulte
Thomas S. Dye t...@tsdye.com writes: On Jul 8, 2010, at 9:09 AM, Eric Schulte wrote: Sebastian Rose sebastian_r...@gmx.de writes: [...] It can be considered an error, since the docs say: ...This is done with the ‘src’ block, where you also need to specify the name of the major mode

[Orgmode] Bib system based on org-mode

2010-07-09 Thread Qiang Guo
Hi, Community org-mode is a great tool to record and recognize things. Has anybody ever thought of using it as a bibliographical system as Endnote, and etc ? Right now, I am trying to organize my reference records in org-mode. This is handy because org-mode has some nice features such as