On Wed, Oct 13, 2010 at 1:29 AM, Nathan Neff wrote:
> I'd like to ask the mailing list how they handle the following situation:
>
> I'm clocked into FOO below, then spend about 20 minutes on something
> that's somewhat
> related to FOO, but is not really a direct sub-task of FOO, so I
> probably w
I'd like to ask the mailing list how they handle the following situation:
I'm clocked into FOO below, then spend about 20 minutes on something
that's somewhat
related to FOO, but is not really a direct sub-task of FOO, so I
probably want to refile it later.
So, I open org-capture and create some
Maximilian Matthe wrote:
>
>
> Nick Dokos schrieb:
> > You cannot expect org to do anything else: how is it supposed to know
> > that the \cA is part of a math expression?
> >
> >
> >> Is there some workaround for that behaviour?
> >>
> >>
> >
> > The obvious one of telling org (and lat
Fixed, Thanks -- Eric
Achim Gratz writes:
> This commit produces a warning from the byte compiler on Emacs 23.1:
>
> In org-babel-expand-body:python:
> ob-python.el:60:29:Warning: reference to free variable
> `org-src-preserve-indentation'
> Wrote /home/gratz/lisp/org-mode/lisp/ob-python.elc
> OK - let me try to summarize and see if I have understood correctly:
>
> o in your org-publish-project-alist you set :table-of-contents to nil
> o you clear the timestamps directory
> o you run org-publish and you examine the resulting html file and it
> contains a TOC.
> o the html file's modif
That's a helpful tip, Nick. I didn't know about that.
I was frustrated by the faces for some of the default themes in the
"color-theme" package, so I'm thinking it's probably not an Aquamacs
specific issue.
In any case, I found a patched version of "zenburn" that includes
faces for org-mode. I he
Robert Goldman wrote:
> If so, are any of you having trouble with the faces in agenda buffers?
>
> I'm finding that I get all of the todo keywords in what looks like the
> warning face --- bright red. It's a problem because it looks like the
> display is shouting at me about tasks that are DONE
Ian Barton writes:
> Scott Jaderholm writes:
>
>> http://jaderholm.com/color-themes/color-theme-colorful-obsolescence.el
>> http://jaderholm.com/color-themes/color-theme-active.el
>> http://jaderholm.com/color-themes/color-theme-wombat.el
>>
>> Please link to don't copy so that as I make changes
Nicolas Goaziou said unto the world at 10-10-12 04:56 PM:
Hello,
Brian van den Broek writes:
org-version: 7.01h emacs version: 23.1.1 ubuntu 10.04 I have not set
any org-mode variables that treat of plain lists.
Many changes have been made to plain lists since 7.01h. For example,
your thir
If so, are any of you having trouble with the faces in agenda buffers?
I'm finding that I get all of the todo keywords in what looks like the
warning face --- bright red. It's a problem because it looks like the
display is shouting at me about tasks that are DONE, not just ones that
are still TOD
In org-capture-place-item, excerpted here...
(defun org-capture-place-item ()
"Place the template as a new plain list item."
(let* ((txt (org-capture-get :template))
(target-entry-p (org-capture-get :target-entry-p))
(ind 0)
beg end)
(cond
((org-capt
Matt Price writes:
> On Mon, Oct 11, 2010 at 5:35 AM, Giovanni Ridolfi
> wrote:
>
> Jambunathan K writes:
>
> There is also the org-DocBook exporter. DocBook files can be read by OOo
> see:
> http://xml.openoffice.org/xmerge/docbook/index.html
>
> I have had a lot of trouble wi
Ian Barton writes:
> Vinh Nguyen writes:
>
>>
>> I'm wondering how others are handling this in their work flow? Delete
>> the cache directory? Edit all .org files so they get updated at the
>> publishing command?
>>
> I delete the .org-timestamps directory. I guess you could always touch
> all
I am trying to test encryption for MobileOrg via a beta from Richard.
(We're still playing the 'convince itunes to let you run code on your
own phone game', so this report is preliminary about what Org itself is
doing.)
I have in .emacs-local.el:
(setq org-mobile-use-encryption t)
(setq org-mobi
Hi.
Before commit bbac53d7fe1cab14bc70e152092cf7a538a6a810, org-publish made this
change to my HTML, which was wrong:
-Precisamente una idea loca que tengo es integrar la World Wide Web en org-mode…
+Precisamente una idea loca que tengo es integrar la World Wide Web en org-mode…
After that co
Nicolas Goaziou said unto the world at 10-10-12 04:56 PM:
Hello,
Brian van den Broek writes:
org-version: 7.01h emacs version: 23.1.1 ubuntu 10.04 I have not set
any org-mode variables that treat of plain lists.
Many changes have been made to plain lists since 7.01h. For example,
your thir
Hello,
> Brian van den Broek writes:
> org-version: 7.01h emacs version: 23.1.1 ubuntu 10.04 I have not set
> any org-mode variables that treat of plain lists.
Many changes have been made to plain lists since 7.01h. For example,
your third point is definitely gone.
You may upgrade to Org gi
Hi Dan,
Dan Davison wrote:
> Sébastien Vauban writes:
> [...]
>> Let's imagine I thought (which was the case at some point) I needed to
>> enclose the parameters between quotes:
>>
>> #+srcname: quoted-params
>> #+begin_src ledger :cmdline "reg unknown" :noweb yes :session
>> <>
>> #+end_src
>>
>>
On Mon, Oct 11, 2010 at 5:35 AM, Giovanni Ridolfi wrote:
> Jambunathan K writes:
>
>
> There is also the org-DocBook exporter. DocBook files can be read by OOo
> see:
> http://xml.openoffice.org/xmerge/docbook/index.html
>
> I have had a lot of trouble with this route, so a direct export would b
Hi,
I'm having a .tex-file named style.tex which contains the following:
> \usepackage{xspace}
> \newcommand{\cA}{\ensuremath{\mathcal{A}}\xspace}
I'm including this file into my org-file with
> #+LATEX_HEADER: \input{style}
Now, when I type sth. like this:
> Inside normal text \cA just work
... and just to make sure: you either re-evaluate
org-publish-project-alist or you restart emacs after changing it?
Nick
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mail
Jeff Horn wrote:
> > So, you are changing the project settings but you don't see the changes
> > in the html files? Have you investigated caching effects? Not only at
> > the web browser but also at the org-mode publishing level? org-publish
> > keeps timestamps on org files and does not update t
> So, you are changing the project settings but you don't see the changes
> in the html files? Have you investigated caching effects? Not only at
> the web browser but also at the org-mode publishing level? org-publish
> keeps timestamps on org files and does not update the html files if they
> hav
Jeff Horn wrote:
> >> The relevant portion of my configuration is below.
> >>
> >> (setq org-publish-project-alist nil)
> >> (setq org-publish-project-alist
> >> '(("ftr-static"
> >> :base-directory "~/org/ftr"
> >> :base-extension
> >> "css\\|js\\|png\\|jpg\\|gif\\|pdf\\
On a similar note, I searched for "right" on the manual but did not
see anything for right aligned. Just to confirm, there isn't a
#BEGIN_RIGHT feature right?
Not that I know of, but Org-mode contains multitudes...
CM
___
Emacs-orgmode mailing li
>> The relevant portion of my configuration is below.
>>
>> (setq org-publish-project-alist nil)
>> (setq org-publish-project-alist
>> '(("ftr-static"
>> :base-directory "~/org/ftr"
>> :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"
>> :publishi
Vinh Nguyen writes:
>
> I'm wondering how others are handling this in their work flow? Delete
> the cache directory? Edit all .org files so they get updated at the
> publishing command?
>
I delete the .org-timestamps directory. I guess you could always touch
all the files in your project, so or
This commit produces a warning from the byte compiler on Emacs 23.1:
In org-babel-expand-body:python:
ob-python.el:60:29:Warning: reference to free variable
`org-src-preserve-indentation'
Wrote /home/gratz/lisp/org-mode/lisp/ob-python.elc
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQ
Summary: Fix broken internal links on export
Test case.
(setq org-link-search-must-match-exact-headline t)
# file temp.org
* Heading 1
Some content.
* Heading 2
There is a link to [[Heading 1]] here.
Export this to html and note that [[Heading 1]] is wrongly
translated. Apply the patch.
Fixed, thanks.
- Carsten
On Oct 12, 2010, at 3:02 AM, Samuel Wales wrote:
In a git version of today, org-edit-special in a code block cannot
find the variable use-region-p.
This variable is not in Emacs 22.
Thanks.
Samuel
--
Q: How many CDC "scientists" does it take to change a lightbulb
Dear list,
I currently use
#+INCLUDE: "nav.org"
on top of multiple org files (say f1.org, f2.org, ...) to include a
navigation "bar" for my website. Suppose I update nav.org. If I
publish the website with "C-c C-e P", then the f1.org, f2.org, ...
files do not get updated/exported since the file
Jeff Horn wrote:
> The relevant portion of my configuration is below.
>
> (setq org-publish-project-alist nil)
> (setq org-publish-project-alist
> '(("ftr-static"
> :base-directory "~/org/ftr"
> :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"
>
On Tue, Oct 12, 2010 at 12:41 AM, Christian Moe wrote:
> Hi again, Vinh,
>
> More to the point, why don't you just use
>
> #+BEGIN_CENTER
> { [[file:index.org][Home]] | [[file:files.org][Announcements and Files]] }
> #+END_CENTER
>
> See info:org:Paragraphs.
>
> Cheers,
> CM
Thanks Christian! I
The relevant portion of my configuration is below.
(setq org-publish-project-alist nil)
(setq org-publish-project-alist
'(("ftr-static"
:base-directory "~/org/ftr"
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"
:publishing-directory "~/Sites/F
* A macro would definitely do this--a "keyboard macro" solution is simple:
To create a keyboard macro do something like this:
Cx ( etc. Cx ) ; Mx name-last-keyboard-macroetc.
To me, Cx (.Cx )...--creating a "keyboard macro" seems to be the most
useful thing one can use Editor MACroS/
Antti Kaihola writes:
> Here's another stab at fixing the problem. This one enhances the
> existing trimming algorithm by preserving any leading whitespace on
> the first non-blank line of a block. This probably breaks tangling of
> other languages than Python, but someone more familiar with the
Richard Riley writes:
Hi, Richard
>
> Lets say I have a load of contracts to follow up on.
> heres the raw data
> ,
> | Contracts to follow up on
> |
> | Basics
> | Vattenfall
> | Water
> | HanseGas
> | Insurances
> | Zürich
> | BGN
> | IHK (not really insurance though)
> | S
I'd like to see how others manipulate org.
Lets say I have a load of contracts to follow up on.
heres the raw data
,
| Contracts to follow up on
|
| Basics
| Vattenfall
| Water
| HanseGas
| Insurances
| Zürich
| BGN
| IHK (not really insurance though)
| Suppliers
| Unterbi
On Tue, 12 Oct 2010 14:49:26 +0530, Puneeth wrote:
>
> On Tue, Oct 12, 2010 at 1:45 PM, Eric S Fraga wrote:
> >
> > Actually, it's not! It is now broken... I fixed this on 2 October
> > but there may be a problem with the publishing process if the
> > resulting published files are wrong?
> >
>
On Tue, Oct 12, 2010 at 1:45 PM, Eric S Fraga wrote:
>
> Actually, it's not! It is now broken... I fixed this on 2 October
> but there may be a problem with the publishing process if the
> resulting published files are wrong?
>
> To explain, the footnote was previously fixed to point to the actu
Jörg Hagmann writes:
> regarding "export to latex":
>
> When exporting to latex ("C-e", "l") a new frame opens (it didn't
> before). There must be a customization option for avoiding that, but
> I can't find it.
>
> Emacs 23.2.1, recent pull.
>
I am not able to reproduce this on
Org-mode ver
On Tue, 12 Oct 2010 08:55:00 +0530, Puneeth wrote:
>
> On Tue, Oct 12, 2010 at 6:39 AM, Robert Goldman wrote:
> > The link to the sample presentation, from
> >
> > http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.php
> >
> > to
> >
> > http://orgmode.org/worg/org-tutorials/org-beamer/pr
14/05/10 13:33, Carsten Dominik
> On May 14, 2010, at 10:27 AM, David Lee wrote:
>
>> On 05/13/2010 11:04 AM, David Lee wrote:
>>> On 05/13/2010 10:26 AM, Nick Dokos wrote:
David Lee wrote:
> On 05/12/2010 11:46 PM, Nick Dokos wrote:
>> David Lee wrote:
>>
>>
>>> After
On Mon, 11 Oct 2010 15:33:37 -0400, Jeff Horn wrote:
>
> Christian and Nick,
>
> I suppose the advantage of inline tasks is that they appear even when
> the document is folded? So far I've been moving/refiling todos into a
> top-level Tasks header in each document to get this sort of behavior.
>
regarding "export to latex":
When exporting to latex ("C-e", "l") a new frame opens (it didn't
before). There must be a customization option for avoiding that, but
I can't find it.
Emacs 23.2.1, recent pull.
I am not able to reproduce this on
Org-mode version 7.01trans (release_7.01h.661.
Chao,
On Tue, Oct 12, 2010 at 11:16 AM, Chao LU wrote:
> Dear list,
>
> The first thing for me to do after starting Emacs is just going to some
> costumed agenda command, how to trigger these agendas by .emacs?
>
Add the following to your .emacs
(org-agenda nil "R")
where R is the key for th
On Oct 11, 2010, at 9:33 PM, Jeff Horn wrote:
Christian and Nick,
I suppose the advantage of inline tasks is that they appear even when
the document is folded?
The main advantage is that you can note a task without forcing changes
to the document structure.
- Carsten
So far I've been m
Hi all,
I forgot one detail. Apologies.
Brian van den Broek said unto the world at 10-10-12 01:59 AM:
Montréal-Python 16
<2010-10-18 Mon 18:00-21:30>
Montréal-Python 16 will take place in room PK-1620 of UQAM on
- 19h20 Main presentations
- 20h30 Discussions and refreshments at Benel
Hi again, Vinh,
More to the point, why don't you just use
#+BEGIN_CENTER
{ [[file:index.org][Home]] | [[file:files.org][Announcements and Files]] }
#+END_CENTER
See info:org:Paragraphs.
Cheers,
CM
On 10/11/10 7:02 PM, Christian Moe wrote:
Hi,
Of the two non-working examples, one is due to
49 matches
Mail list logo