Re: [O] How to export property values of agenda selection?

2013-04-08 Thread Karl Maihofer
Hi Christian, Christian Moe mail at christianmoe.com writes: I'm not quite clear on your use case / desired result now. Why do you want results through batch mode on the command line in order to embed them in a webpage? Embed how? Is this something you could perhaps do simply by exporting

Re: [O] How to export property values of agenda selection?

2013-04-06 Thread Karl Maihofer
Christian Moe mail at christianmoe.com writes: I don't know how to do it from the agenda selection, but here's a pretty simple way to do it in the document buffer using Babel: #+NAME: list2csv #+BEGIN_SRC emacs-lisp :var match=topic2 (mapconcat 'identity

Re: [O] How to export property values of agenda selection?

2013-03-27 Thread Karl Maihofer
Christian Moe mail at christianmoe.com writes: I don't know how to do it from the agenda selection, but here's a pretty simple way to do it in the document buffer using Babel: Christian, thanks a lot! That does the job. Kind regards, Karl

[O] How to export property values of agenda selection?

2013-03-26 Thread Karl Maihofer
I'd like to manage some distribution (mailing) lists in Org. This works great using tags and agenda column view. I have an Org file like this: #+COLUMNS: %25ITEM %30EMAIL %20TAGS * Peter Mayer :topic1:topic2: :PROPERTIES: :EMAIL:

Re: [O] How to define a start date for a task?

2011-12-18 Thread Karl Maihofer
Hi Bernt, Bernt Hansen bernt at norang.ca writes: I assume you have a few typos in the following description: I'm not sure if this helps. What I'd like to archive is that an unavailable ^^^

Re: [O] How to define a start date for a task?

2011-12-18 Thread Karl Maihofer
Hi Viktor, Viktor Rosenfeld listuser36 at googlemail.com writes: you could enter the start using an inactive timestamp (optionally as a property value). Then the entry would not show up on the agenda. The Advanced searching tutorial on Worg explains how you can search for inactive timestamps

Re: [O] How to define a start date for a task?

2011-12-18 Thread Karl Maihofer
Bernt Hansen bernt at norang.ca writes: I think you'll need to write a custom agenda skip function that skips your tasks with an inactive START: [date] in the future. I don't know of a way to apply a custom skip function to the global todo and tags searches so you'll probably need to use

Re: [O] How to define a start date for a task?

2011-12-18 Thread Karl Maihofer
Hi Viktor, Viktor Rosenfeld listuser36 at googlemail.com writes: I don't understand why it would show today. The date is in the future (and it's not a deadline) and the timestamp is inactive. It should not show up at all, unless the variable org-agenda-include-inactive-timestamps is set.

[O] How to define a start date for a task?

2011-12-17 Thread Karl Maihofer
Hi, when I used Omnifocus for my task management I made heavy use of start dates to keep unavailable tasks from my tasks lists. If you for example create a task Buy new DVD this task should not be shown in your lists until the DVD is published and available. Is there a possibility to define

Re: [O] How to define a start date for a task?

2011-12-17 Thread Karl Maihofer
Karl Voit devnull at Karl-Voit.at writes: Three things I am using can help you: 1) Use warning periods together with DEADLINE or SCHEDULED: «You can specify a different lead time for warnings for a specific deadlines using the following syntax. Here is an example with a warning period of 5

[Orgmode] Re: [ANN] Changes to lists

2011-02-08 Thread Karl Maihofer
Nicolas, Nicolas Goaziou n.goaziou at gmail.com writes: 2. Lists in inline tasks are not exported properly (item 2a in the example below). This should be fixed now. Thanks. This does not work for me. Lists in inline tasks are still exported as follows: * item 1 * item 2 What do I

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-28 Thread Karl Maihofer
, Karl Zitat von Nicolas Goaziou n.goaz...@gmail.com: Hello, Karl Maihofer writes: Pressing M-right with the cursor on Item 2 in the example below inserts a space before the inline task, so that it's no longer recognized as a task. - Item 1 - Item 2 - Item 2.1 *** Inline

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-28 Thread Karl Maihofer
!!) third TAB: all It seems as if the list in the inline task confuses the cycle functionality. Regards, Karl Zitat von Karl Maihofer ignora...@gmx.de: begin example Test - item 1 *** TODO Inline Task Test

[Orgmode] Re: [ANN] Changes to lists

2011-01-26 Thread Karl Maihofer
Nicolas, Nicolas Goaziou n.goaziou at gmail.com writes: I would like to announce, and submit to discussion, some list code upgrades. So, let me introduce the changes done in development branch: Great! Thanks a lot. I just tested the inline task part and have an issue with demoting of list

Re: [Orgmode] [babel] void-function org-babel-load-file

2010-12-14 Thread Karl Maihofer
Hi Eric, Zitat von Eric Schulte schulte.e...@gmail.com: Are you sure you are using the latest version of Org-mode? I am quite sure. That is what org-version says. But I do not compile the elisp files. I only use the following to load a different org-version in my init.el: (add-to-list

[Orgmode] How to use headlines and lists in Org to structure your thoughts?

2010-12-14 Thread Karl Maihofer
The ongoing discussion about inline tasks and drawers withhin lists much depends on the way you use Org, I think. Perhaps it is a good idea to brainstorm some fundamental aspects in regard to headlines and lists. Why and in which situations do we use lists? I use lists a lot to write down my

Re: [Orgmode] Lists made stronger: lists within lists

2010-12-13 Thread Karl Maihofer
Nicolas, great! I just moved around some list items with inline tasks in my 800+ pages document. And it works perfect. I will do some more tests tonight. Thanks a lot! Karl Zitat von Nicolas Goaziou n.goaz...@gmail.com: Hello, As I had promised it here a few days ago, I just pushed a

Re: [Orgmode] [babel] void-function org-babel-load-file

2010-12-09 Thread Karl Maihofer
Zitat von Karl Maihofer ignora...@gmx.de: , | Debugger entered--Lisp error: (void-function org-babel-load-file) | (org-babel-load-file (expand-file-name I found the definition of org-babel-load-file in ob-tangle.el, so I added (require 'ob-tangle) before the function is called in my

Re: [Orgmode] Lists handling

2010-11-28 Thread Karl Maihofer
Nicolas Goaziou n.goaz...@gmail.com schrieb: With a drawer, you mean something like the following? , | - Item 1 | - Item 1a | :COMMENT: | This is a comment. | :END: | - Item 1b | - Item 2 | - Item 3 ` Yes. It would be great to have drawers in lists. This is certaily a

Re: [Orgmode] Lists handling

2010-11-28 Thread Karl Maihofer
Eric S Fraga ucec...@ucl.ac.uk schrieb: Well, my immediate reaction was to jump in and say that this (pt 4) is exactly when I most need inline tasks! My typical use case is taking minutes at a meeting and assigning actions to individuals: inline tasks are perfect for this. However, on

Re: [Orgmode] Highlight special string

2010-11-26 Thread Karl Maihofer
-lock-mode on with M-x hi-lock-mode. Then you can highlight a word with C-x w h (highlight-regexp) or a the line containing a word with C-x w l (highlight-lines-matching-regexp). Remove highlights with C-x w r. -- Darlan At Wed, 24 Nov 2010 09:21:00 +0100, Karl Maihofer ignora...@gmx.de wrote: Hi

[Orgmode] Lists handling

2010-11-26 Thread Karl Maihofer
In an older thread(*) Sébastien, Carsten and Nicolas discussed the new kind of lists handling that was introduced with Org version 7.02. (*) http://thread.gmane.org/gmane.emacs.orgmode/32808 , | Lists handling | === | | Due to changes made to lists, it is no longer possible to

[Orgmode] Highlight special string

2010-11-24 Thread Karl Maihofer
Hi, I don't know if this is an Org- or Emacs-Question. For highlighting special strings in AucTeX I used a variable font-latex-user-keyword-classes so I thought there may be an org-specific variable to achieve what I want in orgmode. I'd like to highlight the strings (ok) and (fail) in

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-26 Thread Karl Maihofer
Carsten wrote: 2. A complex new structure that would somehow utilize properties to crease a tag-like parallel structure that can be used in searches. I think it is a interesting idea to use properties for an extended use of tags. My first attempt to implement my use of tags to organize

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-15 Thread Karl Maihofer
Noorul Islam K M noo...@noorul.com schrieb: I have something like this shamelessly copied from Bernt's doc. (setq org-tag-alist (quote ((:startgroup) (@errand . ?e) (@office . ?o) (@home . ?h)

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-15 Thread Karl Maihofer
Hi Carsten! Carsten Dominik carsten.domi...@gmail.com schrieb: Group people: - Key h - Holger - Key o - Otto I use TAB and then completion for people. Otherwise you run into trouble with two people starting with the same name, trusting your system too far Yes, this may be a risk.

[Orgmode] Adding tags, grouping tags

2010-10-14 Thread Karl Maihofer
I'd like to define many many tags and use numerics (1-0) as selection keys. I want to define tags for different clients, people, gtd-contexts, and other contexts. So I had the idea to group the tags (less than ten tags per group) to be able to define selection keys for every tag. I already use

Re: [Orgmode] Re: [WIP] OpenOffice Exporter

2010-10-13 Thread Karl Maihofer
For me it would be very helpful to be able to export footnotes to OpenOffice format. This is something that doesn't work via HTML-export. Do you plan to add support for footnotes? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

Re: [Orgmode] Archive Tasks

2010-08-18 Thread Karl Maihofer
already exist) at the right position in my archive file. Any ideas? Karl Am 18.08.10 07:22, schrieb Puneeth: Karl, On Wed, Aug 18, 2010 at 10:36 AM, Karl Maihofer ignora...@gmx.de wrote: Is there a way to tell org, that there should be a first level called Tasks and a second called Client

Re: [Orgmode] Archive Tasks

2010-08-17 Thread Karl Maihofer
, that there should be a first level called Tasks and a second called Client 1? Regards, Karl Am 16.08.10 20:07, schrieb Bastien: Hi Karl, Karl Maihofer ignora...@gmx.de writes: I have a problem to archive my tasks. What should the row :ARCHIVE: look like, so that my Task One will be archived under

[Orgmode] Archive Tasks

2010-08-14 Thread Karl Maihofer
Dear Org-Users, I have a problem to archive my tasks. What should the row :ARCHIVE: look like, so that my Task One will be archived under Tasks - Client 1 (see example below)? Thanks a lot! Karl --- My structure in gtd.org:

Re: [Orgmode] Export to LaTeX without surroundings?

2009-12-26 Thread Karl Maihofer
+0100, Karl Maihofer ignora...@gmx.de wrote: Hi, is there a way to only export the content of an org-file to the LaTeX syntax (without LaTeX header etc.)? I'd like to include a table.tex (my bibliography, i do not use bibtex) into my main tex-file. But because it is very nice to write tables

[Orgmode] [MobileOrg] Weekly Agenda

2009-11-27 Thread Karl Maihofer
Hi, I'm making my first steps with MobileOrg. Thank you very must for this app, it was one reason for me to chose the iphone. MobileOrg shows me my custom agenda views, but what about the agenda for the current week and day? Regards, Karl ___

[Orgmode] html export of inline tasks

2009-11-23 Thread Karl Maihofer
Hi, would it be possible to add some tags to the html-exporter for inline tasks? I'd like to be able to show the todo keyword in a different color as it is possible for normal tasks. Normal task: span class=todo TODO TODO/span task description Inline task: dl dtTODO task description/dtdd

Re: [Orgmode] Evangelize the world with Org-mode

2009-10-16 Thread Karl Maihofer
Am 16.10.09 14:09, schrieb Karl Maihofer: Perhaps ikiwiki? Ha! Have a look at this: http://www.golden-gryphon.com/blog/manoj/blog/2008/06/08/Using_org-mode_with_Ikiwiki/ There was already a discussion about ikiwiki on this list: http://search.gmane.org/search.php?group

Re: [Orgmode] Searching inside of attachments (pdf, odt)?

2009-10-14 Thread Karl Maihofer
Hi, Am 13.10.09 19:09, schrieb Samuel Wales: Have you tried the agenda search feature yet? If not, perhaps trying it first will help ground the discussion. OK, I had another look at the org agenda search feature and I agree that it would be much smarter to use the already implemented org

Re: [Orgmode] Searching inside of attachments (pdf, odt)?

2009-10-13 Thread Karl Maihofer
Hi Samuel, Samuel Wales samolog...@gmail.com schrieb: My idea is to use ordinary agenda search like this: 1) agenda search displays the headline that has the attachment. 2) org uses an alist to determine the correct textifier according to extension. e.g. '((.pdf . pdf2text)).

[Orgmode] Searching inside of attachments (pdf, odt)?

2009-10-12 Thread Karl Maihofer
Hi, does anyone use something like Lucene[*] with orgmode to search inside attachments like pdf- and odt-files? At the moment I use org for time-planning and a stand-alone Confluence wiki for knowledge management (which uses Lucene to index attachments). My knowledge management mainly

Re: [Orgmode] Error when exporting as Latex

2009-07-10 Thread Karl Maihofer
Others may correct me but I think this is the same issue I had yesterday. The reason is that the two versions of Org - the one shipped with your Emacs and the latest one you installed by yourself conflict in some way. Some time ago the lisp-file for LaTeX export was renamed - perhaps this is

[Orgmode] Latest Org and Carbon Emacs

2009-07-09 Thread Karl Maihofer
Until now I used Org with Debian GNU/Linux. Today I bought a MacBook Pro 13 and I spent the evening making my first steps with MacOS. I installed the Carbon Emacs package and configured Emacs to use the latest Org-Version that I copied to ~/elisp/org-mode/. (add-to-list 'load-path

Re: [Orgmode] Latest Org and Carbon Emacs

2009-07-09 Thread Karl Maihofer
Thanks! I was able to find the org-lisp-files of the old org-version with locate-library. Then I renamed the files and added the following to my configuration: (require 'org-latex) Now LaTeX export works! Thanks again! Karl Nick Dokos schrieb: Karl Maihofer ignora...@gmx.de wrote

Re: [Orgmode] footnote renumber bug

2009-07-02 Thread Karl Maihofer
Andreas Roehler schrieb: after reopening a file with two footnotes inside, inserting a third footnote between first and second, it fails to renumber it. Did you try the new C-u C-c C-x f S feature of the latest git-version? Org does not renumber footnotes automatically when they are inserted.

Re: [Orgmode] Sorting and renumbering footnotes

2009-07-01 Thread Karl Maihofer
Carsten Dominik domi...@uva.nl schrieb: this is now implemented as [r] action in the footnote actions. [r] dies only renumbering, no sorting, so you'd have to use 2 commands. Actually, I just also added [S] as a shortcut for first [r] then [s] Carsten, thank you VERY much! It works

[Orgmode] Sorting and renumbering footnotes

2009-06-30 Thread Karl Maihofer
I use Org to write quite long documents with many footnotes and I am wondering if there is a way to renumber the footnotes when sorting with C-u C-c C-x f s. n at the end is not what I am looking for. I'd like the footnotes to stay at the position set by org-footnote-section. Simple

[Orgmode] Popup with Weekly Agenda?

2009-06-05 Thread Karl Maihofer
Hi, Tassilo integrated the weekly agenda (as a popup) with the awesome window manager[1]. So whenever the mouse pointer enters a special region of the desktop, a popup shows the agenda for the current week and disappears when the mouse is moved away (Have a look at the very nice screenshot shown

[Orgmode] Table of Contents in an extra buffer?

2009-05-04 Thread Karl Maihofer
Wouldn't it be useful to have a table of contents in an extra buffer to move around quickly in huge org-files as it is possible in LaTeX-files with RefTeX? For me this is a feature that would make Org an even better authoring tool. Karl ___

Re: [Orgmode] Table of Contents in an extra buffer?

2009-05-04 Thread Karl Maihofer
Quoting Carsten Dominik carsten.domi...@gmail.com: Bastien has implemented this in org-toc.el which is a contributed package. Perfekt! Thanks a lot! ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] How to define TODOs within continuous text the best way?

2009-03-28 Thread Karl Maihofer
Hi, thanks for your answer! Sebastian Rose schrieb: Yes, this is possible. By default only the first three levels are exported as headlines. Any headline that is deeper nested, is exported as a list item. The variable in question is `org-export-headline-levels' OK, I see. But now

Re: [Orgmode] Large Font in Column-View

2009-03-17 Thread Karl Maihofer
Hi Carsten, thanks for your help! Carsten Dominik schrieb: Is this change reversed when you exit column view? Yes, it is reversed. Does it affect the columns only, or the text between headlines as well? I think the problem was Org-Font-Lock / Org-Faces / Org-Column / Height. It was set to

[Orgmode] Large Font in Column-View

2009-03-14 Thread Karl Maihofer
Hi, when I switch to column-view the font size increases. I don't really know since when this happens on my system... I use Emacs 23.0.91.1 (todays cvs version) and Org-Mode 6.24b. I tried to start Emacs without any modifications (without ~/.emacs), too - but the same problem. Any ideas? Kind

Re: [Orgmode] Hyperlinks in column-view?

2009-02-15 Thread Karl Maihofer
Carsten Dominik schrieb: However, you can use C-c C-o normally when the cursor is on a column field containing a link. Thanks, Carsten! Regards, Karl ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] Hyperlinks in column-view?

2009-02-14 Thread Karl Maihofer
Hi, thank you very much for sharing this wonderful piece of software! I'd like to build a little database containing contact information. To view the entries, I chose the very nice column-view. Is it possible to realise hyperlinks in column-view so that a click on an e-mail adress opens my