"Eric Schulte" <[EMAIL PROTECTED]> writes:
> Richard Riley <[EMAIL PROTECTED]> writes:
>
>> Trying to publish a file utilising an include
>>
>> #+INCLUDE: "~/.emacs" src emacs-lisp
>>
>> I get a face error:
>>
>> face-attribute: Invalid face
>>
>
> I believe this is a compatibility issue w
Hi Bernt,
are you saving clock information from session to session,
using org-clock-persistence-insinuate?
- Carsten
On Nov 19, 2008, at 5:25 PM, Bernt Hansen wrote:
Hi Carsten,
I've run into this a few times today. I don't have any useful insight
into how this occurs yet but I thought I'd m
On Nov 20, 2008, at 4:51 AM, Eddward DeVilla wrote:
On Wed, Nov 19, 2008 at 11:04 AM, Matthew Lundin <[EMAIL PROTECTED]>
wrote:
"news.gmane.org" <[EMAIL PROTECTED]> writes:
When I need quick dividers for better visibility, I adopt the approach
Eric mentions above. E.g.,
* section one
Hi Richard,
what do you mean by "semantic"?
I do need to turn on org-mode in the buffers to be published,
so I cannot avoid this. I might be able to get away with
turning off font-lock, but I believe that Bastien's LaTeX
exporter does rely to some extend on font-lock being turned on,
not sure th
On Nov 20, 2008, at 2:15 AM, Eric Schulte wrote:
Richard Riley <[EMAIL PROTECTED]> writes:
Trying to publish a file utilising an include
#+INCLUDE: "~/.emacs" src emacs-lisp
I get a face error:
face-attribute: Invalid face
I believe this is a compatibility issue with htmlize.el and
Another delicious cherry for me to pick, thanks Bernt and Nick.
Bernt,
I think I am ripe for a little lecture about remote repositories
and tracking them, so that I do not need to type the location of
your repo each time... :-)
- Carsten
On Nov 19, 2008, at 6:22 PM, Bernt Hansen wrote:
This
On Thu, Nov 20, 2008 at 8:36 AM, Jonathan Arkell wrote:
> Hi Everybody
>
> I have some fairly simple new user questions, and I am hoping you
guys can help me out.
>
> I have a few custom agenda views that I would like to create, but I
> am having some issues. My files are laid out in
I found the following in 6.12a.
* org-shiftleft and org-shiftright on bullet points
1. The command is not documented as working on bullet
points. However, this is a great feature. For me, it
cycles bullet styles.
2. It should ideally adjust indentation when cycling bullet p
Jonathan Arkell <[EMAIL PROTECTED]> wrote:
> Secondly, I am having an issue where my Calendar is popping up in a
> new frame all the time, either when scheduling an item or through
> remember. I’d rather it pop up in a new window instead. Is this
> possible?
>
Check the variable calendar-setup
Hi Jonathan,
"Jonathan Arkell" <[EMAIL PROTECTED]> writes:
> Hi Everybody
>
> I have some fairly simple new user questions, and I am hoping you
> guys can help me out.
>
> I have a few custom agenda views that I would like to create, but I
> am having some issues. My files are laid out in 1 file
[EMAIL PROTECTED] (Flávio de Souza) writes:
> Hi everybody!
>
> I'm new emacs and org-mode user. I've posted to this group sometimes and
> I got helpful hints. Now I need your help ( opinion ) about
> publishing html with org-mode.
>
> I decided to use emacs to make my personal website. Basically,
On Wed, Nov 19, 2008 at 11:04 AM, Matthew Lundin <[EMAIL PROTECTED]> wrote:
> "news.gmane.org" <[EMAIL PROTECTED]> writes:
>
> > Sebastian Rose schrieb:
> >> Hi David,
> >>
> >>
> >> "Eric Schulte" <[EMAIL PROTECTED]> writes:
> >>> Hi David,
> >>>
> >>> Is there any Reason why you don't just make
I'm afraid I'm not going to be too helpful with the calendar problem. My
calendar is in a different window in the same frame and the frame returns to
normal after I select my date. I don't remember doing anything special for
that. Likewise, I does use windows native emacs. Just cygwin. I skip
Hi Everybody
I have some fairly simple new user questions, and I am hoping you guys can help
me out.
I have a few custom agenda views that I would like to create, but I am having
some issues. My files are laid out in 1 file per project, and each file starts
with a level 1 outline element tagg
Hi everybody!
I'm new emacs and org-mode user. I've posted to this group sometimes and
I got helpful hints. Now I need your help ( opinion ) about
publishing html with org-mode.
I decided to use emacs to make my personal website. Basically,
I want to write essays, tutorials and my cv and put in
Trying to publish a file utilising an include
#+INCLUDE: "~/.emacs" src emacs-lisp
I get a face error:
face-attribute: Invalid face
If I change to
#+INCLUDE: "~/.emacs" example
It publishes fine. Before I try to isolate further could someone verify
they can publish a page which i
Hi Rainer,
I simply used the customize interface for this. My current config has
changed a little, but here it is anyway. I feel it's the best to use
inheritance where ever possible, when it comes to faces. As you can see
below, I just have to change the font-family for `org-level-1', to
change i
Hi Carsten et al,
Certain files I publish are still triggering the time consuming
autoloads for things like semantic when they are included for
publishing. It would be nice if all files opened by org-publish
triggered nothing and were just treated as modeless plain text for the
purpose of publis
Thanks Nick and Bernt.
Bernt Hansen <[EMAIL PROTECTED]> writes:
> Matthew Lundin <[EMAIL PROTECTED]> writes:
>
>> Here's the relevant configuration line:
>>
>> (setq org-archive-location "2008.org_archive")
>
> I think this should be
>
> (setq org-archive-location "2008.org_archive::")
>
> -Bernt
Hi Sebastian,
As far as I know, this feature is Emacs 23 only (I had not
known about it prior your mail). Interesting, maybe we should do this.
- Carsten
On Nov 19, 2008, at 3:30 PM, Sebastian Rose wrote:
Hi,
I just found the projects support in the emacs manual [1] after
reading
some
This removes the ambiguous description that might lead org users
to try to set this variable without a '::' separator. Without
the separated C-c C-x C-S fails with
Invalid 'org-archive-location'
---
Here's my attempt at cleaning up the documentation of this variable.
This patch is avail
Matthew Lundin <[EMAIL PROTECTED]> wrote:
> I'm getting the following message with org 6.12b when I try to set a
> custom org-archive-location:
>
> org-advertized-archive-subtree: Invalid `org-archive-location'
>
> I've tried this both with emacs 22.1.1 and 23.0.60.1.
>
> Here's the relevant co
Matthew Lundin <[EMAIL PROTECTED]> writes:
> Here's the relevant configuration line:
>
> (setq org-archive-location "2008.org_archive")
I think this should be
(setq org-archive-location "2008.org_archive::")
-Bernt
___
Emacs-orgmode mailing list
Rem
"news.gmane.org" <[EMAIL PROTECTED]> writes:
> Sebastian Rose schrieb:
>> Hi David,
>>
>>
>> "Eric Schulte" <[EMAIL PROTECTED]> writes:
>>> Hi David,
>>>
>>> Is there any Reason why you don't just make the dividers the first level
>>> of headlines? -- Eric
>>
[snip]
>>
>>> "David A. Gershman"
Hi Carsten,
I'm getting the following message with org 6.12b when I try to set a
custom org-archive-location:
org-advertized-archive-subtree: Invalid `org-archive-location'
I've tried this both with emacs 22.1.1 and 23.0.60.1.
Here's the relevant configuration line:
(setq org-archive-location
Hi Carsten,
I've run into this a few times today. I don't have any useful insight
into how this occurs yet but I thought I'd mention it anyway.
My current org-clock-history looks like this:
,[ C-h v org-clock-history RET]
| org-clock-history is a variable defined in `org-clock.el'.
| Its va
Sebastian Rose schrieb:
> Hi David,
>
>
> "Eric Schulte" <[EMAIL PROTECTED]> writes:
>> Hi David,
>>
>> Is there any Reason why you don't just make the dividers the first level
>> of headlines? -- Eric
>
>
> That's what I'd prefer too. I have customized the headline faces
> heavily. An (old) sc
Hi,
I just found the projects support in the emacs manual [1] after reading
some mails on emacs-devel, and it works great. Not shure, if this is
emacs23-only.
To prevent patches from containing many lines of superfluous whitespace
changes, I added this simple .dir-settings in org-mode/ to my l
Julien CHEVALIER <[EMAIL PROTECTED]> writes:
> I've been using org mode for some days now. I dispatched my headings within 4
> files which could be considered as leaves from my main file which is the place
> where i capture headings.
> Id like to know if it's possible to get a single column view f
Hello List,
I've been using org mode for some days now. I dispatched my headings
within 4 files which could be considered as leaves from my main file which
is the place where i capture headings.
Id like to know if it's possible to get a single column view for all my
todos headings whichever fil
Hi Carsten,
Remember mode seems to be broken this morning.
After entering my remember note C-c C-c gives the following error
Debugger entered--Lisp error: (wrong-type-argument commandp
org-remember-finalize)
call-interactively(org-remember-finalize)
According to git bisect the following comm
Hi David,
one could make a link back to the file and headline. Better would be
to link back to an entry id, but that is not yet implemented. I
am actually working on it, but there are a number of fundmental problems
to be solved. So some day this can be dann, not yet.
- Carsten
On Nov 12, 20
I have applied this patch without testing it thoroughly myself,
I'd appreciate if some of you could test this and make sure that
it does not break anything.
Thanks
- Carsten
On Nov 19, 2008, at 8:49 AM, Tassilo Horn wrote:
Hi Carsten and Org-crew,
here's the promised refactoring of org-gnus.
33 matches
Mail list logo