Hello,
we are currently setting up some org-templates for simple web pages (e.g. CV
information for members of our institute). So far this seems to work
surprisingly well - even for users who use editors other than Emacs (yes, we
need to try harder...). We have created a web service so users ca
Hi T o n g,
At Mon, 16 Nov 2009 02:47:39 + (UTC),
T o n g wrote:
>
> Ok, enough off-track babbling, what I want to know is that weather org-
> mode can somewhat allows me to assign arbitrary levels of priority to my
> todo list, and let me browse them in their priority order (so that high
>
Raju Gandhi writes:
> I get this error everytime I fire up org-mode. I just upgraded to
> Emacs 23 yesterday, and started seeing this error. I searched around
> for fixed, and tried a few things but I can't seem to get flyspell to
> work.
>
> Emacs : GNU Emacs 23.1.1 (i386-apple-darwin9.8.0, NS
--- Lun 16/11/09, T o n g ha scritto:
Hi, Tong,
> What I haven't figured out is how to browse todo
> items by priority
in the file you can sort them: select the
region and C-c ^
(Manual, 2.5 Structure editing)
I think this can also be done in the agenda,
please see:
[10.4.3 Sorting of a
Stefan Vollmar writes:
> Hello,
>
> we are currently setting up some org-templates for simple web pages (e.g. CV
> information for members of our institute). So far this seems to work
> surprisingly well - even for users who use editors other than Emacs (yes, we
> need to try harder...). We ha
Hi Stefan,
On Mon, Nov 16, 2009 at 09:51:38AM +0100, Stefan Vollmar wrote:
[snipped]
> To improve performance, we want to switch to emacsclient but we are
> not sure how to adapt the above code to do this. Our first attempt:
>
> cmd = emacsclient + " --eval " \
> + " \"(add-to-list 'load-path
Hi Sebastian,
can you point to a page where you think the stuff is badly readable?
- Carsten
On Nov 15, 2009, at 8:08 PM, Sebastian Rose wrote:
Hi,
the colors on orgmode.org are made from an Emacs setup with a dark
background.
Because of the light background on the Web, code examples with
Carsten Dominik writes:
> Hi Sebastian,
>
> can you point to a page where you think the stuff is badly readable?
>
> - Carsten
Yes - sorry.
http://orgmode.org/worg/org-contrib/org-protocol.php#open-source-rewritten-urls
Sebsatian
>
> On Nov 15, 2009, at 8:08 PM, Sebastian Rose wrote:
>
>
On my calibrated monitor that's fine for readability
On Mon, Nov 16, 2009 at 8:15 AM, Sebastian Rose wrote:
> Carsten Dominik writes:
> > Hi Sebastian,
> >
> > can you point to a page where you think the stuff is badly readable?
> >
> > - Carsten
>
> Yes - sorry.
>
>
> http://orgmode.org/worg/or
Noorul,
Thank you for letting me know. I wonder if it is has to do with some other
package in my load-path. (I use similar configurations on Windows and Mac
and am seeing the error on both).
I will load emacs without my other packages and see how that goes.
Thank you for the prompt response.
Ra
Stefan Vollmar writes:
> cmd = emacsclient + " --eval " \
> + " \"(add-to-list 'load-path \\\"" + ORGLIB + "\\\")\"" \
> + " \"(require 'org)\"" \
> + " \"(require 'org-exp)\"" \
> + " \"(setq org-export-headline-levels 2)\"" \
> + " \"(load-file \\\"" + orgfile + "\\\")\"" \
> + " \"
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Stefan Vollmar writes:
> Hello,
>
> we are currently setting up some org-templates for simple web pages (e.g. CV
> information for members of our institute). So far this seems to work
> surprisingly well - even for users who use editors other than Emacs (yes, we
> need to try harder...). We ha
On Nov 16, 2009, at 2:15 PM, Sebastian Rose wrote:
Carsten Dominik writes:
Hi Sebastian,
can you point to a page where you think the stuff is badly readable?
- Carsten
Yes - sorry.
http://orgmode.org/worg/org-contrib/org-protocol.php#open-source-rewritten-urls
I sort-of see what you me
Noorul Islam gmail.com> writes:
>
> I got the same error.
>
> This is what I did.
>
> $ make clean && make
>
> Everything went fine.
>
Right you are. That fixed it. Thanks! No bug after all.
___
Emacs-orgmode mailing list
Remember: use
Hi Martin,
Thanks for the bug report. It appears that the issue was related to
searching backwards to the previous source-code block before block
evaluation. Our many results types present no short supply of potential
red herrings.
I just pushed up a fix to this issue, please let me know if you
Hi,
I found people are using org-mode for diary writing in recent mlist
archive, but wasn't able to find such tutorials.
Anyone can enlighten me with such tutorial, which is for org-mode newbies
and focusing on how to make most use of applicable org-mode features, and
maybe a bonus "best-prac
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
Hello,
I started writing an extension to org that actually applies a custom face to
an item tagges as CATEGORY or PROJECT. The thing is I'm really having a hard
time understanding the regexp. The code is adapted from the
org-action-verb.el by Tim O'Calaghan, basically using the same structure
sinc
Ok, I'm sorry, I actually had to research a little bit more before posting
:)
Well, what I need to know now is how to make the overlay work. The code to
match is working, but I'm receiving the following error:
Error during redisplay: (wrong-number-of-arguments match-beginning 0)
Here's the full
Greg Newman writes:
> On my calibrated monitor that's fine for readability
>
> On Mon, Nov 16, 2009 at 8:15 AM, Sebastian Rose wrote:
My monitor is not calibrated, but I see all the 1's on
http://www.fotocommunity.de/pc/pc/mypics/572427/display/3843090 so the
contrast is good enough.
I just ins
org-mode's priority doesn't actually work well with GTD. In org-mode,
priority is not inherited, so you can't prioritize projects, only
tasks. Usually when this has come up on the list before, the answer
is to use tags for priority when you want to prioritize tasks.
On Mon, Nov 16, 2009 at 5:41
T o n g wrote:
Hi,
I found people are using org-mode for diary writing in recent mlist
archive, but wasn't able to find such tutorials.
Anyone can enlighten me with such tutorial, which is for org-mode newbies
and focusing on how to make most use of applicable org-mode features, and
maybe a
Hello,
I would like to use the org-agenda-diary-file that's new in 6.33trans
I am able to press "i" in agenda mode, and enter a simple diary entry.
However, I can't see the new simple diary entry in my agenda, even
after refreshing, and after pressing "D" to show diary entries.
Is this the expe
2009/11/16 Sebastian Rose :
> Greg Newman writes:
>> On my calibrated monitor that's fine for readability
>>
>> On Mon, Nov 16, 2009 at 8:15 AM, Sebastian Rose wrote:
>
>
> My monitor is not calibrated, but I see all the 1's on
> http://www.fotocommunity.de/pc/pc/mypics/572427/display/3843090 so t
Hi Wes,
I'm playing with your "org-export-generic" to create an exporter for
Confluence (my humble beginning here: http://gist.github.com/236387),
I was wondering if there was a directive within "org-export-generic" to
access "org-todo-keyword" items? I did not see anything.
I'd like to add for
Gentlemen,
thanks for the many helpful replies!
To start with, it now works for me and I can measure a consistent speedup of 7x
(!) for using emacsclient - in an interactive web service (conversion of
org-files to HTML) the difference between 0.35 s and 2.40 s (average) is
significant.
(1) Ha
Hi Carsten,
Thanks for the feedback, I have comments inline below
Carsten Dominik writes:
> Hi Eric,
>
> this is fantastic, thank you for implementing it. I have wanted some
> speedup
> for this for a long time.
>
> I think your implementation still suffers from one issue:
>
> The produced ima
Stefan Vollmar writes:
> Gentlemen,
>
> thanks for the many helpful replies!
>
> To start with, it now works for me and I can measure a consistent speedup of
> 7x
> (!) for using emacsclient - in an interactive web service (conversion of
> org-files to HTML) the difference between 0.35 s and 2.40
"Eric Schulte" writes:
> Hi Carsten,
>
> Thanks for the feedback, I have comments inline below
>
> Carsten Dominik writes:
[...]
>> Now, I am sure that you are already planning to do the same
>> for ditaa images etc?
>
> of course :)
A first pass at a patch implementing caching of ditaa and d
Eraldo Helal writes:
> Thanks again for this Sebastiran!
> Will this be changed in newer versions of orgmode?
> If so... I will just wait.
Yes, I think so - simply because it's not valid.
The id of the element will be "org-div-home-and-up" as I see in
the current git version.
I guess Carsten
31 matches
Mail list logo