Dear Carsten,
Carsten Dominik wrote:
> On Feb 17, 2009, at 2:05 PM, Ulf Stegemann wrote:
>
>> What I was originally looking for was some sort of escape
>> character/special markup that would prevent creating links at all, like
>> \http://...\ . This would also allow us to use other markups on pl
Hi Giovanni,
Giovanni Ridolfi wrote:
> --- Mar 17/2/09, Ulf Stegemann ha scritto:
>> What I was originally looking for was some sort of escape
>> character/special markup that would prevent creating links
>> at all, like
>> \http://...\ . This would also allow us to use
>> other markups on pla
Hi,
in my agenda blocks view a have a couple blocks based on tags-todo
matches and would very much like to exclude already scheduled items.
Unfortunately org-agenda-todo-ignore-scheduled does not seem to have
any effect on it and based on the documentation it seems indeed to
only apply to the glob
Hi -
I ran into a similar issue and I believe I have a possible fix to two
issues.
1) ido's tab completion was broken with org-mode because the list of choices
needs to be a list of strings. The current implementation of
org-ido-completing-read
presents that as a list of consed strings. Close!
Hi Peter,
the whole purpose of completing in steps is that you see the
level 2 headlines only after you have selected the level 1 headline.
Am I missing something here?
- Carsten
On Feb 17, 2009, at 6:19 PM, Peter Westlake wrote:
If I switch org-outline-path-complete-in-steps on, refiling bre
On Feb 17, 2009, at 2:05 PM, Ulf Stegemann wrote:
Thank you for all the quick responses :)
Unfortunately, none of the proposed solutions really applies to the
problem I have (That's however entirely my fault, I should have made
things a bit clearer.).
The workarounds (except for one) concentr
On Feb 16, 2009, at 4:20 PM, Sharad Pratap wrote:
Hi Carsten,
Sorry,
I have sent wrong file `orgremind.el,' won't have changes.
it is actually `org-exp.el' that I have forgot to include.
Yes I can put these function in `org2rem.el' but I am sending
correct file
as correction of my previous
On Feb 16, 2009, at 1:15 AM, Christopher Suckling wrote:
As a result of the 40 variables thread and assorted worg tutorials,
I'm getting a little carried away with customising my workflow.
Consequently, my tag list have grown to the extent that the fast
tags selection interface is looking
Wow, two separate bugs!
Both fixed now, thanks for the report.
- Carsten
On Feb 16, 2009, at 1:30 AM, Christopher Suckling wrote:
I'm having a little difficulty with org-agenda-sorting-strategy:
If I create a tags or tags-todo view, then todo-state-down (or todo-
state-up) appears to be ign
On Feb 16, 2009, at 2:01 PM, Matthew Lundin wrote:
Hi Spike,
Spike Spiegel writes:
Hi,
I heavily use the custom agenda blocks view and found myself to
desire
more and more to be able to set the headline for the block so instead
of seeing say "Headlines with TAGS match:
+CATEGORY="WrkPr
On Feb 16, 2009, at 8:35 PM, Manuel Hermenegildo wrote:
I may be misunderstanding the problem but if it is just hiding all
that config stuff at the beginning of the file for this I simply put
an initial dummy item:
* BEGINNING OF FILE
... Lots of configuration stuff ...
... Lots of configurat
I am always amazed to find out how deep some people dig
into the variables :-)
- Carsten
On Feb 17, 2009, at 1:20 PM, Matthew Lundin wrote:
Hi Ulf,
Ulf Stegemann writes:
Hi all,
just a quick question: Is it possible to suppress the automagical
linkification of external links? I have a doc
Fixed, thanks.
- Carsten
On Feb 17, 2009, at 7:57 PM, Matthew Lundin wrote:
Hi everyone,
With one of the recent updates to org (not sure which one), I
started to
have some formatting issues with numbers in html headlines when
exporting from org.
Let's take the following org file:
--8<---
Thanks. This worked!
-Original Message-
From: Bernt Hansen [mailto:be...@norang.ca]
Sent: Monday, February 16, 2009 7:34 AM
To: Varnit Suri
Cc: emacs-orgmode@gnu.org
Subject: Re: Help with binding new key to change task state
You could do something like this: (pick your favourite key)
(
Hi everyone,
With one of the recent updates to org (not sure which one), I started to
have some formatting issues with numbers in html headlines when
exporting from org.
Let's take the following org file:
--8<---cut here---start->8---
#+TITLE: Test
* Headline
Hups, looks like there is nothing to set up. The trick is just to use
the dvi files and add some latex specials to the org file :-)
and include the advi package and, optionally, some more packages for
colors and stuff.
This is from the head section of the manual.tex in the advi sources:
%% ... s
If I switch org-outline-path-complete-in-steps on, refiling breaks. How
it breaks depends on org-refile-use-outline-path:
Yes: Top level headlines are available, nothing else.
Not: Same.
Start with file: only the files are listed. The headline doesn't move.
In the completion window, entries
Hi,
I re-discoverd http://pauillac.inria.fr/advi/ and found, that it is
mature enough for serious usage nowadays.
Does anyone on this list use it in conjunction with Org-mode already?
I'd be interested in the setup for this.
advi is a *amazing* presentation tool and uses LaTeX sources. One
--- Mar 17/2/09, Ulf Stegemann ha scritto:
> What I was originally looking for was some sort of escape
> character/special markup that would prevent creating links
> at all, like
> \http://...\ . This would also allow us to use
> other markups on plain
> text links, something that - AFAIK - is cu
Thank you for all the quick responses :)
Unfortunately, none of the proposed solutions really applies to the
problem I have (That's however entirely my fault, I should have made
things a bit clearer.).
The workarounds (except for one) concentrate on making a link caused by a
literal invalid addre
Ian Barton writes:
This has been happening for a while. I suspect it's something in my settings,
but I can't work out what. When I publish a single file, I get the following
error:
Since this feature is prone to error, I'd suggest to drop it entirely. I
never use it here. Instead, I'd suggest
Matthew Lundin writes:
> Hi Ulf,
>
> Ulf Stegemann writes:
>
>> Hi all,
>>
>> just a quick question: Is it possible to suppress the automagical
>> linkification of external links? I have a document here for tutorial
>> purposes which is cluttered with invalid addresses like
>> 'http://gateway.exa
Haha, this works too:
[[#][http://test.org]]
:)
Ulf Stegemann writes:
> Hi all,
>
> just a quick question: Is it possible to suppress the automagical
> linkification of external links? I have a document here for tutorial
> purposes which is cluttered with invalid addresses like
> 'http://ga
Hi Ulf,
a dirty hackish aproach:
(defun sr-no-link (href)
"Links, that are no links"
"#")
(setq org-link-abbrev-alist
'(("man" . "http://localhost/devel/man.php?q=man&what=%s";)
;; ... many more ...
("dummy" . sr-no-link))
[[dummy:][http://gateway.exam
Hi Ian,
I can confirm the same error when calling org-publish-current-file with
the following configuration:
(setq org-publish-project-alist
'(
("org-notes"
:base-directory "~/mystuff/website/"
:base-extension "org"
:publishing-directory "/ssh:[url:/path/
--- Mar 17/2/09, Ulf Stegemann ha scritto:
> just a quick question: Is it possible to suppress the
> automagical
> linkification of external links? I have a document here for
> tutorial
> purposes which is cluttered with invalid addresses like
> 'http://gateway.example.org'. Linkification of
> tho
Hi Ulf,
Ulf Stegemann writes:
> Hi all,
>
> just a quick question: Is it possible to suppress the automagical
> linkification of external links? I have a document here for tutorial
> purposes which is cluttered with invalid addresses like
> 'http://gateway.example.org'. Linkification of those ad
Hi all,
just a quick question: Is it possible to suppress the automagical
linkification of external links? I have a document here for tutorial
purposes which is cluttered with invalid addresses like
'http://gateway.example.org'. Linkification of those addresses is rather
disturbing.
Ulf
__
Ian Barton writes:
> This has been happening for a while. I suspect it's something in my settings,
> but I can't work out what. When I publish a single file, I get the following
> error:
Since this feature is prone to error, I'd suggest to drop it entirely. I
never use it here. Instead, I'd sugg
This has been happening for a while. I suspect it's something in my
settings, but I can't work out what. When I publish a single file, I get
the following error:
Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
file-truename(nil)
org-publish-file("/home/ian/nfs/firewall/Documen
On Tue, Feb 17, 2009 at 3:14 PM, Robert Andersson wrote:
> Hi!
>
> I am quite the orgmode newbie and have a question about how to insert
> a timestamp, like org-log-done, when switching something to the
> WAITING state.
"Tracking TODO state changes" in the relevant section in the Org manual.
HTH
Hi!
I am quite the orgmode newbie and have a question about how to insert
a timestamp, like org-log-done, when switching something to the
WAITING state.
yours,
/robert
--
ROBERT ANDERSSON, Systems Engineer
Swedish National Graduate School of Language Technology
Department of Philosophy, Linguis
32 matches
Mail list logo