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 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 the manual shou

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 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 especially when expo

[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-12 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] A simple way to search only headlines

2013-06-01 Thread Tassilo Horn
Xebar Saram 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 \*+.* Bye, Tassilo

Re: [O] Problem with Google Calendar Synchronization

2013-05-07 Thread Tassilo Horn
Guido Van Hoecke 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 'awk versi

Re: [O] New maintainer

2013-04-19 Thread Tassilo Horn
Jambunathan K 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 by this contract,

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

2013-04-11 Thread Tassilo Horn
Thorsten Jolitz 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-fo

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

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 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) > > I

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 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 less than

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 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: > > http://orgmode.org/cgit.cgi/org-mode.git/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 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 > `org-agenda-i

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 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

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

2013-02-14 Thread Tassilo Horn
"Sebastien Vauban" 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 (at least > da

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" 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 wrong wrt. the docs of

[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: 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 writes: >> I've done the bisecting: >> >> 7684fbd6a227f0ad182661fd7eb17a9e13dc4695 is the first bad commit >> commit 7684fbd6a227f0ad182661fd7eb17a9e13dc4695 >> Author: Nicolas Goaziou >> Date: Tue Jan 8 10:34:40 2013 +0100 >> >

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 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 >>

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 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 >

[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. -

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 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

[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] capture template question

2012-08-03 Thread Tassilo Horn
Bastien 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] capture template question

2012-08-02 Thread Tassilo Horn
Eric Abrahamsen writes: Hi Eric, > I have a capture template that I use for noting gnus messages I want > to respond to. What I'd like to end up with is: > > * EMAIL Respond to [[gnus.mail:sdfdfdfsdfdsfsdf][Bob Johnson]] > > Where the link address is the message under point, and the link > descr

Re: [O] git repo version clarificaiton

2012-06-28 Thread Tassilo Horn
Nick Dokos 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, that does th

Re: [O] git repo version clarificaiton

2012-06-28 Thread Tassilo Horn
Nick Dokos 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'' after pulli

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

2012-05-09 Thread Tassilo Horn
Tassilo Horn 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

[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
Rasmus 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 Message-Id of

Re: [O] mail integration, advice?

2012-04-26 Thread Tassilo Horn
Carson Chittom 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 formats, from

Re: [O] Sticky agenda branch merged

2012-04-16 Thread Tassilo Horn
Max Mikhanosha 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 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 backtrace: --8<-

Re: [O] Preformatted text

2012-03-29 Thread Tassilo Horn
Dashamir Hoxha 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 ":", e.g., this

Re: [O] ELPA syncing cronjob stopped running

2012-03-22 Thread Tassilo Horn
Chong Yidong 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 the m

[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 writes: > >> I think this is a GNU ELPA problem. Th

[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] [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? --- co

Re: [O] MobileOrg 0.8.1 for Android

2012-02-08 Thread Tassilo Horn
Tom Regner 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 that if I'

[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 all-TO

Re: [O] Summary of syntax?

2012-02-02 Thread Tassilo Horn
"Alan Schmitt" 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 it is. ,[ (info

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

2012-01-10 Thread Tassilo Horn
Leo Alekseyev 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 default > out

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

2011-12-12 Thread Tassilo Horn
Bastien 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 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 repo.or.cz. The proj

Re: [O] calendar view

2011-12-08 Thread Tassilo Horn
sergio 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 the answer is no.

Re: [O] calendar view

2011-12-07 Thread Tassilo Horn
sergio 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 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" 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 get the value of

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

2011-10-25 Thread Tassilo Horn
"Sebastien Vauban" 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] Suddenly, my timestamps get localized!

2011-10-25 Thread Tassilo Horn
"Sebastien Vauban" 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 (e.g., timestamps in

[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 h

Re: [O] notify, when something to do

2011-10-23 Thread Tassilo Horn
Bastien wrote: > Hi Tassilo, > > Tassilo Horn 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 mandator

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
Tassilo Horn 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-

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 the

Re: [O] Recurring events with exceptions

2011-10-18 Thread Tassilo Horn
Skip Collins 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 occurence ("no meeting on ch

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

2011-10-14 Thread Tassilo Horn
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 wrote: > >> Marcelo de Moraes Serpa writes: >> >> > Wow.

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

2011-10-13 Thread Tassilo Horn
re---start->8--- >From d89ca3ce39cd7436e5205744adcf468d9619180f Mon Sep 17 00:00:00 2001 From: Tassilo Horn 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 inse

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

2011-10-13 Thread Tassilo Horn
Eric S Fraga 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 >> effec

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

2011-10-13 Thread Tassilo Horn
Eric S Fraga 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 regexp.

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

2011-10-13 Thread Tassilo Horn
Ivan Kanis 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 optional? I

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

2011-10-13 Thread Tassilo Horn
Marcelo de Moraes Serpa 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. Looking at linum.el, it

Re: [O] org-contacts completion stopped working

2011-10-12 Thread Tassilo Horn
Julien Cubizolles 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 who's the culprit.

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

2011-10-11 Thread Tassilo Horn
de or org-mode itself. The second is useless, because (derived-mode-p 'org-mode) is true for org-mode, too. But as I've said, I've misread 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 >Fro

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

2011-09-29 Thread Tassilo Horn
Nicolas Goaziou 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 could fail, eve

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

2011-09-29 Thread Tassilo Horn
Nicolas Goaziou 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 > which the asse

[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] Beamer export: Are handout notes possible?

2011-09-07 Thread Tassilo Horn
Carsten Dominik 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] 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:

[O] Beamer export: Are handout notes possible?

2011-09-06 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. Tha

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

2011-09-05 Thread Tassilo Horn
Stefan Reichör 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' pa

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

2011-09-02 Thread Tassilo Horn
Stefan Reichör 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 `org-mode-p'.

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

2011-08-21 Thread Tassilo Horn
Bastien writes: Hi Bastien, >> commit 8c3ecbe39a0c99e3724246d1eb460495a53721b6 >> Author: Bastien Guerry >> 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) >> (org-

[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 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) (org-minutes-to-hh:mm-string, org-hh:

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

2011-07-27 Thread Tassilo Horn
Rafael 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 any second

Re: [O] Any work on Java ME?

2011-07-26 Thread Tassilo Horn
XeCycle 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] Any work on Java ME?

2011-07-26 Thread Tassilo Horn
Bastien 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: ,[ http:/

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

2011-07-21 Thread Tassilo Horn
Bastien 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

Re: [O] iCalendar export

2011-07-20 Thread Tassilo Horn
Gustav Wikström 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. From there, I impor

[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] Calendar-like view of the org-agenda

2011-07-13 Thread Tassilo Horn
"Sebastien Vauban" 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. I've implemented that

Re: [O] Using MobileOrg without sync?

2011-07-12 Thread Tassilo Horn
Steinar Bang 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 sophisticate

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

2011-07-10 Thread Tassilo Horn
Marcus Klemm 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 idea, cause in org y

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

2011-07-08 Thread Tassilo Horn
Russell Adams 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 calendar buffer, like

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

2011-07-07 Thread Tassilo Horn
Bastien 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 > argumen

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

2011-07-07 Thread Tassilo Horn
Pere Quintana Seguí 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 load-path as well. Bye

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

2011-07-07 Thread Tassilo Horn
SAKURAI Masashi 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. > > Thank you fo

[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
ut here---start----->8--- >From 16b1025d13fa490c576ed12a391cfd365af63e8d Mon Sep 17 00:00:00 2001 From: Tassilo Horn 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 change

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

2011-07-06 Thread Tassilo Horn
Manuel Hermenegildo 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, customizat

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

2011-07-06 Thread Tassilo Horn
Christopher Allan Webber 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 the entire period a

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

2011-07-04 Thread Tassilo Horn
Vinh Nguyen 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 org-mobile-dir

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

2011-07-04 Thread Tassilo Horn
Tassilo Horn 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---

[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 s

Re: [O] MobileOrg Android

2011-06-12 Thread Tassilo Horn
Nathan Neff 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 there documentatio

Re: [O] HTML5 presentations

2011-06-08 Thread Tassilo Horn
Rainer M Krug 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

Re: [O] HTML5 presentations

2011-06-08 Thread Tassilo Horn
Rainer M Krug 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
Christian Moe 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 directly is the missi

Re: [O] HTML5 presentations

2011-06-07 Thread Tassilo Horn
Vinh Nguyen 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 required. > Wha

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

2011-06-07 Thread Tassilo Horn
Nick Dokos 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 appointments show u

  1   2   3   4   5   >