Re: [O] Bug: Exporter omits inline code blocks [8.0.3 (release_8.0.3-238-g172061 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-06-14 Thread Tassilo Horn
Eric Schulte schulte.e...@gmail.com writes: Hi Eric, Aha. I've used source blocks only for the markup especially when exporting until now. And the manual states that inline code blocks are not different to normal code blocks, just being inline. So that's at least unexpected behavior, and

[O] Bug: Exporter omits inline code blocks [8.0.3 (release_8.0.3-238-g172061 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-06-13 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: [O] Bug: Exporter omits inline code blocks [8.0.3 (release_8.0.3-238-g172061 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-06-13 Thread Tassilo Horn
Nicolas Goaziou n.goaz...@gmail.com writes: There's no bug. Babel simply removes all inline source blocks when executing source blocks. Hence, they cannot be parsed (and therefore exported). This function is just a placeholder for now. Aha. I've used source blocks only for the markup

Re: [O] A simple way to search only headlines

2013-06-01 Thread Tassilo Horn
Xebar Saram zelt...@gmail.com writes: i was wondering if anyone knew of a way to search for text only in headlines and not the whole document? if not is it something one can put a feature request for? Use regular expression search or isearch. The latter would be: C-u C-s

Re: [O] Problem with Google Calendar Synchronization

2013-05-07 Thread Tassilo Horn
Guido Van Hoecke gui...@gmail.com writes: Hu Giudo, When executing the awk script written by Eric S. Fraga at http://orgmode.org/worg/org-tutorials/org-google-sync.html I get following error: /usr/bin/awk: calling undefined function gensub source line number 82 This is on an iMac with

Re: [O] New maintainer

2013-04-19 Thread Tassilo Horn
Jambunathan K kjambunat...@gmail.com writes: How do you interpret the following block extracted from my assignment , | 2. Developer will report occasionally, on Developer’s initiative | and whenever requested by FSF, the changes and/ or enhancements | which are covered

Re: [O] How to know in elisp if I am in the agenda ..

2013-04-11 Thread Tassilo Horn
Thorsten Jolitz tjol...@gmail.com writes: Please help. Where could I find information/docs for something like How to determine when I am in agenda view? , | M-: (string-equal *Org Agenda* (buffer-name))

Re: [O] Bug: #+STARTUP: overview and org-startup-folded have no effect [7.9.3e (7.9.3e-1032-g791a8d @ /home/horn/Repos/el/org-mode/lisp/)]

2013-03-06 Thread Tassilo Horn
Hi Bastien, Ok, the testfile looks like * The folded top-level headline ** TODO Some test todo headline 0 - also some contents ** TODO Some test todo headline 1 - also some contents and has 2000 such subheadlines. File size is 127K. `org-startup-folded' is t. That's not a

Re: [O] Bug: Lisp error: (wrong-type-argument listp t) at startup [7.9.3f (release_7.9.3f-10-g2b13d0 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-27 Thread Tassilo Horn
Bastien b...@altern.org writes: Hi Basien, since I've updated my org git clone today, I get the following error on emacs startup. Fixed, thanks. Confirmed, thanks. Bye, Tassilo

[O] Bug: Lisp error: (wrong-type-argument listp t) at startup [7.9.3f (release_7.9.3f-10-g2b13d0 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-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.

[O] Bug: #+STARTUP: overview and org-startup-folded have no effect [7.9.3e (7.9.3e-1032-g791a8d @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-14 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: [O] Bug: #+STARTUP: overview and org-startup-folded have no effect [7.9.3e (7.9.3e-1032-g791a8d @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-14 Thread Tassilo Horn
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Everything is completely expanded after the initial startup. It's an optimization done by Bastien. There is a variable to inhibit it. Ah, ok. I'm not a big fan of optimizations that break correctness, and the current behavior is simply

Re: [O] How to improve Org startup time?

2013-02-14 Thread Tassilo Horn
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: But then org-agenda-to-appt will be called each time your generate a new agenda... not sure you really want this right. Why not simply calling it interactively when you need it? I can't count on myself to do it at a regular enough interval

Re: [O] Bug: #+STARTUP: overview and org-startup-folded have no effect [7.9.3e (7.9.3e-1032-g791a8d @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-14 Thread Tassilo Horn
Tassilo Horn th...@fastmail.fm writes: Since recently, after starting up emacs and bringing up an org agenda which loads all my agenda files into buffers as a side-effect, all entries in all files are fully expanded, although org-startup-folded is set to t. I've tried adding a #+STARTUP

Re: [O] Bug: #+STARTUP: overview and org-startup-folded have no effect [7.9.3e (7.9.3e-1032-g791a8d @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-14 Thread Tassilo Horn
Bastien b...@altern.org writes: Hi Bastien, Ah, ok. I'm not a big fan of optimizations that break correctness, and the current behavior is simply wrong wrt. the docs of `org-startup-folded' and the #+STARTUP property. I just updated the docstring of org-startup-folded and mentioned

Re: [O] Bug: #+STARTUP: overview and org-startup-folded have no effect [7.9.3e (7.9.3e-1032-g791a8d @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-14 Thread Tassilo Horn
Bastien b...@altern.org writes: Hi Bastien, So the problem seems to be that only if an agenda file is opened during execution of `org-agenda-list', it's expanded completely. Else, `org-startup-folded' works correctly. Exactly -- hence this commit:

Re: [O] Bug: #+STARTUP: overview and org-startup-folded have no effect [7.9.3e (7.9.3e-1032-g791a8d @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-14 Thread Tassilo Horn
Bastien b...@altern.org writes: I have seven agenda files, all not too big (~10K on average), and I use an averagely performant computer (5 years old dual core laptop). For me, the difference between `org-agenda-inhibit-startup' set to t or nil is not noticable at all. In both cases, it's

Re: [O] Bug: #+STARTUP: overview and org-startup-folded have no effect [7.9.3e (7.9.3e-1032-g791a8d @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-14 Thread Tassilo Horn
Bastien b...@altern.org writes: Hi Bastien, It's an optimization done by Bastien. I think it's fine to have this by default, the time spared is worth it IMHO. But I understand many people may want to turn this off. There is a variable to inhibit it. (setq org-agenda-inhibit-startup nil)

Re: [O] Bug: Tag inheritance broken in agenda/timeline buffers [7.9.3a (release_7.9.3a-803-gf8f548 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-01-10 Thread Tassilo Horn
Tassilo Horn th...@fastmail.fm writes: I have (all default values) org-use-tag-inheritance t org-agenda-use-tag-inheritance '(todo search timeline agenda) org-agenda-show-inherited-tags t but there are no inherited tags shown in the agenda or an org-buffer's timeline. When I press

Re: [O] Bug: Tag inheritance broken in agenda/timeline buffers [7.9.3a (release_7.9.3a-803-gf8f548 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-01-10 Thread Tassilo Horn
Tassilo Horn t...@gnu.org writes: When I press `T' on a agenda entry, the inherited tags are properly messaged in the echo area, though. I'm sure it used to work, but I'm not sure when it stopped working. When I find some time, I can try bisecting. I've done the bisecting

Re: [O] Bug: Tag inheritance broken in agenda/timeline buffers [7.9.3a (release_7.9.3a-803-gf8f548 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-01-10 Thread Tassilo Horn
Tassilo Horn t...@gnu.org writes: I've done the bisecting: 7684fbd6a227f0ad182661fd7eb17a9e13dc4695 is the first bad commit commit 7684fbd6a227f0ad182661fd7eb17a9e13dc4695 Author: Nicolas Goaziou n.goaz...@gmail.com Date: Tue Jan 8 10:34:40 2013 +0100 Ignore `auto-fill-inhibit

[O] Bug: Tag inheritance broken in agenda/timeline buffers [7.9.3a (release_7.9.3a-803-gf8f548 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-01-09 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.

[O] Bug: M-x org-agenda RET a RET = Lisp error: (wrong-type-argument number-or-marker-p nil) [7.9.1 (release_7.9.1-321-g9ebf47-git @ mixed installation! /usr/share/emacs/24.2.50/lisp/org/ and /home/h

2012-09-24 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: [O] Bug: M-x org-agenda RET a RET = Lisp error: (wrong-type-argument number-or-marker-p nil) [7.9.1 (release_7.9.1-321-g9ebf47-git @ mixed installation! /usr/share/emacs/24.2.50/lisp/org/ and /ho

2012-09-24 Thread Tassilo Horn
Bastien b...@altern.org writes: Hi Bastien, With org from git (commit 9ebf47afbf2b60a496a1a5393aaa7734adc4d352), I get the error from the subject when I want to open the org agenda. Should be fixed now, thanks! Yes, works again. Thanks a lot, Tassilo

Re: [O] capture template question

2012-08-03 Thread Tassilo Horn
Bastien b...@gnu.org writes: Rather than trying to add various ways of citing links, perhaps it would be nice to have a format code for the literal link to the thing under point at time of capture? What I mean is, something like %l so I could do this: * EMAIL Respond to [[%l][%:fromname]]%?

Re: [O] git repo version clarificaiton

2012-06-28 Thread Tassilo Horn
Nick Dokos nicholas.do...@hp.com writes: Hi Nick, As stated by the variable org-version, the git repo version is 7.8.03. The stable release is 7.8.11. Is the version number for the repo not meaningful? You probably have an out-of-date org-version.el[c]. You need to ``make autoloads''

Re: [O] git repo version clarificaiton

2012-06-28 Thread Tassilo Horn
Nick Dokos nicholas.do...@hp.com writes: Hi Nick, Is this master or maint? master Org-mode version 7.8.10 (release_7.8.10-701-g054f99 @ /home/horn/Repos/el/org-mode/lisp/) instead of 7.8.11. Oh, and as Achim pointed out, you probably need to do git fetch --tags origin Oh, yes,

Re: [O] N/A; icalendar export doesn't guarantee unique UIDs

2012-05-10 Thread Tassilo Horn
Tassilo Horn th...@fastmail.fm writes: For example, I have entries like *** Meeting with Max :PROPERTIES: :ID: e1c32cb4-bd1f-4302-8067-1723d1958a88 :END: 2012-03-13 Tue 12:00-13:00 2012-03-21 Wed 15:00-16:00 2012-03-29 Thu 10:00-11:00 2012-04-10 Tue 12

[O] N/A; icalendar export doesn't guarantee unique UIDs

2012-05-09 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: [O] mail integration, advice?

2012-04-26 Thread Tassilo Horn
Carson Chittom car...@wistly.net writes: - fast search and easy-to-manage virtual folders of some kind -- I see mu and notmuch are very strong on both these fronts I'm looking to set up mairix, which Gnus supports, but I haven't yet. Mairix itself though just needs mail in Maildir or mbox

Re: [O] mail integration, advice?

2012-04-26 Thread Tassilo Horn
Rasmus ras...@gmx.us writes: (if possible, this should allow me to archive a message and still be able to find it when I follow an org message link) You can capture gnus mails through org-capture. I don't know how robust the links are. The links are saved by combining the group and

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Tassilo Horn
Max Mikhanosha m...@openchat.com writes: Hi Max, I had pushed a fix, which should fix `org-agenda-to-appt' Yes, it seems to work again. Thanks a lot, Tassilo

Re: [O] Sticky agenda branch merged

2012-04-16 Thread Tassilo Horn
Max Mikhanosha m...@openchat.com writes: Hi Max, I had just pushed a merge of max-sticky-agenda branch to master, let me know if there are any problems,... since the merge, I get an error on emacs startup. The error is caused by invoking `org-agenda-to-appt' on emacs startup. Here's a

Re: [O] Preformatted text

2012-03-29 Thread Tassilo Horn
Dashamir Hoxha dashoho...@gmail.com writes: Hi Dashamir, I have no idea about how easy or difficult would be to implement it, but I think that it would be nice to have some markup like these: --8-- --8-- instead of #+BEGIN_EXAMPLE #+END_EXAMPLE You could prefix your snippets with :,

Re: [O] ELPA syncing cronjob stopped running

2012-03-22 Thread Tassilo Horn
Chong Yidong c...@gnu.org writes: on irc some user reported that the current org-mode version listed in `M-x package-list-packages' cannot be downloaded anymore. It seems that this is caused by some cronjob that stopped running on February, 14th. Looks like some kind of firewall snafu when

[O] org ELPA package 20120216 cannot be downloaded

2012-03-20 Thread Tassilo Horn
Hi all, on IRC someone just reported that org 20120216 as it is listed in the GNU ELPA archive won't download. When trying to install, all you get is this error: package-handle-response: Error during download request: Not Found Probably a dead link or something alike... Bye, Tassilo

[O] ELPA syncing cronjob stopped running

2012-03-20 Thread Tassilo Horn
Hi all, on irc some user reported that the current org-mode version listed in `M-x package-list-packages' cannot be downloaded anymore. It seems that this is caused by some cronjob that stopped running on February, 14th. Christopher Schmidt christop...@ch.ristopher.com writes: I think this

[O] [PATCH] Add missing word to org-contacts y-or-n-p question.

2012-03-13 Thread Tassilo Horn
From 6254305becaaa712f6f0936263a09d9ed974e51b Mon Sep 17 00:00:00 2001 User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.94 (gnu/linux) Cancel-Lock: sha1:/pUqi5NalGwuBic1R2H+VziOGlM= Before it was Do you want to this address to %s? now it is Do you want add to this address to %s? ---

[O] MobileOrg 0.8.1 for Android

2012-02-08 Thread Tassilo Horn
Hi all, as other's have mentioned, this release is a major improvement. Thanks a lot. One thing that doesn't work for me however is the OrgMobile Tasks widget. It's always empty (Nexus S, Android 4). I know in some older version, it used to show all TODOs I have... But I think a global

Re: [O] MobileOrg 0.8.1 for Android

2012-02-08 Thread Tassilo Horn
Tom Regner t...@goochesa.de writes: With the Calendar integration I use the Calendar Widget to that purpose; I export ics files from real org in an after-save-hook, and a cron job uploads them to some URLs, and finally those are imported into my google calendar. That works pretty well, except

Re: [O] Summary of syntax?

2012-02-02 Thread Tassilo Horn
Alan Schmitt alan.schm...@polytechnique.org writes: Hi Alan, I was just reading a document in org mode that had some code written like this: : make : make install I wanted to know more about this syntax (colon at the start of the line), so I went to the manual and searched for it. Here

Re: [O] Minor org mode for achieve code folding effects

2012-01-10 Thread Tassilo Horn
Leo Alekseyev dnqu...@gmail.com writes: I've done a little bit of digging into how Tassilo's code works, and realized that it's somewhat broken in the following way: if a mode provides its own outline-level function, chances are, his code will break (this is why c-mode doesn't work). Even if

Re: [O] Simple reference card browser by Anything.el

2011-12-12 Thread Tassilo Horn
Bastien b...@altern.org writes: First of all, in the mean time it's mostly Thierry Volpiatto and Rubikitch doing all the work on anything.el. Oops -- sorry I forgot to mention this, thanks for clarifying! No problem, I'm still capable of accepting patches. ;-) Bye, Tassilo

Re: [O] Simple reference card browser by Anything.el

2011-12-11 Thread Tassilo Horn
SAKURAI Masashi m.saku...@kiwanami.net writes: Hi Masashi, Thank you for your comment. If I can contribute this program, I'll be glad. First of all, in the mean time it's mostly Thierry Volpiatto and Rubikitch doing all the work on anything.el. How should I do, Tassilo? Get an account at

Re: [O] calendar view

2011-12-08 Thread Tassilo Horn
sergio mail...@sergio.spb.ru writes: Hi! Am I right, that orgmode doesn't have a calendar view Only the agenda. I mean, that agenda can't display month as calendar. If a month calendar is a a big square containing a line for each week which in turn contains little square for the days, then

Re: [O] calendar view

2011-12-07 Thread Tassilo Horn
sergio mail...@sergio.spb.ru writes: Hi Sergio, Am I right, that orgmode doesn't have a calendar view Only the agenda. and emacs-calfw is better for this? Yes, emacs-calfw is an excellent UI frontend, and org-mode is an excellent storage engine feeding it. Bye, Tassilo

Re: [O] Elisp programming style

2011-10-28 Thread Tassilo Horn
Thorsten quintf...@googlemail.com writes: Too bad you didn't give any concrete examples. The problem can be described easily: problem-specific helper-funcions (some redundancy avoided) ,--- | (defun main-function (args)

Re: [O] Suddenly, my timestamps get localized!

2011-10-27 Thread Tassilo Horn
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Sebastien, Just to confirm: (setq system-time-locale (getenv en_US.utf8)) in my .emacs is not working for me: I get French timestamps (I mean: weekday abbreviations) in Org (on `C-c .', for example). Well, that line above tries to

[O] Suddenly, my timestamps get localized!

2011-10-25 Thread Tassilo Horn
Hi all, when I insert a new timestame, I now get 2011-10-25 Di while it used to be 2011-10-25 Tue until very recently. (Di is Dienstag which is German for Tuesday). I've briefly grepped the org source code, but I cannot see any localization there. What's going on? I even have no glue how

Re: [O] Suddenly, my timestamps get localized!

2011-10-25 Thread Tassilo Horn
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Sebastien, What's going on? I even have no glue how org/emacs (correctly) guesses that I'm German. My locale is en_US.UTF-8... Found in my .emacs: #+begin_src emacs-lisp ;; system locale to use for formatting time values

Re: [O] Suddenly, my timestamps get localized!

2011-10-25 Thread Tassilo Horn
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: And (setq system-time-locale (getenv LANG)) resulting in en_US.utf8 seems to work as well. What did not work for you in the agenda? When I wrote (months ago) did not work, I meant: I got French weekdays in my agenda (Lun. for Monday,

Re: [O] notify, when something to do

2011-10-23 Thread Tassilo Horn
pmli...@free.fr (Peter Münster) writes: Hi Peter, I would like to be notified[1], when a todo item enters the warning period, scheduled time, or deadline. I export my org entries as appt alarms, so that I get system notifications 15 minutes before meetings (every 1 minute until I discard

Re: [O] notify, when something to do

2011-10-23 Thread Tassilo Horn
Tassilo Horn tass...@member.fsf.org writes: (defvar th-notify-title-to-id-map (make-hash-table :test 'string=) Maps TITLE values of notifications to the last notification ID. If ID is -1, then any further notifications with that body will be skipped.) (defun th-notify (rest args

Re: [O] notify, when something to do

2011-10-23 Thread Tassilo Horn
pmli...@free.fr (Peter Münster) writes: Hi Peter, First, I took a look at the lines (org-agenda-to-appt t) (appt-activate 1) This is already a good starting point, just 3 remarks: - I think, I'll need a filter for org-agenda-to-appt, because I only want TODO items. Should be no

Re: [O] notify, when something to do

2011-10-23 Thread Tassilo Horn
Bastien b...@altern.org wrote: Hi Tassilo, Tassilo Horn tass...@member.fsf.org writes: But maybe one could change `org-agenda-to-appt' to accept also a function as filter. Done. You can now use a fonction as a filter. It will filter through entries. the only mandatory argument

Re: [O] Recurring events with exceptions

2011-10-18 Thread Tassilo Horn
Skip Collins skip.coll...@gmail.com writes: Hi Skip, [a slightly off-topic rant] You might find some luck with applications that follow the iCalendar standard. There, a re-occuring event may have an end date. And when you move (this week's meeting is 30 minutes later) or delete some

Re: [O] Ways to make org feasible for huge files

2011-10-14 Thread Tassilo Horn
area of a buffer. For example, when opening a file with 1000 lines and enabling linum-mode, I only have 35 overlays, because only 35 lines are visible at a time. Bye, Tassilo On Thu, Oct 13, 2011 at 2:07 AM, Tassilo Horn tass...@member.fsf.orgwrote: Marcelo de Moraes Serpa celose...@gmail.com

Re: [O] Ways to make org feasible for huge files

2011-10-13 Thread Tassilo Horn
Marcelo de Moraes Serpa celose...@gmail.com writes: Wow.. this worked Torsten. Thank you. I wonder why this happens... linum-mode works with overlays to embed the numbers at the beginnig of lines. Overlays are very flexible but not too efficient, you don't want to have too many of them.

Re: [O] bug#9695: allowed date range

2011-10-13 Thread Tassilo Horn
Ivan Kanis ivan.ka...@googlemail.com writes: Hi! After investigating further 2011-10-17 --2011-10-30 works but not 2011-10-17--2011-10-30. The regexp for a timestamp is defined in org-ts-regexp : \\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}[^\r\n]*?\\) Shouldn't the trailing space be

Re: [O] bug#9695: allowed date range

2011-10-13 Thread Tassilo Horn
Eric S Fraga e.fr...@ucl.ac.uk writes: Hi Eric, Oh, now I see what's wrong. All time stamps consist of the date and then the day's name abbreviation, which is missing with your example. Correct would be 2011-10-17 Mon--2011-10-30 Sun Although the day is optional according to the

Re: [O] bug#9695: allowed date range

2011-10-13 Thread Tassilo Horn
Eric S Fraga e.fr...@ucl.ac.uk writes: I am attaching a patch which will make time stamps without a day name like 2011-10-12 work correctly. Furthermore, pressing C-c C-c on a time stamp will fill in or fix the day name. However, I am not sure if this patch is complete, or if it has side

[O] [PATCH] Fix org-contacts completion at point (was: org-contacts completion stopped working)

2011-10-13 Thread Tassilo Horn
d89ca3ce39cd7436e5205744adcf468d9619180f Mon Sep 17 00:00:00 2001 From: Tassilo Horn tass...@member.fsf.org Date: Thu, 13 Oct 2011 17:02:07 +0200 Subject: [PATCH 2/2] Fix org-contacts completion at point. --- contrib/lisp/org-contacts.el | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff

Re: [O] org-contacts completion stopped working

2011-10-12 Thread Tassilo Horn
Julien Cubizolles j.cubizol...@free.fr writes: Hi Julien, As of a few days ago, completion doesn't work anymore. I get the message (wrong-number-of-arguments (1 . 2) 4) Any ideas ? No, but you are not alone. :-) I use a very recent emacs 24 bzr checkout and org master from git. Not sure

Re: [O] [PATCH]: New Add defun org-mode-or-derived-mode-p

2011-10-11 Thread Tassilo Horn
your suggestion and made a patch that completely erases org-mode-p and all its calls. Feel free to apply or discard it. :-) Bye, Tassilo From 92e83b95aead15a4346e671de6ba211c6ca95a43 Mon Sep 17 00:00:00 2001 From: Tassilo Horn tass...@member.fsf.org Date: Tue, 11 Oct 2011 09:07:27 +0200 Subject

[O] [PATCH] Fix renumbering for footnotes at BOL.

2011-09-29 Thread Tassilo Horn
Hi all, org-footnote-renumber-fn:N invalidates footnotes that appear as the first thing on a line. Here's a test file including the recipe. --8---cut here---start-8--- * Bla This is a line in which the following footnote that is inserted exactly [fn:1]

Re: [O] [PATCH] Fix renumbering for footnotes at BOL.

2011-09-29 Thread Tassilo Horn
Nicolas Goaziou n.goaz...@gmail.com writes: It looks like the original function isn't right in more than one way (it doesn't even make sure the matched string is really a footnote). But that's another topic. Yes, indeed. About your patch, I have but one question: I don't get a situation in

Re: [O] [PATCH] Fix renumbering for footnotes at BOL.

2011-09-29 Thread Tassilo Horn
Nicolas Goaziou n.goaz...@gmail.com writes: Hi! I don't either, and that's a good thing. I added that just as some extra paranoia so that you get an error if a footnote gets broken. Well, provided the first part of the function doesn't modify the buffer, I still don't see how the assert

[O] Beamer export: Are handout notes possible?

2011-09-07 Thread Tassilo Horn
Hi all, I'm a big fan of the LaTeX beamer export. However, now I've hit a problem that I don't know how to solve. In plain LaTeX beamer, every text I write between \begin{frame} ... \end{frame} is of course not in a frame but will be there if I compile the tex file in beamer's handout mode.

Re: [O] Beamer export: Are handout notes possible?

2011-09-07 Thread Tassilo Horn
Hi Carsten Eric, I thought using a subtree with a B_note or a B_noteNH property would do this, in a way? Yes, I've thought this was true, but it is not, or at least I don't understand how to use it correctly. Something like ** Notes just for me:B_note:

Re: [O] Beamer export: Are handout notes possible?

2011-09-07 Thread Tassilo Horn
Carsten Dominik carsten.domi...@gmail.com writes: Hi! I thought using a subtree with a B_note or a B_noteNH property would do this, in a way? Yes, I've thought this was true, but it is not, or at least I don't understand how to use it correctly. Something like ** Notes just for me

Re: [O] [PATCH]: New Add defun org-mode-or-derived-mode-p

2011-09-05 Thread Tassilo Horn
Stefan Reichör ste...@xsteve.at writes: Hi Stefan, +(defun org-mode-or-derived-mode-p () + Check if the current buffer is in Org-mode or a derived mode. + (if (derived-mode-p 'org-mode) t nil)) The if is superfluous. And instead of a new function, I'd rather add an optional `derived'

Re: [O] [PATCH]: New Add defun org-mode-or-derived-mode-p

2011-09-02 Thread Tassilo Horn
Stefan Reichör ste...@xsteve.at writes: +(defun org-mode-or-derived-mode-p () + Check if the current buffer is in Org-mode or a derived mode. + (if (derived-mode-p 'org-mode) t nil)) The if is superfluous. And instead of a new function, I'd rather add an optional `derived' parameter to

Re: [O] Org errors while building agenda: (void-function org-hh:mm-string-to-minutes)

2011-08-21 Thread Tassilo Horn
Bastien b...@altern.org writes: Hi Bastien, commit 8c3ecbe39a0c99e3724246d1eb460495a53721b6 Author: Bastien Guerry b...@altern.org Date: Wed Aug 17 16:08:02 2011 +0200 Move three functions and add appropriate require/declarations. * org-clock.el

[O] Org errors while building agenda: (void-function org-hh:mm-string-to-minutes)

2011-08-19 Thread Tassilo Horn
Hi, it seems commit commit 8c3ecbe39a0c99e3724246d1eb460495a53721b6 Author: Bastien Guerry b...@altern.org Date: Wed Aug 17 16:08:02 2011 +0200 Move three functions and add appropriate require/declarations. * org-clock.el (org-duration-string-to-minutes)

Re: [O] Odd behavior with first org file opened

2011-07-27 Thread Tassilo Horn
Rafael rvf0...@gmail.com writes: Hi Rafael, If I run: emacs -Q -L ~/Dropbox/emacs/site-lisp/org-mode/lisp/ (that's where I put org-mode), and then open any org file (I have tried with a very simple one, with only one heading), such file is not syntactically colored. However, if I open

Re: [O] Any work on Java ME?

2011-07-26 Thread Tassilo Horn
Bastien b...@altern.org writes: Java ME seems more widely supported, has anyone worked on that? Also, it's painful to input text on iOS devices, and text is all of Org mode. I don't understand. Can you be more explicit? That was my first question, too. :-) And quoting Wikipedia: ,[

Re: [O] Any work on Java ME?

2011-07-26 Thread Tassilo Horn
XeCycle xecy...@gmail.com writes: Hi! Java ME seems more widely supported, has anyone worked on that? Also, it's painful to input text on iOS devices, and text is all of Org mode. I don't understand. Can you be more explicit? Sorry. I mean to port Org mobile to Java ME platform --- has

Re: [O] Bug: inconsistent docstring of org-agenda-prefix-format [7.6 (release_7.6.143.g98b7c)]

2011-07-21 Thread Tassilo Horn
Bastien b...@altern.org writes: Hi Bastien, The docstring of `org-agenda-prefix-format' is heavily broken. I just pushed a fix, I tried to improve the docstring. Let me know if this is clearer and less buggy. Yes, it's much better now. :-) Bye, Tassilo

[O] Bug: inconsistent docstring of org-agenda-prefix-format [7.6 (release_7.6.143.g98b7c)]

2011-07-20 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: [O] iCalendar export

2011-07-20 Thread Tassilo Horn
Gustav Wikström gustav.e...@gmail.com writes: Hi Gustav, So my question to this newsgroup is; If you use the iCalendar export function, what software do you use to view this information? Yeah, I convert to ical files on save, and there's some cron job that copies these files to some webpage.

Re: [O] Calendar-like view of the org-agenda

2011-07-13 Thread Tassilo Horn
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Sebastien, - I was hoping `r' to redraw the grid, after I've changed Emacs frame size. It does not seem to be the case. Could that be foreseen? I've seen you already all the available space, when drawing the grid for the first time.

Re: [O] Using MobileOrg without sync?

2011-07-12 Thread Tassilo Horn
Steinar Bang s...@dod.no writes: Hi Steinar, I installed MobileOrg on an HTC desire. The idea was to just use it to take notes, no sync to an emacs with org-mode would be needed. Isn't it possible to use MobileOrg without sync? Not sure, but MobileOrg (at least on Android) is not very

Re: [O] Calendar-like view of the org-agenda

2011-07-10 Thread Tassilo Horn
Marcus Klemm marcus.kl...@googlemail.com writes: Hi Marcus, I've also made the characters used for table rendering customizable, so that you can use nice unicode glyphs. This is awesome! Could it somehow incorporated into orgmode to draw the tables there? I don't think that would be a good

Re: [O] Calendar-like view of the org-agenda

2011-07-08 Thread Tassilo Horn
Russell Adams rlad...@adamsinfoserv.com writes: Hi Russell, This is *beautiful*. I concur completely! This has filled a gap I've had for quite a while, needing to visualize org tasks across a calendar. Two minor FRs (I hope you continue to monitor the list): - 'q' key to close the

Re: [O] Calendar-like view of the org-agenda

2011-07-07 Thread Tassilo Horn
SAKURAI Masashi m.saku...@kiwanami.net writes: Hi! For me, creating a custom org agenda with the next 21 days takes not much less than building an calfw calendar buffer with 42 days. It's about one second for the former and 2 seconds for the latter, so it seems calfw does the right thing.

Re: [O] Problem loading org-odt [Re: Release 7.6]

2011-07-07 Thread Tassilo Horn
Pere Quintana Seguí pquint...@obsebre.es writes: Hi! 5. Then I loaded an org file and tried to export: C-c C-e o, and I got the following message: =Cannot open load file: org-odt= I'm sure I'm missing something very simple. org-odt.el is in $org/contrib/lisp/, so you must add that to

Re: [O] Calendar-like view of the org-agenda

2011-07-07 Thread Tassilo Horn
Bastien b...@altern.org writes: Then, I use the function org-agenda-get-day-entries to get schedule items of the org-agenda-files. The function can receive some arguments to limit the tasks, but I didn't understand exactly. See the attached patch -- org-agenda-get-day-entries can take more

Re: [O] Calendar-like view of the org-agenda

2011-07-06 Thread Tassilo Horn
Christopher Allan Webber cweb...@dustycloud.org writes: Hi Christopher, Also, cfw:open-org-calendar works, but things seem really slow... it looks like you're recalculating the entire orgmode agenda for every day. I wonder if things could be sped up if the orgmode agenda was calculated for

Re: [O] Calendar-like view of the org-agenda

2011-07-06 Thread Tassilo Horn
Manuel Hermenegildo he...@fi.upm.es writes: Hi! Or, perhaps even simpler, calfw could simply read the org-agenda buffer (colors and all) instead of reading the org files. This would have the enormous advantage that it would always generate the tasks with the same order, priorities, filters,

[O] Bug: OrgMobile errors on push with custom functions in the agenda dispatcher [7.5 (release_7.5.580.g301b34)]

2011-07-06 Thread Tassilo Horn
From: Tassilo Horn tass...@member.fsf.org Date: Wed, 6 Jul 2011 12:10:16 +0200 Subject: [PATCH] Fix org-mobile-push with custom functions. --- lisp/org-mobile.el |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 7b1bcbe

[O] MobileOrg: Push more than the current week?

2011-07-04 Thread Tassilo Horn
Hi all, is there a way to push more than the current week using M-x org-mobile-push RET? For example, it would be handy to be able to push the current plus the next week (or maybe push the next 7 days starting with today), so that you can push the next week on this week's Sunday. Right now, it

Re: [O] MobileOrg: Push more than the current week?

2011-07-04 Thread Tassilo Horn
Tassilo Horn tass...@member.fsf.org writes: Hi again, is there a way to push more than the current week using M-x org-mobile-push RET? After reading the docs more carefully, I managed to answer my question. The trick is to define a custom agenda view. --8---cut here

Re: [O] org-mobile setup: org-mobile-push not copying my org files?

2011-07-04 Thread Tassilo Horn
Vinh Nguyen vinhdi...@gmail.com writes: Hi Vinh, I'm having trouble setting up org-mobile in emacs for use with MobileOrg on Android. I have the following in my init file: ;; org-mode OrgMobile (setq org-directory ~/Documents/Org) ;; my folder is empty Why is that folder empty? (setq

Re: [O] MobileOrg Android

2011-06-12 Thread Tassilo Horn
Nathan Neff nathan.n...@gmail.com writes: Hi Nate, I just joined the 21st century and got a smart phone. Me, too. :-) I downloaded the MobileOrg for Android application, and have some questions, most of them are probably dumb, because I have only played with the phone for a bit. 1) Is

Re: [O] HTML5 presentations

2011-06-08 Thread Tassilo Horn
Christian Moe m...@christianmoe.com writes: Cool! I tested it on a much-too-long slideshow, and noticed one problem, though: each new slide appeared a little further to the left. It also works fine with complex LaTeX math. :-) The only thing that it doesn't do now and stops me from using it

Re: [O] HTML5 presentations

2011-06-08 Thread Tassilo Horn
Rainer M Krug r.m.k...@gmail.com writes: Hi Rainer, The only thing that it doesn't do now and stops me from using it directly is the missing support for image scaling. I tried using #+ATTR_HTML: title=Beer! width=90% [[file:~/Desktop/Pictures/beer-bunny.jpg]] but the image is shown

Re: [O] HTML5 presentations

2011-06-08 Thread Tassilo Horn
Rainer M Krug r.m.k...@gmail.com writes: The only thing that it doesn't do now and stops me from using it directly is the missing support for image scaling. I tried using #+ATTR_HTML: title=Beer! width=90% [[file:~/Desktop/Pictures/beer-bunny.jpg]] but the image is shown in

[O] Timezone/Encoding issues when exporting as ics and importing to Google Calendar

2011-06-07 Thread Tassilo Horn
Hi all, I export all my org-files as icalendar files, push them to some webserver from which google calendar imports them. Basically, that works pretty good except for two things: 1. Encoding: All Umlauts and other non-ASCII chars show up as boxes in google calendar. When visiting some

Re: [O] Timezone/Encoding issues when exporting as ics and importing to Google Calendar

2011-06-07 Thread Tassilo Horn
Nick Dokos nicholas.do...@hp.com writes: Hi Nick, 2. Timezone: I live in Germany and thus all my timestamps are CEST. The exported ics file properly declare X-WR-TIMEZONE:CEST. However, since we also have DST, in summer all appointments show up 2 hours late, and in winter my

Re: [O] HTML5 presentations

2011-06-07 Thread Tassilo Horn
Vinh Nguyen vinhdi...@gmail.com writes: After the recent org-mode to S5 discussion, I stumbled onto [these](https://gist.github.com/509761) code. It offers a way to export org files to HTML5 presentations. I think it looks quite nice. I see it being better than S5 in that no ui folder is

  1   2   3   4   >