Hi!
In one of my org agenda files I have
#+CATEGORY: Sunrise
&%%(diary-sunrise-sunset)
Now, when I am in weekly agenda view the sunrise-sunset shows under every day.
This is kind of too much line noise and distracting for me - I would like to
only see the entry for "today".
Is there a way to r
Thanks Nick. Feel free to change the LaTeX export tutorial as you see
fit.
All the best,
Tom
On Apr 10, 2011, at 3:44 PM, Nick Dokos wrote:
Thomas S. Dye wrote:
Aloha Nick,
The code the OP cited passes desc to \cite{}. The code I pointed to
passes path to \cite{}. It does this to get
On Sat, Apr 9, 2011 at 1:03 PM, Bernt Hansen wrote:
>
> John Hendy writes:
>
>> On Sat, Mar 12, 2011 at 2:48 PM, John Hendy wrote:
>>> Could someone fill me in on your process for clocking in things after
>>> the fact? I've been trying to get into to clocking, but, especially at
>>> home, I don'
Thomas S. Dye wrote:
> Aloha Nick,
>
> The code the OP cited passes desc to \cite{}. The code I pointed to
> passes path to \cite{}. It does this to get around the problem of
> escaped underscores, if I remember correctly. In any case, I use this
> code with bibliography keys that include und
On Sun, Apr 10, 2011 at 11:32 AM, Bernt Hansen wrote:
> John Hendy writes:
>
>> I haven't used a clock in a while and I'm wondering if something
>> recently changed... my clocks used to get put in a :PROPERTIES: drawer
>> and now they're not doing so. I'll have to dig around on that.
>
> I put a
Perfect. Thanks!
--
Ido Magal
Sent with Sparrow
On Sunday, April 10, 2011 at 05:30 , Bernt Hansen wrote:
> Ido Magal writes:
>
> > I'd appreciate assistance in constructing a custom agenda that
> > accomplishes the following (if possible):
> >
> > 1. Block of week's agenda.
> > 2. Block of "n
Hi Matthew,
You're not missing anything obvious, there are two points which are
keeping this from succeeding.
First, emacs-lisp did not support the ":results output", however I've
just pushed up a patch which adds this support to emacs-lisp code
blocks.
Second, you have ":export output" below, w
I am sure that this is a trivially simple issue that I've simply overlooked in
the manual, but by God, I've been studiously overlooking it for about an hour...
I simply print a few things...
#+BEGIN_SRC emacs-lisp :export output
(let (
(dog (sqrt 2))
(cat 7)
Aloha Nick,
The code the OP cited passes desc to \cite{}. The code I pointed to
passes path to \cite{}. It does this to get around the problem of
escaped underscores, if I remember correctly. In any case, I use this
code with bibliography keys that include underscores, so it should
wor
Thomas S. Dye wrote:
> Aloha Mauro,
>
> Please see
>
> http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-17_2
>
Excuse the intrusion, but I don't see anything in there that looks like
a solution to the OP's problem (the undesired quoting of the underscore
when exporting the org
At Mon, 21 Mar 2011 14:54:09 +0100,
Julien Danjou wrote:
>
> [1 ]
> On Fri, Mar 18 2011, Óscar Fuentes wrote:
>
> > The first line (Version:...) can change from machine to machine and over
> > time (as gpg is updated with a new version.) This is problematic when
> > the file is stored under vers
Aloha Mauro,
Please see
http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-17_2
All the best,
Tom
On Apr 9, 2011, at 6:55 AM, Mauro Rovezzi wrote:
Dear all,
I implemented the inline markup for latex export as suggested on Worg
by Tom Dye:
http://orgmode.org/worg/org-tutorials/
On Sun, 10 Apr 2011, Puneeth Chaganti wrote:
> Hitting `x' in the agenda does it.
Just found that in the thread you linked. I've been killing the agenda.
On Sun, Apr 10, 2011 at 10:51 PM, Adrian C. wrote:
> On Sun, 10 Apr 2011, Puneeth Chaganti wrote:
>
>> This is more like it, I think.
>>
>> (setq org-agenda-files
>> (cons "~/org/"
>> (file-expand-wildcards "~/projects/*/projects.org")))
>
> Great, thanks very much.
>
>
>> AFAIK,
On Sun, 10 Apr 2011, Puneeth Chaganti wrote:
> This is more like it, I think.
>
> (setq org-agenda-files
> (cons "~/org/"
> (file-expand-wildcards "~/projects/*/projects.org")))
Great, thanks very much.
> AFAIK, there's no way out. Agenda needs all those buffers to be open
G
2011/4/10 Lin :
> Hi Puneeth,
>
[..]
> Now it can work for simple org --> mediawiki exporting, including org
> tables.
>
> Thanks a lot:)
Great!
--
Puneeth
John Hendy writes:
> I haven't used a clock in a while and I'm wondering if something
> recently changed... my clocks used to get put in a :PROPERTIES: drawer
> and now they're not doing so. I'll have to dig around on that.
I put all my clock data in the LOGBOOK drawer currently.
(setq org-clo
Hi Puneeth,
At 2011-04-10 23:34:53,"Puneeth Chaganti" wrote:
>Hi Lin,
>
>2011/4/10 Lin :
>> Hi Puneeth,
>>
>> Thanks for your attention, but your patch doesn't work.
>>
>> The problem is not solved, as I mentioned that, I can find no occurence
>> of the function
>> `org-export-mark-list
Hi Lin,
2011/4/10 Lin :
> Hi Puneeth,
>
> Thanks for your attention, but your patch doesn't work.
>
> The problem is not solved, as I mentioned that, I can find no occurence
> of the function
> `org-export-mark-list-ending` in the whole git repo.
>
> I tried your patch just now and the
Hi Puneeth,
Thanks for your attention, but your patch doesn't work.
The problem is not solved, as I mentioned that, I can find no occurence of
the function
`org-export-mark-list-ending` in the whole git repo.
I tried your patch just now and the same error occurs:
Symbol's funct
On Sat, Apr 9, 2011 at 1:03 PM, Bernt Hansen wrote:
>
> John Hendy writes:
>
>> On Sat, Mar 12, 2011 at 2:48 PM, John Hendy wrote:
>>> Could someone fill me in on your process for clocking in things after
>>> the fact? I've been trying to get into to clocking, but, especially at
>>> home, I don'
Sorry for replying to my own mail.
On Sun, Apr 10, 2011 at 7:36 PM, Puneeth Chaganti wrote:
> On Sun, Apr 10, 2011 at 1:16 AM, Adrian C.
> I'm not sure this is the best way to do it, but this works.
>
> (setq org-agenda-files (append
> '("~/.life-in-plain-text/")
>
On Sun, Apr 10, 2011 at 1:16 AM, Adrian C. wrote:
> Hello,
> I read the FAQ entry "How can include all org files in a directory in my
> agenda?" and I'd like to merge both examples from the answer for my
> agenda-files.
>
> To include all org files in a directory I would use
> (setq org-agenda-fil
Try backerevving starting from 7.4 release till you succeed:
You might have better luck with `git checkout release_7.4'
Use `git tag -l' to see all valid released versions.
ps: I have changed the subject line to be more specific.
Jambunathan K.
æå¸
writes:
> Hello all,
> I git-cloned
Hi,
2011/4/10 林帅
> Problem #2:
>
> When I M-x org-mw-export, an error occurs:
>
> save-current-buffer: Symbol's function definition is void:
> org-export-mark-list-ending
>
> As I found, `org-export-mark-list-ending` is used in line 264,
> org-export.el
>
> ;; Mark end of list
Hello,
I read the FAQ entry "How can include all org files in a directory in my
agenda?" and I'd like to merge both examples from the answer for my
agenda-files.
To include all org files in a directory I would use
(setq org-agenda-files '("~/org/")).
I have a special projects directory with t
Dear all,
I implemented the inline markup for latex export as suggested on Worg
by Tom Dye:
http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-10_3
and I have a big problem in exporting references with underscores.
Example: [[latex:cite][some_thing]] is rendered by the latex exporte
Hello all,
I git-cloned org from the repo and uses the `org-mediawiki.el` plus
`org-export.el`,
which lies in the `EXPERIMENTAL` directory, hoping to export org file in the
MediaWiki format.
Some infomation:
Platform: Ubuntu 10.10
Emacs version: 23.3
Org version: 7.5 release
I only want to see actionable items in my agenda, so if, for
example, there is something to do at 4pm today then I don't want
to see it till then, because I can't work on it anyway.
Currently I use org-agenda-skip-function for that with a custom
function, but it would be a natural job for
org-agen
Ido Magal writes:
> I'd appreciate assistance in constructing a custom agenda that
> accomplishes the following (if possible):
>
> 1. Block of week's agenda.
> 2. Block of "next" items that have no schedule ( items that don't
> show up in block 1 )
>
> This is my starting point:
>
> (setq org-age
Hello Orgsters,
I don't know if this is a bug, but it is a problem for me. I have the
following footnote:
[fn:1: Although this risk is usually negligible, bank cheques are not
"the same as cash": see Sidney Raper Pty Ltd v Commonwealth Trading
Bank of Australia [1975] 2 NSWLR 227; Justin Seward P
31 matches
Mail list logo