Hi!
Last week I archived lots of headlines in order to speed up the agenda refresh.
This week I am checking my monthly clock report in the agenda with v R (Toggle
Clockreport mode).
What I find is that org-agenda-clockreport-mode does not seem to include
archived entries,
which seems to be a co
On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote:
> Hi!
>
> Last week I archived lots of headlines in order to speed up the agenda
> refresh.
> This week I am checking my monthly clock report in the agenda with v R
> (Toggle Clockreport mode).
>
> What I find is that org-agenda-clockreport-
Am 20.02.2012 09:36, schrieb Carsten Dominik:
>
> On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote:
>
>> Hi!
>>
>> Last week I archived lots of headlines in order to speed up the agenda
>> refresh.
>> This week I am checking my monthly clock report in the agenda with v R
>> (Toggle Clockrepor
Hi Andreas Leha,
Andreas Leha wrote:
> Hi all,
>
> why is it, that I can not use this code in sh blocks (I get sh: 2: Bad
> substitution), even though it is valid when I run the tangled
> script? Is this a known thing?
>
> #+begin_src sh :shebang "#!/bin/bash" :tangle test.sh
> for i in *.org;
Hi Seb
>> why is it, that I can not use this code in sh blocks (I get sh: 2: Bad
>> substitution), even though it is valid when I run the tangled
>> script? Is this a known thing?
>>
>> #+begin_src sh :shebang "#!/bin/bash" :tangle test.sh
>> for i in *.org; do
>> echo cp "$i" "${i/%.org/
On Feb 20, 2012, at 9:39 AM, Rainer Stengele wrote:
> Am 20.02.2012 09:36, schrieb Carsten Dominik:
>>
>> On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote:
>>
>>> Hi!
>>>
>>> Last week I archived lots of headlines in order to speed up the agenda
>>> refresh.
>>> This week I am checking my m
Hello,
Carsten Dominik writes:
> On Feb 20, 2012, at 1:51 AM, Nicolas Goaziou wrote:
>> There are still a few limitations. For example, you cannot reference
>> a precise list item since items do not accept affiliated keywords.
> Ah, yes, this is right.
Thinking about it, there may exist a bet
Hi,
I started using org-contacts (from the contrib directory of the
org-mode git repo, with the emacs-snapshot package in Debian), with
the following configuration:
(require 'org-contacts)
(setq org-contacts-files '("~/org/contacts.org")
org-capture-templates '(("c" "contacts" entry (file "
Hi Eric,
Eric Schulte wrote:
> Viktor Rosenfeld writes:
>
> > Hi Eric,
> >
> > thanks for your input. I just pulled the latest code from git and while
> > my original example works, the following does not:
> >
> > :PROPERTIES:
> > :var: foo=1
> > :var+: bar=2
> > :var+: baz=3
> > :END:
> >
> >
Carsten Dominik writes:
>>
>> Can I do a "v c" including the archived entries?
>
>
> You could try to do first `v a' or even `v A' to add
> archived stuff, and then `v c' to get to the clock issues.
>
> Not sure if it will work, but it may be worth a try.
>
> - Carsten
v A v c works for me
Hi Andreas Leha,
Andreas Leha wrote:
> Hi Seb
>
>>> why is it, that I can not use this code in sh blocks (I get sh: 2: Bad
>>> substitution), even though it is valid when I run the tangled
>>> script? Is this a known thing?
>>>
>>> #+begin_src sh :shebang "#!/bin/bash" :tangle test.sh
>>> for i
Andreas Leha writes:
> Org-mode version 7.8.03, pulled last week
> (how do I get the release info as well?)
If you are running from a git repository then M-x org-version should
show the results of 'git describe' automatically.
C-u M-x org-version RET
Org-mode version 7.8.03 (release_7.8.03.42
Am 20.02.2012 11:09, schrieb Carsten Dominik:
> On Feb 20, 2012, at 9:39 AM, Rainer Stengele wrote:
>
>> Am 20.02.2012 09:36, schrieb Carsten Dominik:
>>> On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote:
>>>
Hi!
Last week I archived lots of headlines in order to speed up the age
Hi all,
(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq-default TeX-master nil)
(make-variable-buffer-local 'TeX-master) ;; I think this is need because
the variable is not buffer local until Auctex is active
(defun org-mode-reftex-setup ()
(setq TeX-master t)
(load-library "reftex")
(
I noticed that strings like ='foo'= or =di"= don't get recognized by
org as code, which is somewhat unfortunate because it forces me to
edit exported HTML by hand. Are there any workarounds for this
behavior?
--Leo
#1 worked. My assumption about how I could get the latest org was wrong.
Thanks very much for the help!
On Sat, Feb 18, 2012 at 10:16 AM, Eric Schulte wrote:
> Unfortunately I don't have access to a windows machine for testing of
> tangle behavior. Before we delve deeper, could you confirm two
Am 20.02.2012 13:53, schrieb Rainer Stengele:
>
>
> Am 20.02.2012 11:09, schrieb Carsten Dominik:
>> On Feb 20, 2012, at 9:39 AM, Rainer Stengele wrote:
>>
>>> Am 20.02.2012 09:36, schrieb Carsten Dominik:
On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote:
> Hi!
>
> Last we
Rainer Stengele wrote:
> A custom agenda command like this does show the logs and the clock report,
> but why do I only get a weeks overview, not a month?
>
> ...
> ("0m" "agenda + no todos - whole month - log-mode - ARCHIVE included -
> clock report" agenda ""
>((org-agend
Hi,
As with the other recent sh-block email, the problem is likely due to
the interpreter used (e.g., bash as compared to dash). See the value of
`org-babel-sh-command' which defaults to "sh" which defaults to a POSIX
rather than bash shell on many systems.
Best,
Andreas Leha writes:
> Hi all
Am 20.02.2012 17:32, schrieb Nick Dokos:
> Rainer Stengele wrote:
>
>> A custom agenda command like this does show the logs and the clock report,
>> but why do I only get a weeks overview, not a month?
>>
>> ...
>> ("0m" "agenda + no todos - whole month - log-mode - ARCHIVE included -
Achim Gratz writes:
>>> On my 32-bit Arch machine:
>>> (string-to-number "123456789"): 123456789 (#o726746425, #x75bcd15)
>>> (string-to-number "987654321"): 987654321.0
>
> Since that latter number is not representable as an integer in Emacs (it
> loses 4 bit due to the way Lisp represents these
> I noticed that strings like ='foo'= or =di"= don't get recognized by org as
> code, which is somewhat unfortunate because it forces me to edit exported
> HTML by hand. Are there any workarounds for this behavior?
Hi, Leo. You might try inserting a null character before and after the
quotation
Eric Schulte writes:
Hi Eric,
> Hi,
>
> As with the other recent sh-block email, the problem is likely due to
> the interpreter used (e.g., bash as compared to dash). See the value of
> `org-babel-sh-command' which defaults to "sh" which defaults to a POSIX
> rather than bash shell on many syste
Hi,
this behavior is controlled by the contents of the 3rd element of
org-emphasis-regexp-components.
See this post:
http://thread.gmane.org/gmane.emacs.orgmode/20915/focus=20922
I've removed \" a while ago and haven't noticed any problems so far.
Cheers,
Viktor
Leo Alekseyev wrote:
> I notic
Null character /sort of/ works: it makes org-mode insert the code
delimiters on export, but the presence of null characters breaks
export down the road, at least in my case. This time, I could
intercept the exported text and remove the null characters by hand,
but it might not always be the case.
Rainer Stengele wrote:
> Having configured 'month in org-agenda-soan how can I start my agenda
> at the beginning of the month? I only find
> org-agenda-start-on-weekday and org-agenda-start-day, but no
> possibility to set the "1st of the current month". What I really want
> is a calendar rang
Nick Dokos wrote:
> Adding
>
> ...
> (org-agenda-start-day (ndk/org-first-of-month))
> (org-agenda-span 'month)
> ...
>
> to your custom agenda command, with
>
> (defun ndk/org-first-of-month ()
> (let ((d (calendar-current-date)))
> (calendar-absolute-from-gregor
Hi, how can I make C-c a M (org-tags-view) respect the variable
org-agenda-todo-ignore-deadlines? What I want to do is list my active
TODOs which do not have a deadline and which do not have a certain tag.
kind regards,
renato
Completing myself, here is a patch implementing the previous suggestion,
along with example output obtained with it. You may need to
(fmakunbound 'org-e-ascii-target) to avoid an error, since this patch
removes the function.
First, the test buffer.
#+begin_src org
#+TITLE: Cross-references
#+L
Hi, David,
Thanks, that fixes it for me.
Best wishes,
Thomas
Hello,
If an underscore appears in an inline task then there are problems for
latex export, as below.
Myles
#+TITLE: Underscore bug
#+OPTIONS: ^:{}
* This works as expected
Here is an under_score that is escaped upon latex export
*** TODO Fix buggy_bug
That on
Nice!
Nicolas Goaziou writes:
> Completing myself, here is a patch implementing the previous suggestion,
> along with example output obtained with it. You may need to
> (fmakunbound 'org-e-ascii-target) to avoid an error, since this patch
> removes the function.
>
>
> First, the test buffer.
>
At Mon, 20 Feb 2012 23:06:32 +0100,
Nicolas Goaziou wrote:
>
> Completing myself, here is a patch implementing the previous suggestion,
> along with example output obtained with it. You may need to
> (fmakunbound 'org-e-ascii-target) to avoid an error, since this patch
> removes the function.
I d
Not sure of the right terminology, but a reasonable description of
what I'm hoping to do is to have some TODO items inherit their
timestamp from a parent level.
This is mainly for things that I need to do soon, but not on a
specific day, and they might roll over to the next day (especially
[#C] it
On Mon, 20 Feb 2012 22:41:21 +0100
Renato wrote:
> Hi, how can I make C-c a M (org-tags-view) respect the variable
> org-agenda-todo-ignore-deadlines? What I want to do is list my active
> TODOs which do not have a deadline and which do not have a certain
> tag.
>
better still, I'd like for org
35 matches
Mail list logo