When I open an org-mode file I start to get these errors in the
message-buffer. Debug-on-error does not seem to work because it's
apparently happening during redisplay.
Invalid face attribute :bold t [1133 times]
I removed all instances of :bold t from my color theme file, so I
don't think it's m
[EMAIL PROTECTED] writes:
> I'm looking for a way to define categories, aside from using the
> '#+CATEGORY: Whatever' method. I'd like to keep all the comments and
> other visual clutter out of the actual data portions of my
> files. Using the 'odd' and 'hide leading stars' has helped a lot. If i
There is small bug in the XHTML export. Internal links point to nowhere.
* Example
*** In the orgfile:
This [[Some Heading][Link]] should link to '*** Some Heading'.
*** After export, HTML file:
This Link should link to '*** Some
Heading'.
There is no anchor defined with that nam
I'm looking for a way to define categories, aside from using the
'#+CATEGORY: Whatever' method. I'd like to keep all the comments and
other visual clutter out of the actual data portions of my
files. Using the 'odd' and 'hide leading stars' has helped a lot. If i
could just move the category defini
Explicitly show an example for setting org-tag-alist globally
with mutually exclusive tags for people new to lisp.
---
I had trouble with this originally and ended up digging in the org.el
code to figure out how to do this. Hopefully this makes it easier
on org-mode users :)
org.texi | 11 +++
I am in the middle of some other big changes, but I will get back to
this in a week or so.
- Carsten
On Mar 24, 2008, at 4:24 PM, Wanrong Lin wrote:
More observations:
With a test task like this:
* TODO Test
SCHEDULED: <2008-03-25 Tue ++1w>
If I try to mark it DONE on 2008-03-24, i.e. bef
Hi Thomas,
the version where org.el is split needs to be installed properly,
In particular, you need to run "make" or at least "make org-install.el"
in order to produce the autoload file org-install.el. And then you need
to load this file in .emacs with
(require 'org-install)
No need to do (re
Richard G Riley <[EMAIL PROTECTED]> writes:
> Could someone show me an example of mutually exclusive tag setting in
> elisp please? There is an example of non exclusive ones in the manual:
>
> (setq org-tag-alist '(("@work" . ?w) ("@home" . ?h) ("laptop"
> . ?l)))
>
> But how to do it fo
Xin Shi <[EMAIL PROTECTED]> writes:
> Hi Cezar,
>
> It's a good idea!
>
> I've been using the weblogger.el to post on the mysql server,
> interfaced by wordpress. You may want to take a look at it.
>
> Xin
>
Thanks Xin, I think that will help me build a "publish/sync" function.
__
Could someone show me an example of mutually exclusive tag setting in
elisp please? There is an example of non exclusive ones in the manual:
(setq org-tag-alist '(("@work" . ?w) ("@home" . ?h) ("laptop"
. ?l)))
But how to do it for
#+TAGS: { @work(w) @home(h) @tennisclub(t) }
Here's a better debug backtrace from the uncompiled org.el file
Debugger entered--Lisp error: (error "Marker does not point anywhere")
jump-to-register(82)
(progn (kill-buffer (current-buffer)) (jump-to-register remember-register))
(if (equal remember-buffer (buffer-name)) (progn (kill-buffe
Hi Carsten,
I ran into this today. I was creating a new task via remember and I hit
the wrong key for selecting the template.
The prompt in the buffer says
## To switch templates, use `C-M-r'. To abort use `C-c C-k'.
so I hit C-M-r and entered the correct template key (after entering
some
Hi Cezar,
It's a good idea!
I've been using the weblogger.el to post on the mysql server, interfaced
by wordpress. You may want to take a look at it.
Xin
Cezar Halmagean wrote:
Hello,
What I am trying to do is create a blog that reads from a mysql db and
I would like to be able to use
Hello,
What I am trying to do is create a blog that reads from a mysql db and
I would like to be able to use org-mode to write (and read) to that
mysql db. So in other words, use org-mode as an interface/editor for
my blog.
I would like to hear your thoughts about this.
Regards,
Cezar
Hi Thomas,
Thank you! I'll read more about the remember package then.
Xin
Thomas Baumann wrote:
I have customized my remember templates:
'(org-remember-store-without-prompt t)
'(org-remember-templates (quote (("Todo" 116 "* TODO %?
%u" "~/org/diary.org" "Tasks") ("Note" 110 "* %?
%u" "~
I have customized my remember templates:
'(org-remember-store-without-prompt t)
'(org-remember-templates (quote (("Todo" 116 "* TODO %?
%u" "~/org/diary.org" "Tasks") ("Note" 110 "* %?
%u" "~/org/tb.org" "Notes") ("Appt" 97 "* %?
%^T
%^{Ort}" "~/org/diary.org" "Appointments") ("Call" 99
Hi Tomas,
Thanks for your reply!
I tried that, and when I called the remember, it gave me a buffer. But
when I finish that with "C-c C-c", it prompted me asking about the page.
I don't know how to deal with that.
By the way, I'm using the remember with the planner package, it might be
due t
Hi John,
Thank you!
Could you explain a little bit more about how to set up your "remember
templates"?
Xin
John Rakestraw wrote:
On Wed, 26 Mar 2008 10:54:55 -0400
Xin Shi <[EMAIL PROTECTED]> wrote:
I'm wondering if there's a way to add todo item in the buffer "Org
Agenda" on its Day G
Hi,
I usually use remember for this kind of stuff:
(require 'remember)
(add-hook 'remember-mode-hook 'org-remember-apply-template)
(define-key global-map [(control meta ?r)] 'remember)
You might want to have a look into the info file to take full advantage
of the flexibility of this approach.
On Wed, 26 Mar 2008 10:54:55 -0400
Xin Shi <[EMAIL PROTECTED]> wrote:
> I'm wondering if there's a way to add todo item in the buffer "Org
> Agenda" on its Day Grid? Since there are frequently something jumps
> up and I want to keep it in the schedule.
While in the agenda buffer, I call one of
Hi,
I'm wondering if there's a way to add todo item in the buffer "Org
Agenda" on its Day Grid? Since there are frequently something jumps up
and I want to keep it in the schedule.
Thanks!
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply
I can't get scheduled entries from org-mode to show up in calendars
printed via cal-tex. My diary file looks like
%%(diary-phases-of-moon)
%%(org-diary)
cal-tex-diary is t,
Pete Phillips <[EMAIL PROTECTED]> writes:
> I'm trying to use org-info.js.
>
> I am using the git repository, and have placed the stylesheet.css and
> the org-info.js into the same directory that my org file is in.
>
> The top of my org-file is as follows:
>
> #+TITLE: ubuntu-general.org
> #+AU
23 matches
Mail list logo