[Orgmode] Re: Orgmode and filling

2010-10-07 Thread Tassilo Horn
Guy Wiener writes: Hi! > Btw, why is this option the default in org-mode? It is the opposite of > the fundamental mode. It makes no big difference when using filling, because then you don't have long lines that are truncated anyway. The only lines that won't be filled and might get long are he

[Orgmode] Re: A few questions about how you write e-mails

2010-10-21 Thread Tassilo Horn
suvayu ali writes: Hi! > Also in my case, the footnotes appear below the signature. I have to > manually move it above that before sending the email. Would be awesome > if org-footnote-action understood signatures somehow. Hm, I don't use org-mode and its functions when writing mails using Gnus

[Orgmode] Difference between org-footnote.el and footnote.el (was: A few questions about how you write e-mails)

2010-10-21 Thread Tassilo Horn
suvayu ali writes: Hi! >> Hm, I don't use org-mode and its functions when writing mails using >> Gnus, but I enable footnote-mode in message-mode and then call >> `Footnote-add-footnote' and friends directly.  That adds footnotes >> before the signature just as you want.  test [1], test [2], ...

Re: [Orgmode] Difference between org-footnote.el and footnote.el

2010-10-21 Thread Tassilo Horn
Andreas Röhler writes: Hi Andreas, >> Oh, I was pretty sure that org-footnote.el is only a wrapper around >> the original footnote.el that comes with emacs, but looking at the >> code it seems to be a completely separate facility. >> >> It says to have "better support for resuming editing" than

Re: [Orgmode] Difference between org-footnote.el and footnote.el

2010-10-21 Thread Tassilo Horn
Tassilo Horn writes: >> common footnote.el was never able to detect if a file opened has >> already footnote inside. Didn't check that for some month now... > > Yes, I've just tried that. Create a file with footnotes, save it, kill > the buffer, find it agai

[Orgmode] Re: Issues with org-mode and LaTeX export.

2010-10-21 Thread Tassilo Horn
gerald.j...@dgag.ca writes: Hi Gerald, > 1.- Following advice in the org manual I added the following lines to my > .emacs. > > (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) > (global-set-key "\C-cl" 'org-store-link) > (global-set-key "\C-ca" 'org-agenda) > (global-set-key "\C-cb" 'org

[Orgmode] Re: Difference between org-footnote.el and footnote.el

2010-10-21 Thread Tassilo Horn
Charles Philip Chan writes: Hi Charles and Nick, >> How does footnote.el find the signature? > > I presume by looking for the line "--" which precedes the signature. That's not completely true. The line has to be "-- ", i.e. "--" followed by exactly one space. Bye, Tassilo _

Re: RE [Orgmode] Re: Issues with org-mode and LaTeX export.

2010-10-21 Thread Tassilo Horn
gerald.j...@dgag.ca writes: Hi Gerald, >> I think this should do what you want, e.g. enable babel with english >> and francais options: >> >> --8<---cut here---start->8--- >> (setq org-export-latex-packages-alist >> '(("english, francais" "babel" nil))) >

[Orgmode] Re: RFI -- Which completion system?

2010-10-22 Thread Tassilo Horn
Sébastien Vauban writes: Hi Seb, > Before spending a lot of time trying to choose for the "best" > completion mechanism inside Emacs (and sticking to it), setting it up > all the way through, I wanted to know if you had had: > > - particularly good or bad experiences with one of the "standard" o

[Orgmode] Re: A few questions about how you write e-mails

2010-10-22 Thread Tassilo Horn
Sébastien Vauban writes: > --8<---cut here---start->8--- > date > --8<---cut here---end--->8--- > > is still good. for code.. ;-) and maybe supported in other emailers > than Gnus? I'm not sure, but `C-u C-c M-m' inserts ver

[Orgmode] Re: Difference between org-footnote.el and footnote.el

2010-10-22 Thread Tassilo Horn
* repos/el/org-mode/lisp/org-footnote.el (org-footnote-create-definition) (org-footnote-goto-local-insertion-point): Add footnotes before signature when in message-mode. --- lisp/org-footnote.el | 26 -- 1 files changed, 16 insertions(+), 10 deletions(-) diff --git a/lis

[Orgmode] [PATCH] Make footnotes work correctly in message-mode (was: Difference between org-footnote.el and footnote.el)

2010-10-22 Thread Tassilo Horn
* repos/el/org-mode/lisp/org-footnote.el (org-footnote-create-definition) (org-footnote-goto-local-insertion-point): Add footnotes before signature when in message-mode. --- lisp/org-footnote.el | 25 +++-- 1 files changed, 15 insertions(+), 10 deletions(-) diff --git a/lisp

[Orgmode] Re: [PATCH] Make footnotes work correctly in message-mode

2010-10-22 Thread Tassilo Horn
Sébastien Vauban writes: Hi Seb, > I tried to use this patch, but failed doing so: > > [...@mediacenter] ~/src/org-mode>git apply patch > patch:18: trailing whitespace. > (let ((max (if (and (eq major-mode 'message-mode) > patch:19: trailing whitespace. > (re-

[Orgmode] Re: [PATCH] Make footnotes work correctly in message-mode

2010-10-22 Thread Tassilo Horn
Sébastien Vauban writes: Hi Seb, > Tested. Works perfectly for me. Fan-tas-tic! Great! :-) Did you only test `org-footnote-action', or also the delete and normalize stuff? Just to make sure I didn't break that... Bye, Tassilo ___ Emacs-orgmode ma

Re: [Orgmode] [PATCH] Make footnotes work correctly in message-mode

2010-10-24 Thread Tassilo Horn
Nick Dokos writes: Hi Carsten & Nick, >> Applied, thanks - bplease confirm that I did get the right patch. Yes, you've applied the right one. Thanks! > Message-mode is just *one* message composition mode available to emacs > users and there are various other mail readers out there that don't

[Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Tassilo Horn
Eric S Fraga writes: Hi Eric, >> if it is working, then the following code block should be fontified as >> if in an Org-mode buffer >> >> #+begin_src emacs-lisp >> (message "is it working?") >> #+end_src > > Definitely not working then! This comes out as simple text in gnus > and doesn't look

[Orgmode] Re: org-mode completion tip

2010-11-09 Thread Tassilo Horn
Erik Iverson writes: Hi Erik, > However, just this morning I discovered you can use > C-M-i in as an alternative to M- in emacs, so that > completion also works with that key chord. Yes, because C-i and TAB are the same ASCII char, just like C-m and RET. Emacs can distinguish between them, but

[Orgmode] Re: Store link in message mode

2010-11-15 Thread Tassilo Horn
Ulf Stegemann writes: Hi Ulf, > If you think --despite of those issues-- it's worth adding the > creation of gnus links while in message mode I could provide a patch. I'm curious how you are able to determine where a message will be filed after sending it off. I mean, you neither have the Mess

[Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Tassilo Horn
Hi Carsten, thanks a lot for Org and the incredible job you've been doing! It was a pleasure to participate in this great community, and I'm sure it'll be a pleasure with Bastien taking the lead, too. Bye, Tassilo ___ Emacs-orgmode mailing list Pleas

[Orgmode] Re: Store link in message mode

2010-11-17 Thread Tassilo Horn
Łukasz Stelmach writes: Hi Łukasz, >>> If you think --despite of those issues-- it's worth adding the >>> creation of gnus links while in message mode I could provide a >>> patch. >> >> I'm curious how you are able to determine where a message will be >> filed after sending it off. I mean, you

[Orgmode] Re: 2 active dates on the same day

2010-11-18 Thread Tassilo Horn
Sergey Konoplev writes: Hi Sergey, > I have the task containing 2 active dates on the same day. > > ** TODO Some task ><2010-11-18 Thu 10:00> ><2010-11-18 Thu 11:00> > > I expect it to be mentioned 2 times in the agenda but it is not. I see > only the first one, does not meter if it is l

[Orgmode] [PATCH] Place Footnotes section before signature in all message-mode derived modes.

2010-12-07 Thread Tassilo Horn
* org-footnote.el (org-footnote-create-definition): Place Footnotes section before message-signature-separator also in modes derived from message-mode. --- lisp/org-footnote.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el

[Orgmode] Re: Dumb question

2010-12-09 Thread Tassilo Horn
Alawin writes: Hi! > Is there a way to print the orgmode help docstring fully expanded ? Err, what do you mean with orgmode help docstring? In case you want to print a Worg page, simply export it to PDF and print that using `C-c C-e d'. That requires a LaTeX installation. If you don't have o

[Orgmode] Re: [OT] Emacs for 64 bit Windows 7

2010-12-16 Thread Tassilo Horn
Markus Heller writes: > first, my apologies for my previous posting, that was posted by > accident, and when trying to cancel the article in gnus, it prompted > me for a Canlock password which I don't know, so I wasn't able to > cancel the posting. ,[ (info "(message)Canceling News") ] | The

[Orgmode] Re: Minor bug: org-agenda-holidays

2010-12-21 Thread Tassilo Horn
Paul Sexton writes: > In org-agenda.el, the function org-agenda-holidays is coded as: > > (defun org-agenda-holidays () > "Display the holidays for the 3 months around the cursor date." > (interactive) > (org-agenda-execute-calendar-command 'list-calendar-holidays)) > > 'list-calendar-holid

[Orgmode] Re: Minor bug: org-agenda-holidays

2010-12-22 Thread Tassilo Horn
Nick Dokos writes: Hi Nick, > I don't think the patch is necessary: as Tassilo points out, > list-calendar-holidays should exist in emacs versions before 23.1, it > is obsoleted in 23.1 and replaced by calendar-list-holidays, but > remains as an alias in versions 23.1 and after. I can confirm th

[Orgmode] Display of time/date ranges in the agenda

2011-01-05 Thread Tassilo Horn
Hi all, I have an entry ** Statustreffen (Bad Homburg) <2011-01-17 Mon 12:00>--<2011-01-18 Tue 13:30> In the agenda, it shows up as: --8<---cut here---start->8--- Monday 17 January 2011 W03 uni:12:00.. (1/2): Statustreffen (Bad Homburg)

[Orgmode] Re: Display of time/date ranges in the agenda

2011-01-06 Thread Tassilo Horn
Memnon Anon writes: Hi Memnon, >> I have an entry >> >> ** Statustreffen (Bad Homburg) >><2011-01-17 Mon 12:00>--<2011-01-18 Tue 13:30> >> >> Monday 17 January 2011 W03 >> uni:12:00.. (1/2): Statustreffen (Bad Homburg) >> Tuesday18 January 2011 >> uni:12:00..

[Orgmode] [PATCH] Properly format start and end times in time ranges. (was: Display of time/date ranges in the agenda)

2011-01-06 Thread Tassilo Horn
* org-agenda.el (org-format-agenda-item): Properly format start and end times in time ranges, i.e., print the start time of the start date, no times for intermediate dates, and the end time with preceeding dots for the end date. With this patch, an entry with time range like this --8<

[Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-12 Thread Tassilo Horn
Eric S Fraga writes: > Trying to store a link to a gnus email message (=org-store-link=) when > the cursor is on a particular message in a gnus Summary mode window, I > get: What's the Date: header of that mail? Bye, Tassilo ___ Emacs-orgmode mailin

[Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-12 Thread Tassilo Horn
Hi Eric, this patch should do the trick. I think the issue was a malformed Date: header that couldn't be converted to a timestamp. --8<---cut here---start->8--- diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 32641bf..ae5dc52 100644 --- a/lisp/org-gnus.

[Orgmode] Re: Default directory in org-agenda-mode

2011-01-12 Thread Tassilo Horn
niels giesen writes: Hi Niels, > To this end I tried doing the following: > > #+begin_src emacs-lisp > (add-to-list >'default-directory-alist >`(org-agenda-mode > ,org-directory)) > #+end_src `default-directory-alist' is defined in dired-x and only used by that. Confusing tha

Re: [Accepted] [Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-13 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, > Patch 533 (http://patchwork.newartisans.com/patch/533/) is now "Accepted". The patch below was wrong. The patch in the next mail that used `ignore-errors' instead of `condition-case' is the right one. Bye, Tassilo >> diff --git a/lisp/org-gnus.el b/lisp/

[Orgmode] Re: Emacs startup file

2009-10-13 Thread Tassilo Horn
saikari keitele writes: Hi Saikari, > I'm new to orgmode and quite new to Emacs. Welcome! > Could you please tell me the exact lines I have to add to the emacs > startup file (.emacs.el) to enable orgmode? If you use Emacs 23.1, then you don't need to do anything. Simply open a file with .or

[Orgmode] Re: ECB and org-mode

2009-10-14 Thread Tassilo Horn
Eric S Fraga writes: Hi Eric, > (defadvice ecb-method-clicked (after esf/org-show-context) > "Make sure hierarchy is visible when jumping into location from ECB tree > buffer" > (if (string= major-mode "org-mode") Here, you want (eq major-mode 'org-mode). Your version also works, but only

[Orgmode] Cannot clone Worg

2009-11-01 Thread Tassilo Horn
Hi all, I'd like to create a people page on Worg, but unfortunately, I cannot clone it. I already have a user at repo.or.cz. Here's the error message: --8<---cut here---start->8--- % git clone git+ssh://t...@repo.or.cz/srv/git/Worg.git Initialized empty Git r

[Orgmode] Re: Cannot clone Worg

2009-11-01 Thread Tassilo Horn
Nick Dokos writes: Hi Nick, > I just did a pull and it worked. Yep, now it works for me, too. Bye, Tassilo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/lis

[Orgmode] Re: Cannot clone Worg

2009-11-01 Thread Tassilo Horn
Tassilo Horn writes: >> I just did a pull and it worked. > > Yep, now it works for me, too. Oh, I was a bit too quick. I can clone and pull, but now I get an error when I try to push. --8<---cut here---start->8--- % git push Counting objec

[Orgmode] Dynamic tag completion with all tags from all agenda files

2009-11-11 Thread Tassilo Horn
Hi all, is there a way to get the tag completion suggest all tags from all my agenda files? The rationale is that I use `org-remember' very extensively, and I often want to tag the new entry. But there's no dynamic completion, because that uses only the current file's tags and the remember buffe

Re: [Orgmode] Dynamic tag completion with all tags from all agenda files

2009-11-12 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, > %^G in a remember template gives you completion on all tags, globally. > The fast tag interface does not, indeed. Yes, that's nice and basically solves the problem for remember. > On the list, but not now... Great! My birthday is November 26th, if you wa

[Orgmode] Re: org-datetree Some Suggestions

2009-11-15 Thread Tassilo Horn
Ian Barton writes: Hi Ian, > At the moment dates are inserted as plain text. It would nice to have > an option to insert the date as either an active or inactive > date. Perhaps if there was a remember variable the user could simply > surround it with either "[" or "<" as appropriate. Or maybe t

[Orgmode] Re: Notmuch: An emacs interface for fast global search and tagging of email

2009-11-18 Thread Tassilo Horn
Jan Janak writes: Hi Jan, >>     gnus:group                                Gnus group link >>     gnus:group#id                             Gnus article link >> (Manual: 4.3 External links) > > Notmuch goes beyond what the links above can do. Having your mail > indexed with notmuch is kind of li

[Orgmode] Setting PROPERTIES in remember templates automatically

2009-11-27 Thread Tassilo Horn
Hi all, in my remember templates, I'd like to set some PROPERTIES to the value of some org-remember escape sequences. Till now, I did that by defining a template like that: ("NORMAL" ?n "* %?\n %i\n :PROPERTIES:\n :created: %U\n :END:") This works, but templates become very large quickly

Re: [Orgmode] Setting PROPERTIES in remember templates automatically

2009-11-27 Thread Tassilo Horn
James TD Smith writes: Hi James, >> What I'd like to have is something like the existing >> >> %^{prop}p Prompt the user for a value for property `prop' >> >> but more like >> >> %{prop,escape}p Insert property `prop' with value taken from escape, >> if that is non

[Orgmode] [PATCH] Include all tags from all files in completion if org-tag-alist contains :all

2009-11-29 Thread Tassilo Horn
---" and the diff, text that is not recognized by git can be put. Bye, Tassilo diff --git a/doc/ChangeLog b/doc/ChangeLog index 03363fc..6b80fb7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2009-11-29 Tassilo Horn + + * org.texi (Setting tags): Document the new :all key

[Orgmode] Re: [OT] Emacs for email?

2009-12-02 Thread Tassilo Horn
Ben Finney writes: Hi Ben, >> I apologize for the WAY off topic question, but since you folk are >> emacs expertsdo you use emacs for email, and if so, what do you >> use? > > I use Gnus for NNTP (e.g. for participating in this forum), and am > really liking it. I would dearly love to use Gn

[Orgmode] Re: [OT] Emacs for email?

2009-12-02 Thread Tassilo Horn
Henri-Paul Indiogine writes: Hi Henri-Paul, > For example, I would like to read html email in Gnus using w3m, but it > seems that the latest version of emacs-w3m does not work with Emacs > 23. Check out the CVS version of emacs-w3m. It works with recent emacsen. (I really wonder why the emacs-

[Orgmode] Re: FR: org-remember shortcut to customize-option org-remember-templates

2009-12-16 Thread Tassilo Horn
Adam Spiers writes: > I really like the way `M-x org-agenda C' takes you straight to the > *Customize Option: Org Agenda Custom Commands* buffer. Similarly, it > would be nice if `M-x org-remember C' took you straight to the > *Customize Option: Org Remember Templates* buffer. But what if I hav

[Orgmode] Re: What does it mean: (define-key mode-specific-map [?a] 'org-agenda)

2010-02-07 Thread Tassilo Horn
"Krause, Joerg" writes: Hi Jörg, > After examining the manual and serveral sites, I still don't > understand the term [?a] within that statement. Can anybody brighten > my mind? The square brackets say it's a vector, and ?x is the reader-syntax for characters. So it's a vector with exactly one

[Orgmode] [Bug] Slightly wrong org-tag fontification in agenda

2010-02-12 Thread Tassilo Horn
Hi all, it seems that org fontifies everything in the agenda following the heading using the org-tag face. Basically, that's ok *unless* you don't use a special background color for tags. Then it looks wrong. Here's a screenshot showing the fontification. <> I'm using a current git version (Org

[Orgmode] Re: [Bug] Slightly wrong org-tag fontification in agenda

2010-02-12 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, > Yes, I think it is fixed now. Nearly, now the first colon isn't fontified. Here's a patch. >From 00d7a2bab8c5077eae99760c5f62dd09f4c363a4 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Fri, 12 Feb 2010 20:27:49 +0100 Subject: [PATCH

[Orgmode] Exclude spaces and maybe tags from SUMMARY in iCalendar export

2010-05-18 Thread Tassilo Horn
Hi all, I've just discovered the iCalendar export and use that to have a visually appealing read-only agenda in KOrganizer. Basically, the export seems perfect except for one thing. When I have an org entry like * Test :some:tags:here: the correspondin

[Orgmode] Bug: mapcar: Wrong type argument: listp, 100 when refiling [6.36trans (release_6.36.74.gabe03)]

2010-05-18 Thread Tassilo Horn
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. --

[Orgmode] Re: Clear image cache

2010-05-21 Thread Tassilo Horn
John Wiegley writes: >> So, John -- yes, could you revert that please as the issue has been >> fixed subsequent to 6.36. > > Done. Out of interested: is patchwork integrated with the git repo, so that it could automatically check if a patch was applied? And even better: see that this patch was

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Tassilo Horn
John Wiegley writes: Hi John, > Line 1 is a <50 character short description > > Line 3 starts a 72-column full commit entry, formatted just like a > ChangeLog entry, but without leading whitespace or '*'. If a changed > file is mentioned, the mention isn't repeated by git-changelog; but

[Orgmode] Canonical way to check if an org file is an agenda file?

2010-05-25 Thread Tassilo Horn
Hi all, I use org files for anything I once used plain text files, so that I can use all org features. Unfortunately, for my agenda files I do some additional work. For example, I export my agenda files to iCalendar and show them with KOrganizer. And I update the list of appointments. To do th

[Orgmode] [PATCH] org.el (org-agenda-file-p): New predicate function.

2010-05-25 Thread Tassilo Horn
The new function `org-agenda-file-p' checks if a given file is an org agenda file. Such a function is very useful in hooks, for example if you want to export agenda files automatically when saving: (defun th-org-mode-init () ;; Update appointments and export to iCalendar when saving. (when (o

[Orgmode] Error when trying to push to Worg repo

2010-05-27 Thread Tassilo Horn
Hi, I've just closed one issue in org-issues.org, for which my patch has already been applied. But when I try to push my commit, I get some strange error: --8<---cut here---start->8--- % git push Counting objects: 5, done. Delta compression using up to 2 threa

Re: [Orgmode] Error when trying to push to Worg repo

2010-05-27 Thread Tassilo Horn
On Thursday 27 May 2010 17:18:42 Julien Danjou wrote: > > What's the problem? > > Looks like a permission problem in the git dir, probably on the server > side. Hm, after reading the Worg docs again, maybe I didn't drop Bastien a mail with my repo.or.cz username. Bastien, I am "tsdh". ;-) Bye,

[Orgmode] Re: New development organization - DRAFT, please comment

2010-05-28 Thread Tassilo Horn
David Maus writes: > This function could work for Gnus to push the message id of a message > to kill-ring and clipboard: BTW, when you read messages in Gnus, you can simply call `org-store-link', which will generate a link. Depending on `org-gnus-prefer-web-links' and the prefix arg, that will

[Orgmode] [PATCH] org-gnus.el: Mention also Gmane in org-gnus-prefer-web-links

2010-05-28 Thread Tassilo Horn
* org-gnus.el (org-gnus-prefer-web-links): Mention also Gmane in the doc string. --- lisp/org-gnus.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 7c668ee..a41de2e 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -48,7 +

[Orgmode] Bug: iCalendar export creates VTODO *and* VEVENT for TODO entries with timestamp [6.36trans (release_6.36.158.g1378)]

2010-06-03 Thread Tassilo Horn
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. -

Re: [Orgmode] Bug: iCalendar export creates VTODO *and* VEVENT for TODO entries with timestamp [6.36trans (release_6.36.158.g1378)]

2010-06-04 Thread Tassilo Horn
On Friday 04 June 2010 13:28:02 Carsten Dominik wrote: Hi Carsten, > > But there's one thing which might be a bug. I have this TODO entry: > > > > *** TODO Einteilung für Nacht der Informatik machen > ><2010-06-08 Tue> > > Hi Tassilo, before looking deeper: Why don't you schedule > the it

Re: [Orgmode] Bug: iCalendar export creates VTODO *and* VEVENT for TODO entries with timestamp [6.36trans (release_6.36.158.g1378)]

2010-06-04 Thread Tassilo Horn
> > It seems org behaves correctly, and there's only an issue with > > KOrganizer. So I'll knock on their doors. ;-) > > Great. Haha, that sounds kinda maliciously. ;-) > Another option would be of course a deadline with 0 warning days in > there. This would show up as a due date. Yes, but o

[Orgmode] Re: Footnote incorrect in Worg

2010-06-21 Thread Tassilo Horn
Puneeth Chaganti writes: Hi! > The How to page on using git for Worgers has a mistake at > http://orgmode.org/worg/worg-git.php#fnr.1. The footnote does not > contain the actual error message displayed. Hm, it does contain the error message, but it is displayed *above* the Footnotes-section wit

[Orgmode] Re: New implementation of the Org remember process ready for comments and testing

2010-06-22 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, > 1. Run > > M-x org-capture-import-remember-templates RET That didn't work completely for me. It generated entries like ("t" "TODO" entry (file+headline "/home/horn/repos/org/remember.org" bottom) "* TODO %?\n %i") but capturing expected

[Orgmode] org-capture question/suggestion

2010-06-22 Thread Tassilo Horn
Hi, as already said, I really like the new org-capture interface. But there's one thing concerning the templates, which might be optimized a bit. I want to add certain information accessible with template escapes as properties. So as an example, I have a template like this: ("t" "TODO" entry

Re: [Orgmode] Re: New implementation of the Org remember process ready for comments and testing

2010-06-22 Thread Tassilo Horn
On Wednesday 23 June 2010 05:59:54 Carsten Dominik wrote: Hi Carsten, > >> M-x org-capture-import-remember-templates RET > > > > That didn't work completely for me. It generated entries like > > > > ("t" "TODO" entry > > (file+headline "/home/horn/repos/org/remember.org" bottom) > > "*

[Orgmode] Re: org-capture question/suggestion

2010-06-23 Thread Tassilo Horn
Sébastien Vauban writes: Hi Sébastien, > Just for me to understand, what would you expect when you say that > properties should be appended? > > - multiple creation dates? > - multiple links? Hm, good question. I use properties as a kind of metadata hashtable, so I'd expect that existing prope

[Orgmode] Re: Fwd: Checkboxes in Agenda

2010-06-24 Thread Tassilo Horn
Nick Parker writes: Hi Nick, > Thank you for your reply. Was it intentionally designed to keep > checkboxes out of the agenda view or is it just that way because no > one has submitted a patch to provide that yet? I guess, that's intended. If a checkbox item is such a big task that it deserve

[Orgmode] Re: Fwd: Checkboxes in Agenda

2010-06-24 Thread Tassilo Horn
On Thursday 24 June 2010 18:53:56 Bernt Hansen wrote: Hi! > Sorry this mail got sent a bit prematurely :) > > * TODO Prepare for trip [0%] [0/3] > > - [ ] pack clothes > - [ ] print boarding tickets > - [ ] turn on alarm > > * TODO Prepare for trip [33%] [1/3] > > - [X] pack clothes >

[Orgmode] Bug: org.texi doesn't compile [6.36trans (release_6.36.415.gb2dcd)]

2010-06-26 Thread Tassilo Horn
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. -

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Tassilo Horn
Sébastien Vauban writes: Hi Sébastien, > - a new frame is opened > > Besides that I more or less hate frames, it becomes annoying when > used in my StumpWM config: I now have *two* Emacs full screen, and I > loose my "single window of control" view. That's because the default value of org

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Tassilo Horn
Sébastien Vauban writes: Hi Sébastien, that is takes so long for one group but the other group on the same server is fast is really strange, and currently I don't understand what might cause that... :-( >> Profile the gnus code as it processes the two requests? The >> differences should be tell

[Orgmode] Supress Contents frame in LaTeX beamer export

2010-06-29 Thread Tassilo Horn
E: MOLA Opponent Review #+AUTHOR: Tassilo Horn #+EMAIL: h...@uni-koblenz.de #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default} * Slide 1 Hugo * Slide 2 Hugo --8<---cut here---end--->8--- 1. How do

[Orgmode] Re: Supress Contents frame in LaTeX beamer export

2010-06-29 Thread Tassilo Horn
Tassilo Horn writes: > 2. In the PDF presentation, the lower left bottom line says > > Tassilo Horn () > >What information do I have to provide to fill out the empty part >between the parens? I've thought that this is for the email address, >but a

[Orgmode] Re: Supress Contents frame in LaTeX beamer export

2010-06-30 Thread Tassilo Horn
Nick Dokos writes: Hi Nick, >> 1. How do I supress the contents frame? I only have 1-star headlines, >>each representing a frame. So there are no sections at all, and the >>contents frame is empty. :-( >> > > I think > > #+OPTIONS: toc:nil > > should do it. It does. Thanks a lot, Ta

[Orgmode] Bug: #+ATTR_LaTeX broken in LaTeX export [6.36trans (release_6.36.461.g798e)]

2010-06-30 Thread Tassilo Horn
list. I have an org file like that: --8<---cut here---start->8--- #+STARTUP: beamer #+LaTeX_CLASS: beamer #+TITLE: Implementieren, Integrieren, Installieren #+AUTHOR: Tassilo Horn #+EMAIL: h...@uni-koblenz.de #+L

[Orgmode] Re: org-capture: Formatting of entries

2010-06-30 Thread Tassilo Horn
Markus Heller writes: Hi Markus, > No, adding a space between "\n" and ":PROPERTIES:", ":Created", and > ":END:" does just that, it adds a space, but does NOT yield the proper > indent. This becomes more obvious when you refile a capture note to a > second-level headline. > > Any other ideas/su

[Orgmode] Re: Bug: #+ATTR_LaTeX broken in LaTeX export [6.36trans (release_6.36.461.g798e)]

2010-06-30 Thread Tassilo Horn
"Eric Schulte" writes: Hi Eric, > I've applied your patch. I agree that a catchall cleanup function at > the end of the export process is not solution. Especially when it > makes some perfectly valid constructs (e.g. nested blocks) impossible > to export. I can confirm that it works for me, n

[Orgmode] Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
E: Test #+AUTHOR: Tassilo Horn #+EMAIL: f...@bar.de #+LANGUAGE: de #+BEAMER_FRAME_LEVEL: 2 #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_HEADER_EXTRA: \usetheme{Madrid} \institute{IST, University Koblenz} * Implementieren ** Abstract Factory (Erzeugungsmuster) #+ATTR_LaTeX: height

[Orgmode] Re: Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Hi, I did some git bisection, and the last working version is commit 3b5351c7da59da3685f8233c252b1506166d35f3, so it seems Eric's commit 5edefbba269db8e717bd2b40778786b08af3f7a1 introduced the bug. Bye, Tassilo ___ Emacs-orgmode mailing list Please us

[Orgmode] Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
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. -

[Orgmode] Re: problem exporting an image to latex

2010-07-05 Thread Tassilo Horn
Hi Eric, I already reported that bug. See the message <87tyoee2ev@thinkpad.tsdh.de>. Bye, Tassilo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs

[Orgmode] LaTeX export error with images (was: Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)])

2010-07-05 Thread Tassilo Horn
Tassilo Horn writes: Hi! > I did some git bisection, and the last working version is commit > 3b5351c7da59da3685f8233c252b1506166d35f3, so it seems Eric's commit > 5edefbba269db8e717bd2b40778786b08af3f7a1 introduced the bug. In the meantime, I became aware of the fact that this b

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Bernt Hansen writes: Hi Bernt, > This works for me in both > > GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on > raven, modified by Debian > Org-mode version 6.36trans (release_6.36.509.g9e9b) > > and > > GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Tassilo Horn writes: Hi again, >> This works for me in both >> >> GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on >> raven, modified by Debian >> Org-mode version 6.36trans (release_6.36.509.g9e9b) >> >> and >> >&g

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Hi again, Bernt! I did some debugging. The reason that the repeating events are not shown is that `org-agenda-get-timestamps' doesn't return those repeater events, because when it iterates over all timestamps of a file, the test in the following `if' always returns t and so we are skipping. --8<

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
On Monday 05 July 2010 23:12:46 Bernt Hansen wrote: Hi Bernt, > > I did some debugging. > > Thanks. Sorry I've been tied up with work today. No problem. I had some time (and fun) with the debugging. That was the first time I dug into the depth of org's internals. ;-) > Oh! It's not that th

[Orgmode] Bug: Org LaTeX export has broken encoding for extra headers [6.36trans (release_6.36.542.gc87b)]

2010-07-06 Thread Tassilo Horn
list. I'm doing a LaTeX beamer presentation with org. The org doc starts with these lines: --8<---cut here---start->8--- #+STARTUP: beamer #+LaTeX_CLASS: beamer #+TITLE: Implementieren, Integrieren, Installieren #

[Orgmode] Columns with LaTeX beamer export

2010-07-06 Thread Tassilo Horn
Hi all, I cannot understand how to create a beamer frame with columns. Neither the info docs nor Worg make me grasp it. It somehow works if I add some additional outline structure like that: --8<---cut here---start->8--- ** Situation

[Orgmode] Re: Bug: Org LaTeX export has broken encoding for extra headers [6.36trans (release_6.36.542.gc87b)]

2010-07-06 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, >> In general, I'd say that it would be even more safe to put the extra >> headers below all default headers. > > OK, I am doing that now - let's hope this will not break anything. Well, at least for my presentation it works fine now. :-) > Please note that

Re: [Orgmode] Columns with LaTeX beamer export

2010-07-06 Thread Tassilo Horn
On Tuesday 06 July 2010 17:08:48 Eric S Fraga wrote: Hi Eric, > Tassilo, I wrote a simple tutorial for beamer in org which you can > find on Worg (sorry: I'm offline so don't have the link at hand). I think, I have read that and didn't understand it completely. Oh, wait, you mean that http:/

[Orgmode] Re: Columns with LaTeX beamer export

2010-07-06 Thread Tassilo Horn
Eric S Fraga writes: Hi Eric, >> But my real question was concerning the point >> >> Columns without additional outline structure >> >> in http://orgmode.org/worg/org-tutorials/org-beamer.php. Especially >> the sentence "The column ends at the next entry with such a >> property." makes me h

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-06 Thread Tassilo Horn
On Tuesday 06 July 2010 22:47:35 Eric S Fraga wrote: Hi Eric, > > --8<---cut here---start->8--- > > * My 2 Column Frame > > :PROPERTIES: > > :BEAMER_env: columns > > :BEAMER_col: 0.5 0.5 > > :END: > > > > - left col text > > - more left col text >

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Tassilo Horn
Hi Carsten, > the only way to understand this paragraph is historical. I guessed it, thanks for making that clear. > In the early days of BEAMER export, Eric Fraga invented a way to make > columns using an additional level of outline structure, just for > making the columns. > > http://thread.g

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Tassilo Horn
On Wednesday 07 July 2010 09:56:49 Carsten Dominik wrote: > > I think every property is explained in the info docs, and Eric's > > tutorial shows some nice and well explained examples, so the > > org-beamer.org file could be deleted. > > If you want, please go ahead and make these changes. The l

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Tassilo Horn
On Wednesday 07 July 2010 12:43:52 Carsten Dominik wrote: > There is still a broken link, for the index page of the tutorials > directory... Fixed, and the tutorial link now links org-beamer/tutorial.org instead of the directory. What's the presentation.org in that dir? Bye, Tassilo _

[Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Tassilo Horn
Eric S Fraga writes: Hi Eric, >> On Wednesday 07 July 2010 12:43:52 Carsten Dominik wrote: >> > There is still a broken link, for the index page of the tutorials >> > directory... >> >> Fixed, and the tutorial link now links org-beamer/tutorial.org >> instead of the directory. What's the prese

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-08 Thread Tassilo Horn
On Thursday 08 July 2010 10:11:03 Eric S Fraga wrote: > > Ah, ok. But it was correct not to link it from the index page, > > right? > > Yes. That is correct. There should be, however, a link to it from > the actual tutorial (I'm offline at the moment so cannot check Worg) > under the headings

  1   2   3   4   5   >