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
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.
On Thu, Jul 8, 2010 at 8:40 PM, Eric Schulte 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 putting
:session at th
On Thu, Jul 8, 2010 at 9:03 PM, Eric Schulte 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 feature you descri
On Jul 9, 2010, at 9:21 AM, Rainer M Krug wrote:
On Thu, Jul 8, 2010 at 8:40 PM, Eric Schulte
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 - th
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 unlimite
On Fri, 09 Jul 2010 09:57:48 +0900, Torsten Wagner
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" form so that, for ins
ial version
# 20100708 - added 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)
# 2
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.
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: (v
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 so
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
Vincent Belaïche 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
> block. This means
Hi Adam!
Adam 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 the end o
Greg Newman 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
__
Hi Adam,
On Thu, 08 Jul 2010 09:48:11 +0200, Adam wrote:
#+STYLE:
or even
# STYLE:
doing a view source of the HTML published page, shows that it includes
the java stuff of org-export-html-style-export, shown below. I feel my
defined CSS is being somehow compromised.
I also use a style
Hi Rainer,
Rainer M Krug writes:
> On Thu, Jul 8, 2010 at 9:03 PM, Eric Schulte 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 my
> emacs.organd nothing happ
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 source
Carsten Dominik writes:
[...]
>
> No, we really need to fix this.
>
> Can someone please try if the following patch does fix this issue?
>
Hi Carsten,
I've just tested your patch against the following minimal example, and
it does fix the problem, in that both of the R blocks now use the
session
On Jul 9, 2010, at 7:38 AM, Sebastian Rose wrote:
>
>
> Greg Newman 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
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
Chris Willard 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
You probably need
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 Ar
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 writes:
>
> > [...]
> >
> >>
> >>
> >> #+begin_example
> >> - this
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 --
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,
:style-include-def
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:
> Followin
Adam 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 external CS
Eric Abrahamsen 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 and it's a pain findi
Michael Gilbert 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 with
(requir
Adam 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 external CS
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 mi
On Fri, 9 Jul 2010 21:35:53 +0200, Jordi Inglada
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 very welcome.
> Howe
Great, happy everything is working -- Eric
Nicholas Putnam 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 wrote:
>
>> Alright,
>>
On Fri, 9 Jul 2010 12:23:47 -0700, Michael Gilbert 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 look.
>
> —
On Wed, Jul 7, 2010 at 9:30 AM, Buck Brody 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 also
> have cygwin i
"Daniel J. Sinder" writes:
> On Wed, Jul 7, 2010 at 9:30 AM, Buck Brody 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
What does "remember temp
On Fri, Jul 9, 2010 at 2:44 PM, Richard Riley wrote:
> "Daniel J. Sinder" writes:
>
> > On Wed, Jul 7, 2010 at 9:30 AM, Buck Brody 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
> >
Bernt Hansen writes:
> Eric Abrahamsen 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 qui
"Thomas S. Dye" writes:
> On Jul 8, 2010, at 9:09 AM, Eric Schulte wrote:
>
>> Sebastian Rose 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 that should b
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 :PROPER
Hi,
org remember used with refile to (C-1 C-c C-c) and with org-crypt loaded
fail leaving an empty *remember* buffer with error: (Appear on Emacs24,
not on Emacs23.2)
,
| Use C-c C-c to remember the data.
| Getting targets...done
| Copied: Subtree(s) with 186 characters
| Cut: Subtree(s) with
42 matches
Mail list logo