Hi Christian,
Christian Moe 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 from O
Christian Moe 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
> (org-map-
Christian Moe 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
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:pe...@mayer.com
Hi Viktor,
Viktor Rosenfeld 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.
What I meant
Bernt Hansen 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 custom a
Hi Viktor,
Viktor Rosenfeld 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 or pro
Hi Bernt,
Bernt Hansen 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
>^^^
>achiev
Karl Voit 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 days
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
Nicolas,
Nicolas Goaziou 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 miss?
R
2b is missing!!)
third TAB: all
It seems as if the list in the inline task confuses the cycle functionality.
Regards,
Karl
Zitat von Karl Maihofer :
begin example
Test
- item 1
*** TODO Inline Task
Test
**
tem 3
end example -
Regards,
Karl
Zitat von Nicolas Goaziou :
Hello,
Karl Maihofer writes:
Pressing M- 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.
-
Nicolas,
Nicolas Goaziou 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 items, please
Zitat von Alan L Tyree :
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.
2. Make headlines behave like list items. This means enabl
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 thou
Hi Eric,
Zitat von Eric Schulte :
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 'load-path "~/elisp/20
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 :
Hello,
As I had promised it here a few days ago, I just pushed a testing
branch allow
Zitat von Karl Maihofer :
,
| 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 init.el. A
Dear Orgmode Users,
when I try to update to the latest git version of Org I get the
following error. What do I miss?
,
| Debugger entered--Lisp error: (void-function org-babel-load-file)
| (org-babel-load-file (expand-file-name
"e:/configs/emacs-config.org" dotfiles-dir))
| eval-buf
Eric S Fraga 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 reflection, obviously a s
Nicolas Goaziou 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 much
cleaner stru
Hi Nicolas!
Thanks for your answer!
Nicolas Goaziou schrieb:
Wouldn't drawers be more appropriate here than inline tasks? Not that
it would work with a drawer either, but the examples given seem to
focus more on content than on a task title.
In fact I have both, text comments and tasks that
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
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 wr
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)"
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
Hi Carsten!
Carsten Dominik 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. But the people grou
Noorul Islam K M schrieb:
I have something like this shamelessly copied from Bernt's doc.
(setq org-tag-alist (quote ((:startgroup)
("@errand" . ?e)
("@office" . ?o)
("@home" . ?h)
(
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 gro
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 t
t;client X" itself (and the heading "Tasks", too, if it doesn't
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 wrote:
>> Is there a way to
org, 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 writes:
>
>> I have a problem to archive my tasks. What should the row ":ARCHIVE:&q
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:
-
alcante Moreira
>
> At Tue, 22 Dec 2009 13:45:05 +0100,
> Karl Maihofer 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
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 in
orgmode, i thought i could write my table in a
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
___
Em
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:
> TODO task description
Inline task:
>
> TODO task description
>
>
Perhaps one could add a
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=gmane.emacs.orgmode
Am 16.10.09 11:29, schrieb Sébastien Vauban:
- or, even better (as it would be install-less): a Wiki based on Org syntax
with document generation capability (button to generate a PDF).
Perhaps ikiwiki?
"Ikiwiki is a wiki compiler. It converts wiki pages into HTML pages
suitable for publish
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 fea
Hi Samuel,
Samuel Wales 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")).
3) agenda searches
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 c
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 wh
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 wrote:
U
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 "~/elisp/or
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 insert
Carsten Dominik 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 perfect.
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 v
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 i
Quoting Carsten Dominik :
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.
Emacs-orgmode@gnu.org
http://lists.
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
___
Ema
Hi Carsten!
Carsten Dominik schrieb:
> I just pushed this file into the git repository. Read the file
> commentary for explanations and try it out - I think the
> mechanism work surprisingly well.
Thanks a lot! That seems to be what i was looking for. I just tried the
latest git-version and have
Karl Maihofer schrieb:
> #+HTML:
>
> I think, this should work for me.
>
> The only problem now is to exclude the TODO from the HTML-generated
> Table of Contents. Using "#+EXPORT_EXCLUDE_TAGS: exclude" does not work.
> Perhaps a bug in the html-export?
Sorry,
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
Hi,
I write some articles in Org-Mode and use the html and latex export
function. I'm wondering about how to define TODOs within the text the
best way. I hope my bad english lasts to explain what I mean exactly:
I'd like to define a TODO like in the example below. When there is a
task somewhere i
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 t
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 r
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.
Emacs-orgmo
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 e-mail
60 matches
Mail list logo