Re: [Orgmode] HTML Export: Can I suppress percents?

2008-11-12 Thread Carsten Dominik
Hi David, it is best to put such entries into a separate file. - Carsten On Nov 13, 2008, at 3:30 AM, David A. Gershman wrote: You may have already considered and rejected this option, but you [...] No, I haven't considered it but it doesn't seem to work for me (providing I'm doing it rig

[Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Austin Frank
On Wed, Nov 12 2008, Eric Schulte wrote: > In the above example how would you/Sweave handle the case where there > are multiple R blocks in the same file? For example Sweave puts all variables defined in a document into the same environment. So assigning to a twice overwrites the first assignme

[Orgmode] Re: Breaking tasks down into subtasks

2008-11-12 Thread Bernt Hansen
"David A. Gershman" <[EMAIL PROTECTED]> writes: > Any heading which has a [%] or [/] at the end will _automatically_ be > updated as its subtasks *Todo-keywords* are updated. The [%] and [/] can be anywhere in the heading - they don't have to be at the end. -Bernt

Re: [Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Eric Schulte
Austin Frank <[EMAIL PROTECTED]> writes: > On Tue, Nov 11 2008, Graham Smith wrote: > >> Is any one using Org-mode with ESS. ESS seems to need a file with a >> *.R name to work, but it would be really useful to use Org-mode >> features to keep notes of comments and code, before sending to R, and

[Orgmode] before first heading and nil-type agenda

2008-11-12 Thread Arne
I was having trouble getting a complete week view agenda and the left arrow and right arrow would not move the agenda to subsequent weeks (the error displayed would be "nil-type agenda"). The error in the Messages buffer was "org-back-to-heading: before first heading". After some digging in my

[Orgmode] Re: linking to an email..

2008-11-12 Thread Ross Patterson
Bernt Hansen <[EMAIL PROTECTED]> writes: > sergio <[EMAIL PROTECTED]> writes: > >> part of me would like to use gnus (does anyone on here use gnus for >> email?).. > > I do with a local IMAP server. Ditto! I wrote a package that uses mswatch to get near realtime synchronization between the serve

Re: [Orgmode] HTML Export: Can I suppress percents?

2008-11-12 Thread David A. Gershman
> You may have already considered and rejected this option, but you [...] No, I haven't considered it but it doesn't seem to work for me (providing I'm doing it right). I originally had this: #+STARTUP: hidestars %%(let .) 10:00-11:00 Status Meeting And taking your suggesting made it

[Orgmode] HTML Export: Can I suppress percents?

2008-11-12 Thread David A. Gershman
Hi Everyone, I'm playing with HTML exporting and would like to know how I can suppress the "%%(..." diary entries I have at the top of my .org file? Thanks! --- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ "It's all about the path!" --d. gershman _

Re: [Orgmode] A more generic Effort property?

2008-11-12 Thread Inanna Underhill
Hi, Now that you mention it, since you've included <> in property searches, with the secondary filtering it's pretty simple to treat any numerical property like Effort, I guess. The only exception is that I can't easily sort by other properties. When I figure out how to put that in org-agenda-so

Re: [Orgmode] A more generic Effort property?

2008-11-12 Thread Carsten Dominik
Hi Inanna, I am not sure if I understand correctly, but you can have several summing properties and use them just like the Effort property, but with just plain numbers, for example. - Carsten On Nov 12, 2008, at 4:41 PM, Inanna Underhill wrote: Hi, I am really enjoying upgrading from 5

Re: [Orgmode] A more generic Effort property?

2008-11-12 Thread Carsten Dominik
On Nov 12, 2008, at 5:05 PM, sergio wrote: On Nov 12, 2008, at 10:41 AM, Inanna Underhill wrote: I am really enjoying upgrading from 5.23 to 6.11, especially the new speaking of upgrading.. i am currently running 5.23a.. it came with aquamacs. should i upgrade to the most current versi

Re: [Orgmode] linking to an email..

2008-11-12 Thread Carsten Dominik
On Nov 12, 2008, at 5:45 PM, sergio wrote: in the google movie, the presenter did a REALLY cool trick where he linked an org file to an email in mail.app.. part of me would like to use gnus (does anyone on here use gnus for email?).. but being able to link directly to a mail.app messag

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

2008-11-12 Thread David A. Gershman
> I don't suppose C-u C-c C-c from the Remember buffer addresses your > issue? When I pop open a Remember buffer, the preface has the > following comments in it: > > ## C-c C-c "~/org//notes.org" -> "* Tasks" > ## C-u C-c C-c like C-c C-c, and immediately visit note at target > location >

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Carsten Dominik
Wow, this patch is important enough for an "emergency release", 6.12b. Up on the git repo now. Thanks - Carsten On Nov 12, 2008, at 9:47 PM, Eric Schulte wrote: Sebastian Rose <[EMAIL PROTECTED]> writes: Hi Eric, sorry for being unclear. I use the -o option. The image is always created c

Re: [Orgmode] Breaking tasks down into subtasks

2008-11-12 Thread David A. Gershman
I do this *ALL* the time, so allow me to chime in on this one. Any heading which has a [%] or [/] at the end will _automatically_ be updated as its subtasks *Todo-keywords* are updated. So consider the following *starting* point: * Major Goal [%] * Task #1 * Task #2 * Task #3 At

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Eric Schulte
I added support for the dot graphing utility (see http://www.graphviz.org/). The updated code with examples is in the github repo. "Eric Schulte" <[EMAIL PROTECTED]> writes: > Hi Mac, > > That's an interesting utility. > > I have been working on an org-mode add-on for the specialized processing

[Orgmode] Breaking tasks down into subtasks

2008-11-12 Thread Yann Tambouret
This seems basic, but I'm having trouble understanding how to 'activate' the [%33] or [1/2] on a heading as shown in the section 5.5 example. Are these done manually? Is this seen in only certain agenda views? I'm using 6.12a Thanks, Yann ___ Emac

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Sebastian Rose
Hi Eric, yes, this looks fine to me and works :-) What do the others think? I believe overwriting is the desired behaviour on export. I use org-publish-attachment for images, stylesheets, scripts and so on. And they shurely should be updated in the publishing-directory. I just wonder, why I ne

Re: [Orgmode] Re: Can not push to Worg.

2008-11-12 Thread Mikael Fornius
Hi Bastien! Bastien <[EMAIL PROTECTED]> writes: > Mikael Fornius <[EMAIL PROTECTED]> writes: > >> Bastien: may I push please? > > I need to add your account to repo.or.cz to let you push things. Yes, of course, forgot :-) My account login is: rplacd. Thanks for great service. /Mikael Fornius

[Orgmode] Re: linking to an email..

2008-11-12 Thread Tassilo Horn
Bernt Hansen <[EMAIL PROTECTED]> writes: Hi! >> part of me would like to use gnus (does anyone on here use gnus for >> email?).. > > I do with a local IMAP server. Ditto! And with gnus linking email or newsgroup messages is very nice (when using org-remember). There's even an option that makes

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Eric Schulte
Sebastian Rose <[EMAIL PROTECTED]> writes: > Hi Eric, > > > sorry for being unclear. I use the -o option. The image is always > created correctly. But it seems that the exporter > (org-publish-attachment) refuses to overwrite existing files. > Hi Sebastian, I see now. It looks like org-publish-

[Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Detlef Steuer
This looks just quite cool. :-) I am certainly interested, just starting to prepare a lecture I'll have to give next term and looking for right tool. So, where to grab it? It would be great to collaborate on this, but I fear my emacs skills are _very_ limited. (My only excuse: I converted from VI

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Sebastian Rose
Hi Bernt, I'll follow your advice for all future changes to my alternative system here. `C-c r' did it's job already :-) Thanks, Sebastian Bernt Hansen <[EMAIL PROTECTED]> writes: > Not all of them but it will (or should) adjust whatever belongs to the > package you are switching. Some of

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Sebastian Rose
Hi Eric, sorry for being unclear. I use the -o option. The image is always created correctly. But it seems that the exporter (org-publish-attachment) refuses to overwrite existing files. Regards, Sebastian "Eric Schulte" <[EMAIL PROTECTED]> writes: > Sebastian Rose <[EMAIL PROTECTED]> wri

Re: [Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Graham Smith
Austin > In my local git repo of the org sources I have a pretty nice setup for > using R or S inside org-mode. I did see the original posts on this, and was interested in what you were doing, but its a bit beyond me at the moment while I am still trying to grasp how Emacs/org works. At the mome

[Orgmode] Re: linking to an email..

2008-11-12 Thread Bernt Hansen
sergio <[EMAIL PROTECTED]> writes: > part of me would like to use gnus (does anyone on here use gnus for > email?).. I do with a local IMAP server. -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-org

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Bernt Hansen
Not all of them but it will (or should) adjust whatever belongs to the package you are switching. Some of those links (for me) are from a different java package. On my system I can configure java javac javadoc javah separately but some of those only have one alternative (so you can't ch

[Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Austin Frank
On Tue, Nov 11 2008, Graham Smith wrote: > Is any one using Org-mode with ESS. ESS seems to need a file with a > *.R name to work, but it would be really useful to use Org-mode > features to keep notes of comments and code, before sending to R, and > of course to copy results back into an Org-Mod

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Sebastian Rose
Hi Bernt, will # update-alternatives --config java adjust all those links? sh$ ls -1 /etc/alternatives/java* /etc/alternatives/java /etc/alternatives/javac /etc/alternatives/javac.1.gz /etc/alternatives/javadoc /etc/alternatives/javadoc.1.gz /etc/alternatives/javah /etc/alternatives/javah.1.gz

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Eric Schulte
Sebastian Rose <[EMAIL PROTECTED]> writes: > Hi Eric, > > > I used no options at all for testing. Now it works here (see my previous > mail). > > > The only problem left is now the copy problem if I change > something. Hi Sebastian, I think this is related to the -o option of the ditaa utility.

Re: [Orgmode] how-to? - email this page

2008-11-12 Thread David A. Gershman
Off the top of my head (which is pretty round), I'd cut 'n' paste into RMAIL mode. emacs' mail sending ability. However, you'll need to setup RMAIL for your SMTP server and I'm not sure if authentication/SSL poses an obstacle. Googling should help. > i have JUST moved to org mode last night fro

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Bernt Hansen
Sebastian Rose <[EMAIL PROTECTED]> writes: > OK, fixed. > > > I did NOT have to adjust all the /etc/alternatives/java* stuff. > > Just java and javac have been changed on some updating or installation > of packages depending on the free java stuff. > > > sh$ cd /etc/alternatives/ > sh$ rm java > s

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Sebastian Rose
Hi Eric, I used no options at all for testing. Now it works here (see my previous mail). The only problem left is now the copy problem if I change something. Seems that this happens somewhere else. I.e., not in org-exp-blocks.el, but rather in one of those: sh$ grep -Fr copy-file emacs/lisp/ex

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Eric Schulte
Sebastian Rose <[EMAIL PROTECTED]> writes: > Carsten Dominik <[EMAIL PROTECTED]> writes: >>> ditaa has no option to adjust the background color, but if I use ditaa >>> from the commandline, the background color is white. >> >> For what it is worth, I have no problems with the background, it is w

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Sebastian Rose
OK, fixed. I did NOT have to adjust all the /etc/alternatives/java* stuff. Just java and javac have been changed on some updating or installation of packages depending on the free java stuff. sh$ cd /etc/alternatives/ sh$ rm java sh$ ln -s /usr/lib/jvm/java-6-sun/bin/java java sh$ rm javac sh$

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Sebastian Rose
Carsten Dominik <[EMAIL PROTECTED]> writes: >> ditaa has no option to adjust the background color, but if I use ditaa >> from the commandline, the background color is white. > > For what it is worth, I have no problems with the background, it is white all > right. Maybe it is transparent? No,

Re: [Orgmode] Re: Can not push to Worg.

2008-11-12 Thread Bastien
Hi Mikael, Mikael Fornius <[EMAIL PROTECTED]> writes: > Now that I read the instructions again I see that I also have to mail > Bastien for this to work, I CC: him. > > Bastien: may I push please? Sure! From your previous email I assume your account on repo.or.cz is "rplacd" -- am I right? I

Re: [Orgmode] linking to an email..

2008-11-12 Thread Christopher Suckling
On Wed, Nov 12, 2008 at 11:45:37AM -0500, sergio wrote: > > in the google movie, the presenter did a REALLY cool trick where he > linked an org file to an email in mail.app.. > > part of me would like to use gnus (does anyone on here use gnus for > email?).. > > but being able to link directly

Re: [Orgmode] Re: crossing out done items

2008-11-12 Thread Carsten Dominik
On Nov 12, 2008, at 5:57 PM, sergio wrote: I personally find that colouring the keywords is sufficient. Check out org-todo-keyword-faces. hi bernt.. unfortunately, i am colorblind... I must admit, this is the first really good argument I hear for using a strikethrough font :-) -

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Carsten Dominik
On Nov 12, 2008, at 2:54 PM, Sebastian Rose wrote: Hi Eric, this is - hey - WOWEE, GREAT! But I ran into to problems: * Background color The background of the resulting images is black, and I don't know how to change that. Black lines on black background... I tried with leading col

[Orgmode] Re: crossing out done items

2008-11-12 Thread sergio
I personally find that colouring the keywords is sufficient. Check out org-todo-keyword-faces. hi bernt.. unfortunately, i am colorblind... so fiddling with colors is still really hard for me to differentiate.. a cross out is easy for me to see.. I too am a planner convert (but I move

Re: [Orgmode] crossing out done items

2008-11-12 Thread sergio
just move point on the 'DONE' and do a M-x customize-face RET got it.. this works perfectly.. thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to s

[Orgmode] Re: crossing out done items

2008-11-12 Thread Bernt Hansen
sergio <[EMAIL PROTECTED]> writes: > i have JUST switched over from planner-el, and i am thinking that i > REALLY like it.. > > the thing that i kinda miss is how planner-el would cross out and dim > todo items that were done. i really liked that.. > > maybe i just gotta get used to not having it.

[Orgmode] linking to an email..

2008-11-12 Thread sergio
in the google movie, the presenter did a REALLY cool trick where he linked an org file to an email in mail.app.. part of me would like to use gnus (does anyone on here use gnus for email?).. but being able to link directly to a mail.app message would be VERY nice.. can someone give me

RFC 2445 compliance of org mode (was: Re: R: [Orgmode] Problems with iCalendar export of my Calendar)

2008-11-12 Thread Georg C. F. Greve
Hi Carsten, I have played with things some more, and have now managed to restructure my Calendar file in a way that it allows me to export to iCalendar in a good and meaningful way. Trying to import the results I noticed something that looks like an error in the way Org Mode implements RFC2445 (i

Re: [Orgmode] crossing out done items

2008-11-12 Thread Sebastian Rose
Hi sergio, just move point on the 'DONE' and do a M-x customize-face RET emacs offers you a 'org-done'. Type RET again and adjust to your needs. You may also adjust the face for the rest of the headline (org-headline-done). Best, Sebastian sergio <[EMAIL PROTECTED]> writes: > i have JUST

[Orgmode] crossing out done items

2008-11-12 Thread sergio
i have JUST switched over from planner-el, and i am thinking that i REALLY like it.. the thing that i kinda miss is how planner-el would cross out and dim todo items that were done. i really liked that.. maybe i just gotta get used to not having it.. but i was wondering if anyone else li

Re: [Orgmode] A more generic Effort property?

2008-11-12 Thread sergio
On Nov 12, 2008, at 10:41 AM, Inanna Underhill wrote: I am really enjoying upgrading from 5.23 to 6.11, especially the new speaking of upgrading.. i am currently running 5.23a.. it came with aquamacs. should i upgrade to the most current version? thanks! ___ peace, sergio photographer,

[Orgmode] A more generic Effort property?

2008-11-12 Thread Inanna Underhill
Hi, I am really enjoying upgrading from 5.23 to 6.11, especially the new summing in the columns-view of the agenda buffer. I'd been trying to figure out something like the Effort property behavior on my own, so this is a bonus, too. Thank you! In my own thinking about effort, however, effort i

[Orgmode] Re: Languages again

2008-11-12 Thread Richard KLINDA
Hungarian is all right. Richard ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] how-to? - show only 1 tag for 1 day..

2008-11-12 Thread Charles Sebold
On 12 Nov 2008, [EMAIL PROTECTED] wrote: > when i view an agenda, sometimes it is much easier for me to view only > one tag for one day.. > > for instance.. > > before i run out to lunch, i would like to have a list that only shows > errands for today.. > > i can do this, but it shows all errands

[Orgmode] how-to? - show only 1 tag for 1 day..

2008-11-12 Thread sergio
when i view an agenda, sometimes it is much easier for me to view only one tag for one day.. for instance.. before i run out to lunch, i would like to have a list that only shows errands for today.. i can do this, but it shows all errands for the whole week.. can i narrow this down? than

[Orgmode] how-to? - email this page

2008-11-12 Thread sergio
i have JUST moved to org mode last night from planner mode after watching the video an reading a few articles.. so far, i REALLY like it because my life revolves around free form notes.. one thing i would REALLY like to be able to do is email a page directly from emacs.. for instance..

R: [Orgmode] Re: How to say "Footnotes" on other languages

2008-11-12 Thread Giovanni Ridolfi
--- Mer 12/11/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> ha scritto: > ("ru" "Автор" "Дата" "Содержание" "Сноска") could you please use the code in this page? http://www.thesauruslex.com/typo/eng/nonlatin.htm#ru I think that Carsten wants *NOT*-UTF-8 characters, you know it's full of Americans wi

[Orgmode] Re: How to say "Footnotes" on other languages

2008-11-12 Thread rushba
("ru" "Автор" "Дата" "Содержание" "Сноска") ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Sebastian Rose
Hi Eric, this is - hey - WOWEE, GREAT! But I ran into to problems: * Background color The background of the resulting images is black, and I don't know how to change that. Black lines on black background... I tried with leading colons and without. ditaa has no option to adjust th

R: [Orgmode] question about aborting a todo entry

2008-11-12 Thread Giovanni Ridolfi
-- Mar 11/11/08, Denny Zhang <[EMAIL PROTECTED]> ha scritto: > In org-mode, we can set a todo entry as a done entry. What > if we want to > abort this entry? So my question is what should we do to > differentiate > between done entries and aborted entries? In the Manual: 5.2.1 TODO keywords as wor

[Orgmode] question about aborting an todo entry

2008-11-12 Thread Denny Zhang
Hi all In org-mode, we can set a todo entry as a done entry. What if we want to abort this entry? So my question is what should we do to differentiate between done entries and aborted entries? Thanks in advance. ___ Emacs-orgmode mailing list Remembe

[Orgmode] :Properties: and Completion , bug?

2008-11-12 Thread Giovanni Ridolfi
Hello everyone, I have a problem with the completion inside a :PROPERTIES: drawer GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON Org-mode version 6.12a WinXP Since I'm under WinXP M- will change window :- and I use C-M-i to have the completion. ---

Re: R: [Orgmode] Problems with iCalendar export of my Calendar

2008-11-12 Thread Georg C. F. Greve
Hi Carsten, On Tue, 11 Nov 2008 20:31:34 +0100 Carsten Dominik <[EMAIL PROTECTED]> wrote: cd> A time-range with first an active stamp and then an inactive cd> meaning has no defined purpose in Org, and I cannot say what will cd> happen in what circumstances. Understood. Is there any reason

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Mac
Carsten Dominik science.uva.nl> writes: > Hi Mac, I don't think I understand. > > When I load Eric's code, the ASCII image is not exported. The png > file is created on the fly and then *replaces* the ASCII drawing in > HTML document - works beautifully for me. H, I just installed the

Re: [Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Carsten Dominik
On Nov 12, 2008, at 9:14 AM, Mac wrote: Eric Schulte gmail.com> writes: I have been working on an org-mode add-on for the specialized processing of #+begin_* blocks. Since this is very similar to the need you expressed below, I implemented ditaa processing as one of the examples in the

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Mac
Carsten Dominik science.uva.nl> writes: > may I suggest the following change? > > If you allow the format in the block to be like this: > > #+begin_ditaa blue.png -r -S > : +-+ > : | cBLU| > : | | > : |++ > : ||cPNK| > : ||| > : +++ > #+end_ditaa

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Mac
Mac sneakemail.com> writes: > > * First I want to keep the ASCII-image in the original file for easy updating > > * Second, and as a result of the above, I don't automatically include a link >to the file. I know what's being called so that's no big deal to manually >add > > * Third

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Mac
Eric Schulte gmail.com> writes: > I have been working on an org-mode add-on for the specialized processing > of #+begin_* blocks. Since this is very similar to the need you > expressed below, I implemented ditaa processing as one of the examples > in the initial implementation of this add-on. >