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
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
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
> 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
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
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
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'
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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.
> 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
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
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
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
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
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
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
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
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
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
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
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
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!
>>
>>
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
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
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
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
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
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:
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
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
> 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
> 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
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]]
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
>
> 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
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
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
> 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
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
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
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
> 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
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.
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
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
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
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
61 matches
Mail list logo