Re: [Orgmode] Links to 'remember' notes?

2008-11-19 Thread Carsten Dominik
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

[Orgmode] Re: Org Remember hooks?

2008-11-19 Thread Bernt Hansen
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

[Orgmode] Org Mode Column View for multiple files

2008-11-19 Thread Julien CHEVALIER
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

[Orgmode] Re: [PATCH] better links to Gnus articles

2008-11-19 Thread Carsten Dominik
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.

[Orgmode] Re: Org Mode Column View for multiple files

2008-11-19 Thread Bernt Hansen
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

[Orgmode] git-diff and superfluous whitespace changes

2008-11-19 Thread Sebastian Rose
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

[Orgmode] Re: Dividers in File

2008-11-19 Thread news.gmane.org
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

[Orgmode] org-clock-in fails sometimes with prefix arg

2008-11-19 Thread Bernt Hansen
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

[Orgmode] org-archive-location

2008-11-19 Thread Matthew Lundin
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

Re: [Orgmode] Re: Dividers in File

2008-11-19 Thread Matthew Lundin
"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"

[Orgmode] Re: org-archive-location

2008-11-19 Thread Bernt Hansen
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

Re: [Orgmode] org-archive-location

2008-11-19 Thread Nick Dokos
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

[Orgmode] [PATCH] Clean up the description of org-archive-location

2008-11-19 Thread Bernt Hansen
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

Re: [Orgmode] git-diff and superfluous whitespace changes

2008-11-19 Thread Carsten Dominik
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

[Orgmode] Re: org-archive-location

2008-11-19 Thread Matthew Lundin
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

[Orgmode] publishing and minor/major modes

2008-11-19 Thread Richard Riley
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

Re: [Orgmode] Re: Dividers in File

2008-11-19 Thread Sebastian Rose
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

[Orgmode] face error with org-publish : include src emacs-lisp

2008-11-19 Thread Richard Riley
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

[Orgmode] Publishing my personal website with Org-mode

2008-11-19 Thread Flávio de Souza
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

[Orgmode] A few new user questions, Custom agenda views, calendar in frame, and Hyperlinks on win32

2008-11-19 Thread Jonathan Arkell
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

Re: [Orgmode] A few new user questions, Custom agenda views, calendar in frame, and Hyperlinks on win32

2008-11-19 Thread Eddward DeVilla
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

Re: [Orgmode] Re: Dividers in File

2008-11-19 Thread Eddward DeVilla
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

Re: [Orgmode] Publishing my personal website with Org-mode

2008-11-19 Thread Matthew Lundin
[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,

Re: [Orgmode] A few new user questions, Custom agenda views, calendar in frame, and Hyperlinks on win32

2008-11-19 Thread Matthew Lundin
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

Re: [Orgmode] A few new user questions, Custom agenda views, calendar in frame, and Hyperlinks on win32

2008-11-19 Thread Nick Dokos
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

[Orgmode] bullet point cycling

2008-11-19 Thread Samuel Wales
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

Re: [Orgmode] A few new user questions, Custom agenda views, calendar in frame, and Hyperlinks on win32

2008-11-19 Thread Manish
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

Re: [Orgmode] [PATCH] Clean up the description of org-archive-location

2008-11-19 Thread Carsten Dominik
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

Re: [Orgmode] face error with org-publish : include src emacs-lisp

2008-11-19 Thread Carsten Dominik
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

Re: [Orgmode] publishing and minor/major modes

2008-11-19 Thread Carsten Dominik
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

Re: [Orgmode] Re: Dividers in File

2008-11-19 Thread Carsten Dominik
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

Re: [Orgmode] org-clock-in fails sometimes with prefix arg

2008-11-19 Thread Carsten Dominik
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

Re: [Orgmode] face error with org-publish : include src emacs-lisp

2008-11-19 Thread Richard Riley
"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