Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-10 Thread Manish
On Tue, Feb 10, 2009 at 8:44 AM, Tom Breton (Tehom) wrote: [...] > OK, I've add comments, keywords, and some docstrings I forgot to > org-choose.el, and I wrote a standalone doc. Both are attached. This is very intriguing functionality. I tried to follow your and Casten's earlier exchanges but co

Re: [Orgmode] Re: Setting recurring deadlines

2009-02-10 Thread Tassilo Horn
Nick Dokos writes: Hi Nick, >> I was curious how to get that done, but I couldn't find a diary for >> "each last day of a month" in diary, too. "Each second thursday in a >> month" is on emacswiki, but all those complex dates I found are wired >> to a specific day of the week... > > "Bah, how h

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-10 Thread Carsten Dominik
On Feb 10, 2009, at 9:46 AM, Manish wrote: On Tue, Feb 10, 2009 at 8:44 AM, Tom Breton (Tehom) wrote: [...] OK, I've add comments, keywords, and some docstrings I forgot to org-choose.el, and I wrote a standalone doc. Both are attached. This is very intriguing functionality. I tried to foll

[Orgmode] Re: org-mode not loading properly on startup

2009-02-10 Thread Paul Mead
> On Jan 30, 2009, at 10:40 AM, Paul Mead wrote: > > > Just a niggling issue here, I have a function set up to load my main > > org > > file work.org. > > > > (defun gtd() > > (interactive) > > (find-file "~/.gtd/work.org") > > ) > > > > Straightforward enough, but since I downloaded v6.20 I

Re: [Orgmode] Release 6.22

2009-02-10 Thread Saurabh Agrawal
Hi Castern, Its me, Saurabh again. Thanks a lot for the fast new releases. I am really enjoying working with org and finding it indispensably useful. I would also want to thank Manish, who the other day, devoted 2 hours of his, with me, for the interactive help session. > This package inserts i

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-10 Thread Manish
On Tue, Feb 10, 2009 at 2:42 PM, Carsten Dominik wrote: > > On Feb 10, 2009, at 9:46 AM, Manish wrote: > >> On Tue, Feb 10, 2009 at 8:44 AM, Tom Breton (Tehom) wrote: >> [...] >>> >>> OK, I've add comments, keywords, and some docstrings I forgot to >>> org-choose.el, and I wrote a standalone doc. B

Re: [Orgmode] Release 6.22

2009-02-10 Thread Ben Alexander
Hi Saurabh, I had fancy ideas once, and I've gone nowhere with them. I used org- map-entries to convert an org-mode file into an acceptable input file for ledger. See my note to the org-mode list at : http://groups.google.com/group/ledger-cli/browse_thread/thread/cba54edf065c7623 I haven'

Re: [Orgmode] agenda formatting

2009-02-10 Thread Carsten Dominik
Hi John, I believe the reason for this problem is that, when you run Emacs in batch mode, it has no display and therefore no colored faces, so that HTMLIZE will pick up simpler versions of the faces and use those. So the solution you are choosing is exactly the right one, defining the faces in a

[Orgmode] An advice about stirng width in unicode

2009-02-10 Thread goodmenlinux
Hi, Org-mode is a great package! It is so great!! Here is my situation: I'm a Chinese. I use different font to display Chinese character and English characters. The table can not align correctly when there are Chinese character in it. I had check the table in detail, and f

Re: [Orgmode] An advice about stirng width in unicode

2009-02-10 Thread Carsten Dominik
Hi, the table editor works fine if each Chinese character is an integer number of ASCII characters wide. So you need to find a Chinese font that does have this property. No chance that will ever make this work for fonts that do not have this property. - Carsten Matt, this is another

Re: [Orgmode] Release 6.22

2009-02-10 Thread Saurabh Agrawal
> Hi Castern, Am really sorry for the misspell.. :( > > Its me, Saurabh again. > > Thanks a lot for the fast new releases. I am really enjoying working > with org and finding it indispensably useful. > > I would also want to thank Manish, who the other day, devoted 2 hours > of his, with me, fo

[Orgmode] revert all agenda buffers

2009-02-10 Thread David Bremner
Hi Org-wizards; I am using git to to sync my org files between various hosts. The problem is that when I update the files on disk (i.e. with a git pull) then I have to manually revert each current org buffer (or, restart emacs, like that is going to happen :-) ). It would be nice if there was an

[Orgmode] Citing articles, bibliography and html export

2009-02-10 Thread Taru Karttunen
Hello Is there a good way of writing articles so that citations and the bibliography works in both latex and html? Currently I am using \cite{foobar} in the text and have: #+LATEX: \bibliographystyle{foo} #+LATEX: \bibliography{bar} In the end and a corresponding .bib file. This works nicely wi

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
Jan Seeger writes: > Greetings! > > I am currently creating a website using org-mode, and I want images to > float to the right. However, that leads to a problem that the outline > container doesn't resize to contain the image (Attached is a screenshot). > > To force the outline container to resiz

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Richard Riley
Sebastian Rose writes: > > This is the cleanest way to do it. > > #+ATTR_HTML: alt="an image" id="mySpecialImmage" > [[./img/a.jpg] ] > > and use CSS. > > I didn't know about this! Should this maybe be documented somewhere other than in the Links section of the manual? (org) Links regards

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
Richard Riley writes: > Sebastian Rose writes: > >> >> This is the cleanest way to do it. >> >> #+ATTR_HTML: alt="an image" id="mySpecialImmage" >> [[./img/a.jpg] ] >> >> and use CSS. >> >> > > I didn't know about this! > > Should this maybe be documented somewhere other than in the Links secti

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Jan Seeger
At Tue, 10 Feb 2009 15:03:47 +0100, Sebastian Rose wrote: > > Hi Jan, > > > there are several possiblities to achive your goal. > > B) > > #+begin_html > > Html code here > > #+end_html Yep, that's what I did. It's somewhat ugly though. > and C) > > This is the cleanest way to do it

Re: [Orgmode] Call for documentation of contributed packages

2009-02-10 Thread Philip Rooke
On Tue, Feb 10, 2009 at 08:55:09AM +0100, Carsten Dominik wrote: > > To start up this process, I am looking for a volunteer, with > the following task: > > Go through the file commentaries of stuff in Org's contrib > directory and extract information from the file commentaries to > create a page f

Re: [Orgmode] Citing articles, bibliography and html export

2009-02-10 Thread Scot Becker
At the moment, rather than using BibTeX, I'm just doing citations manually, using org's footnote mechanism and /italics/ markup. This works, but I think I may have a few bugs to report with org's LaTeX export. All those italics, punctuation, and parentheses in close proximity seem like they may b

Re: [Orgmode] Release 6.22

2009-02-10 Thread Manish
On Tue, Feb 10, 2009 at 1:23 PM, Carsten Dominik wrote: > Hi, > I have release Org-mode 6.22. [snip: many new features (38 lines)] > New skipping conditions > > The functions `org-agenda-skip-entry-if' and > `org-agenda-skip-subtree-if' now accept `timestamp' and > `nottime

[Orgmode] newbie - gnus links/split windows/breadcrumbs

2009-02-10 Thread Bill White
Howdy - I've finally taken the plunge into org-mode - I'm transferring my last 3 years of old planner/muse notes to org for its better html export and its astounding rate of development. So naturally I've found a few little things that bug me: - gnus hyperlinks open a new frame, rather than tel

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Richard Riley
Sebastian Rose writes: > Richard Riley writes: >> Sebastian Rose writes: >> >>> >>> This is the cleanest way to do it. >>> >>> #+ATTR_HTML: alt="an image" id="mySpecialImmage" >>> [[./img/a.jpg] ] >>> >>> and use CSS. >>> >>> >> >> I didn't know about this! >> >> Should this maybe be documen

Re: [Orgmode] Citing articles, bibliography and html export

2009-02-10 Thread Matthew Lundin
Hi Taru, Taru Karttunen writes: > Currently I am using \cite{foobar} in the text and > have: > > #+LATEX: \bibliographystyle{foo} > #+LATEX: \bibliography{bar} > > In the end and a corresponding .bib file. This works nicely with > latex, but I would like a solution that worked also with html.

Re: [Orgmode] Citing articles, bibliography and html export

2009-02-10 Thread Manuel Hermenegildo
> If you want to use BibTeX for your citations, you'd have to have > either: (1) a bibtex engine for HTML (does it exist?) or (2) get org > to cleverly insert fragments of TeX output in HTML, both for each > citation and the bibliography. This would be ugly even if it were > easy, and I susp

Re: [Orgmode] Citing articles, bibliography and html export

2009-02-10 Thread David Bremner
At Tue, 10 Feb 2009 18:33:31 +0100, Manuel Hermenegildo wrote: > > Some time ago I had some success in a similar context (writing an > autodocumenter for the Ciao programming language) where I needed to > generate citations in a format different from latex. I managed to do > this by writing a new

Re: [Orgmode] Release 6.22

2009-02-10 Thread Carsten Dominik
Yes, thanks, fixed now. - Carsten On Feb 10, 2009, at 3:56 PM, Manish wrote: On Tue, Feb 10, 2009 at 1:23 PM, Carsten Dominik wrote: Hi, I have release Org-mode 6.22. [snip: many new features (38 lines)] New skipping conditions The functions `org-agenda-skip-entry-i

Re: [Orgmode] revert all agenda buffers

2009-02-10 Thread Carsten Dominik
On Feb 10, 2009, at 1:21 PM, David Bremner wrote: Hi Org-wizards; I am using git to to sync my org files between various hosts. The problem is that when I update the files on disk (i.e. with a git pull) then I have to manually revert each current org buffer (or, restart emacs, like that is go

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Carsten Dominik
On Feb 10, 2009, at 3:05 PM, Richard Riley wrote: Sebastian Rose writes: This is the cleanest way to do it. #+ATTR_HTML: alt="an image" id="mySpecialImmage" [[./img/a.jpg] ] and use CSS. I didn't know about this! Should this maybe be documented somewhere other than in the Links se

Re: [Orgmode] Citing articles, bibliography and html export

2009-02-10 Thread Carsten Dominik
On Feb 10, 2009, at 7:02 PM, David Bremner wrote: At Tue, 10 Feb 2009 18:33:31 +0100, Manuel Hermenegildo wrote: Some time ago I had some success in a similar context (writing an autodocumenter for the Ciao programming language) where I needed to generate citations in a format different from

[Orgmode] How to tag paragraphs?

2009-02-10 Thread Alan E. Davis
I would like to ask, without asking for any new features, how writers among the Org-mode community have come up with solutions for tagging paragraphs. I had submitted a manuscript to a friend-reviewer a number of years ago. He tagged paragraphs by little keywords or numbers. This mimicked the ab

[Orgmode] Re: How to tag paragraphs?

2009-02-10 Thread Alan E. Davis
On this topic, another thought occurs. I think that the current tagging concept is perfectly implemented. To add more tags for the purpose I have suggested would interfere with the current agenda concept. Perhaps the best way is to use headlines, and delete them later. That's probably what I'll

Re: [Orgmode] Release 6.22

2009-02-10 Thread Wanrong Lin
Just want to point out the download link on the org-mode web page is still pointing to 6.21b. ___ 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-orgm

Re: [Orgmode] revert all agenda buffers

2009-02-10 Thread Manish
On Wed, Feb 11, 2009 at 12:54 AM, Carsten Dominik wrote: > > On Feb 10, 2009, at 1:21 PM, David Bremner wrote: > >> >> Hi Org-wizards; >> >> I am using git to to sync my org files between various hosts. The >> problem is that when I update the files on disk (i.e. with a git pull) >> then I have to

[Orgmode] Bug: org-cycle on list at the end of buffer

2009-02-10 Thread Wanrong Lin
Hi, I have "org-cycle-include-plain-lists" set to t. In the following example, the text is at the very end of an org-mode buffer. If I put my cursor on the line of "item 1" and press "TAB" key, the cycling does not work. But if I add another list item after "item 1", the cycling now works (of

Re: [Orgmode] revert all agenda buffers

2009-02-10 Thread Carsten Dominik
On Feb 10, 2009, at 8:49 PM, Manish wrote: On Wed, Feb 11, 2009 at 12:54 AM, Carsten Dominik wrote: On Feb 10, 2009, at 1:21 PM, David Bremner wrote: Hi Org-wizards; I am using git to to sync my org files between various hosts. The problem is that when I update the files on disk (i.e. wit

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Richard Riley
Carsten Dominik writes: > On Feb 10, 2009, at 3:05 PM, Richard Riley wrote: > >> Sebastian Rose writes: >> >>> >>> This is the cleanest way to do it. >>> >>> #+ATTR_HTML: alt="an image" id="mySpecialImmage" >>> [[./img/a.jpg] ] >>> >>> and use CSS. >>> >>> >> >> I didn't know about this! >> >>

Re: [Orgmode] revert all agenda buffers

2009-02-10 Thread Manish
On Wed, Feb 11, 2009 at 1:21 AM, Carsten Dominik wrote: > > On Feb 10, 2009, at 8:49 PM, Manish wrote: > >> On Wed, Feb 11, 2009 at 12:54 AM, Carsten Dominik wrote: >>> >>> On Feb 10, 2009, at 1:21 PM, David Bremner wrote: >>> Hi Org-wizards; I am using git to to sync my org fil

[Orgmode] Re: LaTeX Export

2009-02-10 Thread Rasmus Pank Roulund
Hello, Sorry for the late reply. This is regarind a bug in LaTeX export. The trouble seems to happen when autofill is used. It might be caused by something else. I am not sure. The thing is that Org sometimes misintpretate $ as the currency symbolar rather than "math" as in LaTeX-lingu. IMO the use

[Orgmode] Bug and feature request in HTML export

2009-02-10 Thread Rasmus Pank Roulund
Hello, There seems to be a bug in HTML export. I am using Org for making a (fancy) web site. I define the top menu via a list which is made fancy via CSS. The Org file looks like this: #+HTML: - [[file:index.org][Forside]] - [[file:eksempler.org][Eksempler]] #+HTML: The c

[Orgmode] Re: Latex export error in tables

2009-02-10 Thread Flávio de Souza
Manish writes: > On Mon, Feb 9, 2009 at 6:10 PM, Flávio wrote: > [snip (44 lines)] >> >> This is not a utf-8 encoding problem. When I generate a tex file with org, I >> change manually from \usepackage[utf8]{inputenc} to >> \usepackage[latin1]{inputenc}. All characters are recognized without any

[Orgmode] HTML export: feature request

2009-02-10 Thread Wanrong Lin
Hi, One problem I have with current HTML export is the section number (like "1", "2.1", "2.1.2" and etc) is not very distinctive from the actual section heading. Also, sometimes I wish the sub-section headings are indented. So I wonder whether we can add the following features: 1. Assign a C

Re: [Orgmode] newbie - gnus links/split windows/breadcrumbs

2009-02-10 Thread Carsten Dominik
On Feb 10, 2009, at 4:02 PM, Bill White wrote: Howdy - I've finally taken the plunge into org-mode - I'm transferring my last 3 years of old planner/muse notes to org for its better html export and its astounding rate of development. So naturally I've found a few little things that bug me:

Re: [Orgmode] revert all agenda buffers

2009-02-10 Thread Carsten Dominik
On Feb 10, 2009, at 9:00 PM, Manish wrote: On Wed, Feb 11, 2009 at 1:21 AM, Carsten Dominik wrote: On Feb 10, 2009, at 8:49 PM, Manish wrote: On Wed, Feb 11, 2009 at 12:54 AM, Carsten Dominik wrote: On Feb 10, 2009, at 1:21 PM, David Bremner wrote: Hi Org-wizards; I am using git to to

Re: [Orgmode] newbie - gnus links/split windows/breadcrumbs

2009-02-10 Thread Samuel Wales
On Tue, Feb 10, 2009 at 08:02, Bill White wrote: > - C-o on an "external link" to another file in my ~/org results in a > split window with the target file at the bottom. Is it possible to > open targets in the same window? When I follow a trail of links to > separate files (homepage -> p

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-10 Thread Tom Breton (Tehom)
> On Tue, Feb 10, 2009 at 8:44 AM, Tom Breton (Tehom) wrote: > [...] >> OK, I've add comments, keywords, and some docstrings I forgot to >> org-choose.el, and I wrote a standalone doc. Both are attached. > > This is very intriguing functionality. I tried to follow your and > Casten's > earlier exc

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-10 Thread Tom Breton (Tehom)
> With three choices for choosenness, it works as I expected (only one item > in > CHOSEN state at a time) but for more choices like: > > #+CHOOSE_TODO: REJECTED(r) NOT_CHOSEN(n,-) MAYBE(,0) > LEANING_TOWARDS(l) CHOSEN(c,+) > > it allows multiple items to be in CHOSEN state. How do we interpret th

Re: [Orgmode] Bug and feature request in HTML export

2009-02-10 Thread Carsten Dominik
On Feb 10, 2009, at 10:06 PM, Rasmus Pank Roulund wrote: Hello, There seems to be a bug in HTML export. I am using Org for making a (fancy) web site. I define the top menu via a list which is made fancy via CSS. The Org file looks like this: #+HTML: - [[file:index.org][Forside]]

[Orgmode] Re: Bug and feature request in HTML export

2009-02-10 Thread Rasmus Pank Roulund
Carsten Dominik writes: Hello, > Org cannot know that you do want to end the list here, the HTML > insertion might be part of the list. > > I do not know how to fix this. I see your point. But if i have a lot of blank lines it probably should not be included. Somehow one needs to signal to Org t

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-10 Thread Tom Breton (Tehom)
> > Hmm, not sure if I messed up there - so I fixed this bug. Tom, > please check if I did this right. > > - Carsten Hi, Carsten. I just looked at org-6.22b You caught a problem, but I think it's a different bug. I think there are these different things: * What you saw, that it doesn't wor

Re: [Orgmode] HTML export: feature request

2009-02-10 Thread Richard Riley
Wanrong Lin writes: > Hi, > > One problem I have with current HTML export is the section number > (like "1", "2.1", "2.1.2" and etc) is not very distinctive from the > actual section heading. Also, sometimes I wish the sub-section > headings are indented. So I wonder whether we can add the follow

Re: [Orgmode] Re: Bug and feature request in HTML export

2009-02-10 Thread Sebastian Rose
Rasmus Pank Roulund writes: > Carsten Dominik writes: > > Hello, > >> Org cannot know that you do want to end the list here, the HTML >> insertion might be part of the list. >> >> I do not know how to fix this. > I see your point. But if i have a lot of blank lines it probably should > not be in

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-10 Thread Tom Breton (Tehom)
> On Tue, Feb 10, 2009 at 2:42 PM, Carsten Dominik wrote: >> >> On Feb 10, 2009, at 9:46 AM, Manish wrote: >> >>> On Tue, Feb 10, 2009 at 8:44 AM, Tom Breton (Tehom) wrote: >>> [...] OK, I've add comments, keywords, and some docstrings I forgot to org-choose.el, and I wrote a standal

Re: [Orgmode] HTML export: feature request

2009-02-10 Thread Sebastian Rose
Wanrong Lin writes: > Hi, > > One problem I have with current HTML export is the section number (like "1", > "2.1", "2.1.2" and etc) is not very distinctive from the actual section > heading. Also, sometimes I wish the sub-section headings are indented. So I > wonder whether we can add the follow

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
Jan Seeger writes: >> and C) >> >> This is the cleanest way to do it. >> >> #+ATTR_HTML: alt="an image" id="mySpecialImmage" >> [[./img/a.jpg] ] >> >> and use CSS. >> > The problem is that I can't use CSS. I need to modify the HTML to > insert an element which forces the outline-2 container

[Orgmode] Slight fix to update-org.sh

2009-02-10 Thread Tom Breton (Tehom)
While updating to 6.22b, I remembered this: I like pete's update-org.sh. It's convenient when you haven't got git (I'll get around to getting git someday, but it's not high priority) It had a bit of a problem because my org directory wasn't a subdirectory of my build directory. I made some mino

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
> Carsten Dominik writes: >> It is documented here: >> >> http://orgmode.org/manual/Links.html#Links >> >> Is this not the right place? The export section seems a good place actually. I just forgot, that images and links share a common syntax. Now, as I read this, I see that links and images ar

[Orgmode] How to backup the DONE items?

2009-02-10 Thread Feng Zhou
Hello, all I am using org mode, but as time goes on, my org file becomes larger and larger. So, I want to move all the DONE and Archived items to another file (preferably with a copy of the headers that contain them for reference), but I don't know how to do this. Any help on this? Thank you.

Re: [Orgmode] How to backup the DONE items?

2009-02-10 Thread Sebastian Rose
Hi Feng, look here: http://orgmode.org/manual/Archiving.html#Archiving It's not too much to read and easy to follow. Regards, Sebastian Feng Zhou writes: > Hello, all >I am using org mode, but as time goes on, my org file becomes > larger and larger. So, I want to move all the DONE

[Orgmode] outline-agenda sorting consistency

2009-02-10 Thread Samuel Wales
Here are some possible ways that the outline and the agenda could be made slightly more consistent. Hope I didn't miss any that already exist. 1) priority faces are settable in the agenda. perhaps they could be so in the outline also. 2) sorting strategy is settable in the agenda. perh

[Orgmode] Re: minor option conflict

2009-02-10 Thread Samuel Wales
On Fri, Feb 6, 2009 at 15:10, Bernt Hansen wrote: > I can't reproduce this either. I think you can now. Do c-c c on a headline to reproduce. Fairly minimal org file: #+SEQ_TODO: TODO(t) WAIT(w!) | DONE(d!) * sss * sss Fairly minimal .emacs: (require 'cl) (defun alpha-add-path (p) (setq loa

[Orgmode] grouped undo

2009-02-10 Thread Nicholas Sandow
Hi, I've noticed that in org-mode, undo undoes one character at a time. Normally in Emacs, undo is done in chunks. To quote from the manual: Usually each editing command makes a separate entry in the undo records, but some commands such as `query-replace' divide their changes into multiple