Re: Strategic time planing: Breaking down EFFORT property

2023-10-04 Thread Sven Bretfeld
Ihor Radchenko writes: > Sven Bretfeld writes: > > I am not sure what you mean by `org-clock-alarm'. We have > `org-clock-sound', which you need to customize for alarm to be played > when clocked time exceeds EFFORT. That's what I mean. > For weekly/monthly/total, you ca

Strategic time planing: Breaking down EFFORT property

2023-10-04 Thread Sven Bretfeld
roperties as shown above. Of course, each project has several sub-tasks feeding the EFFORT_TODAY property. Thanks for help, Sven -- Sven Bretfeld Department of Philosophy and Religious Studies NTNU Trondheim

Re: How to produce an org-ref citation from ivy-bibtex

2023-03-01 Thread Sven Bretfeld
completion-format-citation-default))) > #+END_SRC > > it seems like ivy-bibtex at least expects some kind of string to be returned, > but org-ref-insert-cite-keys does the insertion for you. > > On Sun, Feb 26, 2023 at 11:19 AM Sven Bretfeld <[1]sven.bretf...@ntnu.no> >

How to produce an org-ref citation from ivy-bibtex

2023-02-26 Thread Sven Bretfeld
Hi everybody Is it at all possible to produce a correct org-ref citation format from ivy-bibtex (or helm-bibtex, I tried both)? What I mean by "correct" is the format: [[cite:]]. The problem seems to come down to the question what has to be inserted in the 2nd line here: (setq

Re: Links to external targets with (or despite) org-ref

2023-02-22 Thread Sven Bretfeld
ist-delete (cdr (assoc reflink org-link-parameters)) :store))) > #+END_SRC > > I guess I don't have that setup quite right in org-ref, it seems like it > should > not clobber other ways to store links. > > On Sun, Feb 19, 2023 at 10:39 AM Sven Bretfeld <[1]sven.bretf...@ntnu.

Links to external targets with (or despite) org-ref

2023-02-19 Thread Sven Bretfeld
Hi everybody I'm looking to create labels/links to specific text positions in org files (not line number, not header). I know that [[file:~/path_to_file::target]] can be used to jump to <>. That would be fine and works for me -- IF I write the link manually. However, org-ref which I use for

Re: Hiding a node title in export but not the content

2020-01-09 Thread Sven Bretfeld
Fraga, Eric writes: > On Thursday, 9 Jan 2020 at 11:38, Sven Bretfeld wrote: >> Works like a charm! Almost perfect. Thank you very much. One problem: >> For some reason the :ignoreheading: tag causes the PROPERTY drawer to be >> exported. > > Ah, probably because

Re: Hiding a node title in export but not the content

2020-01-09 Thread Sven Bretfeld
Fraga, Eric writes: > On Thursday, 9 Jan 2020 at 09:20, Sven Bretfeld wrote: >> Hi everybody >> >> Is this possible? >> >> ** headline <-- not exported >>:PROPERTIES: <-- not exported >>Some content. <-- exported > >

Hiding a node title in export but not the content

2020-01-09 Thread Sven Bretfeld
d be even better if the node names can be converted to margin text instead of completely hiding them. This would be a great orientation help without distracting the reading flow. Thanks for ideas, Sven -- Sven Bretfeld Department of Philosophy and Religious Studies NTNU Trondheim

Re: [O] Feature request: Maintaining multiple init files with one org file

2018-07-30 Thread Sven Bretfeld
set as shown in my initial email). This is a bit more clumsy than it would be if we could use org tags but it's easier and clearer than including hundreds of if-conditions to the code itself. Thank you for all your help, Sven Eric S Fraga writes: > On Sunday, 29 Jul 2018 at 12:42, Sven Bretfeld wr

Re: [O] Feature request: Maintaining multiple init files with one org file

2018-07-29 Thread Sven Bretfeld
Hi Armin That's an interesting approach. I didn't think about giving arguments to the :tangle operator. This is basically what I was looking for. Just a bit more to write to each relevant source block. I will give it a try. Sven Amin Bandali writes: > Hello, > > Indeed, a tag-based solution

Re: [O] Feature request: Maintaining multiple init files with one org file

2018-07-29 Thread Sven Bretfeld
Hi Thanks for the answer. Tim Cross writes: > As your emacs init file is really just a lisp program, it is relatively > easy to implement multiple environment support within the file itself, > which is what I do. At the start of my init file, I just have some elisp > which sets variables

[O] Feature request: Maintaining multiple init files with one org file

2018-07-28 Thread Sven Bretfeld
Hi I don't know how you guys maintain init files for different hosts. I have one org-file with the header: #+PROPERTY: header-args :tangle ~/.emacs The file is synced to all my machines and produces the local init files on each. Most configurations are shared, but some are host-specific (e.g.

[O] Superagenda selector ":priority" matches only deadlines

2018-07-19 Thread Sven Bretfeld
Hi This can't be a feature. The org-super-agenda selector ":priority" matches no entries except those that have a deadline. Example: (setq org-agenda-custom-commands (quote ( (" " "Super Agenda View" ( (agenda "" ((org-agenda-span 'day)

Re: [O] How to make this horizontal line in org-super-agenda

2018-07-16 Thread Sven Bretfeld
Eric S Fraga writes: > On Monday, 16 Jul 2018 at 11:33, Sven Bretfeld wrote: >> Does anybody know how alphapapa made these horizontal lines with >> separate the agenda blocks? It can be seen in the "after" screenshot of >> the github main page for org-supe

[O] How to make this horizontal line in org-super-agenda

2018-07-16 Thread Sven Bretfeld
Hi Does anybody know how alphapapa made these horizontal lines with separate the agenda blocks? It can be seen in the "after" screenshot of the github main page for org-super-agenda: https://github.com/alphapapa/org-super-agenda/blob/master/screenshot-after.png I cannot figure out how to get

Re: [O] Org-Brain: Bug, was: Org-Brain: Second level headline?

2018-07-02 Thread Sven Bretfeld
It's a bug. Org-Brain collides with: (setq transient-mark-mode nil) Once commented out, everything works as expected. Sven Sven Bretfeld writes: > Hi > > I'm not sure if I misunderstood a feature or if this is a bug or setup > problem. In org-brain one has two possibilities t

[O] Org-Brain: Second level headline?

2018-07-02 Thread Sven Bretfeld
nd a fantastic idea. Sven (Emacs 26.1, Orgmode 9.1.13, org-brain 20180522.717 from melpa) -- Sven Bretfeld Department of Philosophy and Religious Studies NTNU Trondheim

Re: [O] Inline notes and alignment

2017-03-24 Thread Sven Bretfeld
to use (imo). That's a pretty good idea. I will try org-indent-mode. Wasn't aware of it. Thank you, everybody. Sven -- Sven Bretfeld Department of Philosophy and Religious Studies NTNU Trondheim

Re: [O] Inline notes and alignment

2017-03-22 Thread Sven Bretfeld
Nicolas Goaziou writes: > Hello, > > Sven Bretfeld <sven.bretf...@ntnu.no> writes: > >> Since some months ago the body of inline notes is no longer >> automatically aligned correctly. This is what is expected: >> >> *** Header >

[O] Inline notes and alignment

2017-03-22 Thread Sven Bretfeld
Hi everybody Since some months ago the body of inline notes is no longer automatically aligned correctly. This is what is expected: *** Header - cursor goes here *** END This is what happens instead: *** Header

[O] Problems with org-drill

2015-12-02 Thread Sven Bretfeld
I give a card score (0-5) differing from the score of the last question.) Neither can I see that there are malformed entries which could explain the phenomenon. Does anyone else have this problem and know how to fix it? Sven -- Sven Bretfeld Department of Philosophy and Religious Studies NTNU Trondheim

Re: [O] Asynchronous mobileorg push/pull

2015-11-23 Thread Sven Bretfeld
stance of emacs running in batch-mode. Sven -- Sven Bretfeld Department of Philosophy and Religious Studies NTNU Trondheim

Re: [O] Using the file as 1st level headline

2015-09-19 Thread Sven Bretfeld
Suvayu Ali writes: > On Thu, Sep 17, 2015 at 07:55:07PM +0200, Sven Bretfeld wrote: >> >> * TODO Write book on XY >> ** Introduction >>Text. >> * NEXT Something 1 >> * END >> >> ** Chapter 1 &

Re: [O] Using the file as 1st level headline

2015-09-19 Thread Sven Bretfeld
Eric S Fraga writes: > On Thursday, 17 Sep 2015 at 19:55, Sven Bretfeld wrote: > > [...] > > Have you looked at exporting the sub-tree? If you define the > appropriate EXPORT_xxx properties in the sub-tree, it should be > equivalent to having that sub-tree as a file alo

Re: [O] Using the file as 1st level headline

2015-09-17 Thread Sven Bretfeld
Hi Eric Eric S Fraga writes: > On Wednesday, 16 Sep 2015 at 18:49, Sven Bretfeld wrote: >> Is it possible to have a file header which is counted as a first level >> headline? > > I am not sure how this relates to the rest of your email. Can you > please expand on t

[O] Using the file as 1st level headline

2015-09-16 Thread Sven Bretfeld
is an individual project---the article in total is the project and its doable steps are defined by inline tasks. So, what I want to do is something like this: , xy.org | | #+TITLE: XY | #+AUTHOR: Sven Bretfeld | #+HEADLINE: TODO Write article on XY | #+CATEGORY: XY article | #+EXCLUDE_TAGS: noexport

Re: [O] Problems with org-caldav (wrong-type-argument stringp 47)

2013-01-27 Thread Sven Bretfeld
Hi David David Engster d...@randomsample.de writes: Sven Bretfeld writes: - progn: Could not find UID emacs207403667799062360. I'm currently struck with a nasty cold, so I have trouble thinking. Sorry to hear that. I wish you get better soon. But this means that it tries to find this ID

Re: [O] Problems with org-caldav (wrong-type-argument stringp 47)

2013-01-27 Thread Sven Bretfeld
Hi David and all I've got it. By try and error I found out that entries like these in an org-file cause the problem: %%(diary-anniversary 6 8 1969) Christian is %d years old Best, and thanks for your help, Sven Sven Bretfeld sven.bretf...@gmx.ch writes: Hi David David Engster d

[O] Problems with org-caldav (wrong-type-argument stringp 47)

2013-01-26 Thread Sven Bretfeld
Hi Thank you very much for org-caldav. I've waited for it since years. However, I have problems on my first sync. I think I have done everything correctly: (setq load-path (cons ~/elisp/org-caldav load-path)) (require 'org-caldav) (setq org-caldav-url https://www.google.com/calendar/dav;) (setq

Re: [O] Problems with org-caldav (wrong-type-argument stringp 47)

2013-01-26 Thread Sven Bretfeld
Hi David David Engster d...@randomsample.de writes: Sven Bretfeld writes: (setq org-caldav-files /home/sven/Dropbox/myconf/testlocalcal.org) No, that's wrong. It has to be a list of files: (setq org-caldav-files '(/home/sven/Dropbox/myconf/testlocalcal.org)) Yes, that did it. Thank you

Re: [O] Using non-org files as agenda files?

2013-01-25 Thread Sven Bretfeld
-annotate-file-add-search) for any reason. But now it works. Anyway, this package is not able to display an annotation within the original file (what In-Place Annotations can do). Thanks, Sven Samuel Wales samolog...@gmail.com writes: On 1/22/13, Sven Bretfeld sven.bretf...@gmx.ch wrote

[O] Using non-org files as agenda files?

2013-01-22 Thread Sven Bretfeld
Dear all Is it anyhow possible to use a .tex file as an org-agenda-file? This might seem a silly question. The reason is that I stick to auctex for writing my documents. But it would be nice to be able to insert a todo item directly at an appropriate place within a tex-file and have it

Re: [O] org-link and gnus-registry

2012-11-24 Thread Sven Bretfeld
Hi Alan Thanks for your answer. Alan Schmitt alan.schm...@polytechnique.org writes: Sven Bretfeld sven.bretf...@gmx.ch writes: As was discussed before in this list, gnus-register is the way to do this. Otherwise org-link will not find the message after it has gone to another group

[O] org-link and gnus-registry

2012-11-23 Thread Sven Bretfeld
Hi to all I'm trying to setup gnus-registry for use with org-link. What I want to do is reading emails (nnimap) in the INBOX, create a todo with org-remember containing a link to this email, then move the email to another group. As was discussed before in this list, gnus-register is the way to

Re: [O] [Bug] Bug in org-depend, was: Strange behavior of property-search and org-tags-view

2012-11-04 Thread Sven Bretfeld
Sven Bretfeld sven.bretf...@gmx.ch writes: Whenever I do a property-search (C-a / p) or an org-tags-view, some org-buffers are touched and need to be saved again, i.e. they display the ** flag in the status line and in Ibuffer. It is always the same three files, that seemingly have changed

[O] [Bug] Strange behavior of property-search and org-tags-view

2012-11-01 Thread Sven Bretfeld
Hi all Whenever I do a property-search (C-a / p) or an org-tags-view, some org-buffers are touched and need to be saved again, i.e. they display the ** flag in the status line and in Ibuffer. It is always the same three files, that seemingly have changed (in fact, they didn't change at all).

[O] [Sticky Agenda] How to create Agenda Buffers in functions

2012-04-03 Thread Sven Bretfeld
Hi all The Sticky Agenda is something I have been waiting for since a long time. Thank you very much! I want to write a function that creates a new frame with several windows, each displaying a different Agenda Views. I fail to find a function that creates special agenda views. Formerly I used

Re: [O] [Sticky Agenda] How to create Agenda Buffers in functions

2012-04-03 Thread Sven Bretfeld
Max Mikhanosha m...@openchat.com writes: This is the same bug as Martyn Jago reported earlier, basically I forgot that separate org agenda commands can be run individually rather then through (org-agenda) function. A temporary workaround in your specific case would be to wrap

Re: [O] MobileOrg for Android 0.8.0

2012-02-08 Thread Sven Bretfeld
normal appointments synced? Sven -- Prof. Dr. Sven Bretfeld \ CEntrum für CERES \ REligionswissenschaftliche \_Studien__ Ruhr-Universität Bochum Universitätsstraße 150 D-44780 Bochum http://www.ceres.ruhr-uni-bochum.de/en/participants/details/sven-bretfeld/

Re: [O] MobileOrg for Android 0.8.0

2012-02-08 Thread Sven Bretfeld
Hi Matthew Matthew Jones bsdmatb...@gmail.com writes: Can you tell me what you mean by this? What is working is: * TODO Wash clothes SCHEDULED: 2012-02-08 Mi 19:00 and * TODO Prepare Paper DEADLINE: 2012-02-08 Mi 20:00 What seems not to work is: * Lunch with Sheldon Cooper

Re: [O] MobileOrg 0.8.1 for Android

2012-02-08 Thread Sven Bretfeld
Hi Tom Tom Regner t...@goochesa.de writes: I seldom capture notes, so a Capture shortcut is of no use to me; I almost always capture via the android share this facility. For those who miss a Capture shortcut: It's also possible to create an icon that calls the capture function. Tasker would

Re: [O] MobileOrg for Android 0.8.0

2012-02-08 Thread Sven Bretfeld
Nick Dokos nicholas.do...@hp.com writes: Matthew Jones bsdmatb...@gmail.com wrote: What org mechanism do you use to put that date in there?  We do key specifically from those tags that you mentioned. I use C-c . (org-time-stamp) to insert such time stamps into my appts.org file. I assume

[O] MobileOrg for Android 0.8.0

2012-02-07 Thread Sven Bretfeld
Hi Matthew, hi to all Thank you very much for MobileOrg 0.8. It has improved very much since the last update. Really good work. I have a few questions. 1. Calendar Sync doesn't seem to work on my device. I chose one of my GoogleCalendars to sync to. But the Test item I created didn't show

Re: [O] how do scientists use org mode?

2012-02-01 Thread Sven Bretfeld
Hi Christoph For my scientific work (I'm an Indologist) I use orgmode in three ways: 1. _Project planning and calendar management_ That's just the normal thing. I use the GTD approach, extended by some specialties like the tags :BIGROCK: (most important project to work on this week)

Re: [O] New iCalendar import script

2012-02-01 Thread Sven Bretfeld
Dear Simon Thank you very much for publishing this script. I have no time to test it right now, but I will do so in a few days. Sven Simon Thum simon.t...@gmx.de writes: Hi all, I've written an iCalendar import script in ruby (I know, not emacs lisp, but at the least I should let you be

Re: [O] Viewing all entries of a file in Agenda

2011-12-11 Thread Sven Bretfeld
Hi Herbert Herbert Sitz hes...@gmail.com writes: Sven Bretfeld sven.bretfeld at gmx.ch writes: It is the last line that puzzles me. If I have it like above, every call of this agenda is interrupted by the question which tag I want to query for. Hitting RET does what I want, namely

Re: [O] [feature request] Org as an Excerpt Database (or Multivalue Properties)

2011-12-11 Thread Sven Bretfeld
Hi Christian and Herbert Christian Moe m...@christianmoe.com writes: I've successfully used the regular expression searches Herbert Sitz describes to search and query a small (~ 500 kB) Org database of all my source materials (text clippings) for a project, where some of the properties I

[O] [feature request] Org as an Excerpt Database (or Multivalue Properties)

2011-12-10 Thread Sven Bretfeld
Hi all Is it possible to give a property more than one value? I have an org file with a collection of citations and I want to give them a number of keywords. For example: * Ethics of a Hacker's Life :PROPERTIES: :author: Richard Stallmann :source:

[O] Viewing all entries of a file in Agenda

2011-12-10 Thread Sven Bretfeld
Hi all I have written an org-agenda-custom-command for a daily review of my dates and todos. It contains several todos and tags as block-agendas. The last block should tell me if there are new items to be refiled in a certain file which I use as an Inbox (synced from MobileOrg). I cannot find

Re: [O] What do you use to identify projects (in the GTD sense)

2011-10-11 Thread Sven Bretfeld
Hi Bernt Bernt Hansen be...@norang.ca writes: http://doc.norang.ca/org-mode.html#Projects Wow, that is a WONDERFUL page you shared with us. Thank you very much! It will cost me hours go through it and see what I can implement for my setup. Can't you think about others' time before posting such

[O] Additive tags or meta-tags

2011-09-21 Thread Sven Bretfeld
Hi together This is maybe a feature request. Otherwise ... is it already possible to subsume a number of tags in some kind of meta-tag? Explanation: I use physical/local contexts as tags: @OFFICE, @HOME, @TRAIN etc. There are some todos like for example :READING: that could be done in all these

Re: [O] Google Tasks integration

2011-09-03 Thread Sven Bretfeld
Hi Brad I don't know anything about your question proper, but ... Brad Collette shopinthewo...@gmail.com writes: I've also been using mobileorg to get my stuff on my iphone.  However, I'm less satisfied with that.  Having to both push and pull from both ends to keep things in sync is a

[O] Some remarks on org-contacts

2011-05-31 Thread Sven Bretfeld
Hi to all After some days of using org-contacts with Gnus, I would like to make some comments. I know that this is an early stage of the development, but I think some views and suggestions by users could help Julien or other developers to decide what could be done in the next steps of their work.

Re: [O] org-contacts: error on message startup

2011-05-26 Thread Sven Bretfeld
Hi Michael Michael Markert markert.mich...@googlemail.com writes: Hi Sven, I run org-contacts on Emacs 23.3, there is a `completion-at-point-functions' and org-contacts works just fine. But I recall myself trying with Gnus and it didn't work because `completion-at-point' was not bound to

Re: [O] org-contacts: error on message startup

2011-05-26 Thread Sven Bretfeld
Hi Julien Julien Danjou jul...@danjou.info writes: On Thu, May 26 2011, Sven Bretfeld wrote: It is definitely not there in 23.1, the emacs-snapshot package which AFAIK is the orebokech version that seems not to have been updated since quite a while. I have checked the sources

Re: [O] org-contacts: error on message startup

2011-05-25 Thread Sven Bretfeld
Hi Nick, hi all Nick Dokos nicholas.do...@hp.com writes: Sven Bretfeld sven.bretf...@gmx.ch wrote: Just trying to use org-contacts. There is an error for me whenever I start a new message: Debugger entered--Lisp error: (void-variable completion-at-point-functions) add-to-list

[O] org-contacts: error on message startup

2011-05-24 Thread Sven Bretfeld
Hi all Just trying to use org-contacts. There is an error for me whenever I start a new message: Debugger entered--Lisp error: (void-variable completion-at-point-functions) add-to-list(completion-at-point-functions org-contacts-message-complete-function) (lambda nil (add-to-list (quote

Re: [O] MobileOrg Android 0.5.4 Release - Now with Tablet support

2011-05-04 Thread Sven Bretfeld
Hi Matthew Thank you very much for the new version. I'm just testing the new functions. MobileOrg will be really really good after all the new features will be working. Nice work. There are some issues I have detected so far (HTC Desire HD, Android 2.2.1, Dropbox-sync, completely cleaned

Re: [O] How to manipulate line-breaks in html-export?

2011-03-16 Thread Sven Bretfeld
Hi all I have solved the problem with some sed operations now. Greetings Sven Sven Bretfeld sven.bretf...@gmx.ch writes: Hi I'm using a emacs --batch cronjob to update several html-exports of different agenda views. The output usually looks ugly. It took me some time to figure out why

[O] How to manipulate line-breaks in html-export?

2011-03-15 Thread Sven Bretfeld
Hi I'm using a emacs --batch cronjob to update several html-exports of different agenda views. The output usually looks ugly. It took me some time to figure out why the exported html-files look different whether the function is started in a normal frame or via batch: The html-exporter sets

Re: [Orgmode] MobileOrg Android 0.5.0 - Now with native Dropbox support!

2010-12-30 Thread Sven Bretfeld
Dear Matthew Thank you very much for this present. Thank you also for all the good work you have done for making MobileOrg on Android possible. For the first time ever I also have syncing problems which takes about four times longer than before (filesize hasn't changed). I will give you a

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-07 Thread Sven Bretfeld
Hi Matthew Matthew Jones bsdmatb...@gmail.com writes: Alright guys, I've gotten this to work I've posted an early build of MobileOrg that supports this here: http://matburt.net/files/mobileorg-debug.apk basically, you need to emit the action: com.matburt.mobileorg.CAPTURE it takes an

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-07 Thread Sven Bretfeld
Hi Matthew Matthew Jones bsdmatb...@gmail.com writes: Hi Sven... that's a nice one, you might could add that to the scripts section of the MobileOrg wiki. Did it. Pretty soon the Capture interface will be extended to allow settings tags and other things on captured notes... once these

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-03 Thread Sven Bretfeld
Hi Matthew Matthew Jones bsdmatb...@gmail.com writes: Alright guys, I've gotten this to work I've posted an early build of MobileOrg that supports this here: http://matburt.net/files/mobileorg-debug.apk Thank you very much for your wonderful work. It works like a charm. I have tested it

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-02 Thread Sven Bretfeld
Mark Elston m_els...@comcast.net writes: I don't know about the current state of MobileOrg and its implementation details but I would look at the two sl4a methods: startActivity, and startActivityForResult. Yea, I've tried that already.

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-01 Thread Sven Bretfeld
Hi Mark Mark Elston m_els...@comcast.net writes: Have you looked at sl4a (formerly ase)? With it you can start Intents and perform clipboard operations plus file manipulations using a standard scripting language like perl, python, or ruby (among others). This might be very useful. That's

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-11-30 Thread Sven Bretfeld
Hi Matthew Matthew Jones bsdmatb...@gmail.com writes: MobileOrg Android already supports speech to text in that, you can go to capture a new note and click the mic button on the soft keyboard and start speaking.  I don't see that it would be particularly difficult to integrate this in a

[Orgmode] MobileOrg and Voice Capturing (Android)

2010-11-28 Thread Sven Bretfeld
Hi together TextToSpeech has made our lives easier, especially for car-drivers like me. I have tried to capture tasks by voice on my Android device and implement them automatically to my org-files at home. The results are practicable but far from optimal by now. Maybe there are some Android users

Re: [Orgmode] Re: Freemind conversion and Notes

2010-09-29 Thread Sven Bretfeld
Hi Lennart Lennart Borgman lennart.borg...@gmail.com writes: Give thanks for unknown blessings already on their way. - Native American Saying. Can you please just remove the argument given to called-interactively-p? Please see here:

Re: [Orgmode] Re: Freemind conversion and Notes

2010-09-28 Thread Sven Bretfeld
Hi Lennart Lennart Borgman lennart.borg...@gmail.com writes: Thanks for the bug report. I have attached a new version of org-freemind.el (and a patch for it). Aaaargh. One day too late. Yesterday I converted a big mindmap manually. But it's fine that the package will be healthy soon for the

Re: [Orgmode] Problems with capture on Mobile Org for Android

2010-09-20 Thread Sven Bretfeld
Hi Robert Robert Goldman rpgold...@sift.info writes: I have just had a problem twice with loss of data using Mobile org for android (flagged as version 40 in Application Info). Here's what you need to do to lose data: 1. enter foobar into the capture window 2. synchronize 3. enter

Re: [Orgmode] Re: Adding entries to Google calendar

2010-09-13 Thread Sven Bretfeld
Hi Eric S Fraga ucec...@ucl.ac.uk writes: I haven't found a way to push an ics file to google; however, you can tell google calendar to add a calendar that is based on a specific url pointing to an ics file and google will periodically load that file and update the calendar. Yes, that

[Orgmode] Freemind conversion and Notes

2010-09-13 Thread Sven Bretfeld
Hi all org-freemind.el suggests that notes from a Freemind mindmap become converted to org by org-freemind-to-org-mode. However, all I get is the nodes and subnodes structure as orgmode's headings. My various notes (including many draft sentences of the article I'm about to write, so the most

Re: [Orgmode] Adding entries to Google calendar

2010-09-09 Thread Sven Bretfeld
Hi Matt Matt Price mopto...@gmail.com writes: Sven says something about using org-remember to do the same work -- it's not clear to me whether you have that working, Sven.  In any case would it be difficult to use org-capture instead of the diary?  That would certainly be better for my

Re: [Orgmode] Agenda and weather forecast

2010-09-09 Thread Sven Bretfeld
Hi Julien Julien Danjou jul...@danjou.info writes: If anybody is interested, I've wrote an small extension to put some weather forecasts in the agenda. It can be found here[1]. I've blogged about it yesterday, so if you're curious you can read the entry[2]. Wonderful. Works out of the box

Re: [Orgmode] Agenda and weather forecast | language and units

2010-09-09 Thread Sven Bretfeld
Hi Juan Juan Pechiar pech...@computer.org writes: The google API determines the unit system (C or F) based on the language parameter (smart guys?!). Ths parameter goes after the city in the call to org-google-weather: E.g. %%(org-google-weather Montevideo,Uruguay es) Ah. I see. It's

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Sven Bretfeld
d.tchin d.tc...@voila.fr writes: In the agenda I have the forecasts for the two locations but I have no idea on the output about the related locations. I have following ouput : Agenda: icon Couverture nuageuse partielle, 13-24 °C Agenda: icon Brouillard, 13-23 °C How can we

Re: [Orgmode] Adding entries to Google calendar

2010-09-08 Thread Sven Bretfeld
Hi Eric Eric S Fraga ucec...@ucl.ac.uk writes: Alas, there seems no description of the possible syntactical variants available on the web. Yes, Google do not appear to be very forthcoming with their parsing algorithms. I had to do a lot of trial and error, especially to support block

Re: [Orgmode] MobileOrg now in the Android market

2010-09-04 Thread Sven Bretfeld
Matthew Jones bsdmatb...@gmail.com writes: This should also allow those of you who use Dropbox to use the Dropbox Android application to pull your org files to your phone and then synchronize using the SDCard synchronizer.   This will be a good placeholder until I can implement the Dropbox

[Orgmode] Adding entries to Google calendar

2010-09-04 Thread Sven Bretfeld
Hi to all I try to automatically add newly created dates to GoogleCalendar via GoogleCL. I have tried Eric Fraga's code from: http://osdir.com/ml/emacs-orgmode-gnu/2010-07/msg00265.html but I can't get it to work, nor do I understand it (is it complete?). Anyway, his approach depends on adding

Re: [Orgmode] Adding entries to Google calendar

2010-09-04 Thread Sven Bretfeld
Hi Eric Eric S Fraga ucec...@ucl.ac.uk writes: I'm not sure what you mean about complete. It requires you to have installed the Google command line tools (googlecl from Google Code). However, this emacs lisp code is not what I would call full-featured ;-) There were several problems, most

[Orgmode] MobileOrg now in the Android market

2010-09-03 Thread Sven Bretfeld
Hi to all I'm sorry, Matt, that I always anticipate you to announce the progress of your work. But I'm so happy to have noticed some minutes ago that MobileOrg is now in the market. Thank you very much! Top rating of course. Sven p.s. NEXT and other non-standard TODO keywords are not displayed

Re: [Orgmode] Re: iCal export and complex diary sexps

2010-07-23 Thread Sven Bretfeld
Hi Dan Dan Griswold dgris...@rochester.rr.com writes: On 15 Jul 2010, sven.bretf...@gmx.ch wrote: There was a thread about this some weeks ago. The iCal export does not support org-diary-class entries or other complex diary sexps. I missed that thread, but it's an issue I looked into some

[Orgmode] Minor Bug in ical2org awk script

2010-07-21 Thread Sven Bretfeld
Hi all, hi Eric Eric Fraga's wonderful awk script to export/convert googlecalendar to orgmode contains a minor bug in creating active timestamps. A date like 21.7.2010, 14-15 will be converted to 2010-07-21 14:00-15:00 What is missing here is the day of the week. It should be (in German):

Re: [Orgmode] .ics export w/Alarms. Possible?

2010-07-21 Thread Sven Bretfeld
the headers) with exception of the VALARM lines. Here is an example: , mygtd.ics by org-mode 7.01trans (Git Version) | | BEGIN:VCALENDAR | VERSION:2.0 | X-WR-CALNAME:mygtd | PRODID:-//Sven Bretfeld//Emacs with Org-mode//EN | X-WR-TIMEZONE:CEST | X-WR-CALDESC:nil | CALSCALE:GREGORIAN | BEGIN:VEVENT

Re: [Orgmode] Minor Bug in ical2org awk script

2010-07-21 Thread Sven Bretfeld
Hi Eric Eric S Fraga ucec...@ucl.ac.uk writes: attached is an updated awk script which should do what you want. Please test it out as it should be generic (with respect to locale). It's working perfectly. Thank you very much. Greetings, Sven ___

Re: [Orgmode] .ics export w/Alarms. Possible?

2010-07-21 Thread Sven Bretfeld
Eric S Fraga ucec...@ucl.ac.uk writes: unfortunately, I really have no idea what is going on here. I'm not really that conversant with the full iCalendar specifications although I have read the relevant parts of the specification [1] and I think I've got things right. I have experimented

[Orgmode] iCal export and complex diary sexps

2010-07-15 Thread Sven Bretfeld
Hi all There was a thread about this some weeks ago. The iCal export does not support org-diary-class entries or other complex diary sexps. I want to ask if anybody has a workaround on this issue in the meantime. For example, it could possibly be solved by an after-export-hook that scans

Re: [Orgmode] Re: [google] updated awk script for google to org conversion

2010-07-13 Thread Sven Bretfeld
Michael Steiner michistei...@verizon.net writes: On 2010-07-12 05:22, Rémi Vanicat wrote: Sven Bretfeldsven.bretf...@gmx.ch writes: you could use auto-revert-mode: That's what i do: i slightly changed ical2org.awk by replacing line 77 print #+TITLE: Main Google calendar entries

Re: [Orgmode] [google] updated awk script for google to org conversion

2010-07-12 Thread Sven Bretfeld
Hi Eric Thank you very much for the script and the idea. I'm a fan of MobileOrg for Android, but the diary functions are not convenient to deal with at the moment. So I adopted your method for date handling. Some observations: 1. wget doesn't overwrite an older basic.ics laying in the same

[Orgmode] org-mobile produces errors in normal org functions

2010-07-07 Thread Sven Bretfeld
Hi all I have strange errors since I'm working with org-mobile. They seem to have to do with the hash-code. The first error: org-mobile-push results in a Wrong-type-argument. A debug-message is included at the end of this mail. After an unsuccessful run of this function, the buffers of the

Re: [Orgmode] AutOrg, and practice of GTD in a group

2010-06-27 Thread Sven Bretfeld
Hi Hellekin Hellekin O. Wolf helle...@cepheide.org writes: On Wed, Jun 23, 2010 at 08:41:22AM +0200, Sven Bretfeld wrote: The third level is for the physical actions of the project. As you see, only the first has a todo keyword (NEXT). The others are dependent from the first (cannot

Re: [Orgmode] AutOrg, and practice of GTD in a group

2010-06-23 Thread Sven Bretfeld
Hi Hellekin Hellekin O. Wolf helle...@cepheide.org writes: How do you guys use CATEGORIES, PROPERTIES and TAGS in combination with TODO states and Org-Agenda to optimize your GTD workflow? I'm also into GTD. This is a typical entry I use for a project. * Misc Office ** Rewrite study course

Re: [Orgmode] Meta-grouping properties?

2010-06-13 Thread Sven Bretfeld
Hi David David Maus dm...@ictsoc.de writes: Maybe the tutorial Org-mode tricks for team management by Juan Reyero at http://juanreyero.com/article/emacs/org-teams.html can provide a solution to the problem? At least it sounds like a similar problem that is described there. I fear there is

Re: [Orgmode] Meta-grouping properties?

2010-06-08 Thread Sven Bretfeld
Hi Juri Sorry for answering so late. I have been away from the PC for a while. Juri Krivov jkri...@gmail.com writes: I dont' think this can be done yet.  But I am interested in this idea.  How do you hope to define groups?  In variable or in buffer with special group syntax?  Should every

[Orgmode] Meta-grouping properties?

2010-06-02 Thread Sven Bretfeld
Hi all Is it possible to define meta-groups for certain properties? For example: * TODO Some Task :PROPERTIES: :dowith: PR-Group :END: * TODO Another Task :PROPERTIES: :dowith: John :END: * TODO A Third Task :PROPERTIES: :dowith: Mary :END: The PR-Group consists of four

Re: [Orgmode] MobileOrg for Android starts to become really usable

2010-05-31 Thread Sven Bretfeld
Hi Enrico Enrico Indiogine hindiog...@gmail.com writes: Thanks to the help from you all I managed to install the latest development version of org-mobile-android on my Xperia X10. I set up my .emacs for stage push-pull and have a mydisk.se account with an org directory. M-x push will fail

[Orgmode] MobileOrg for Android starts to become really usable

2010-05-28 Thread Sven Bretfeld
Hi to all, hi Matthew I had a look at matburt's Github today and found the new 0.4alpha-build. Now, MobOrg4And supports the capturing of notes. That's what I was waiting for all the time. I can say that Note capturing works on my HTC Magic, albeit I had little time so far to test it more than

Re: [Orgmode] org-toodledo : sycning org-mode and Toodledo

2010-05-22 Thread Sven Bretfeld
Hi Mark I'm not at home at the moment. Just a short note off the road. Mark Elston m_els...@comcast.net writes: I just noticed, however, that setting a Deadline in Toodledo does set the DEADLINE in org. I think it works for me this way only too. I have mainly tried to use Toodledo as a

  1   2   >