On Thu, 13 Jan 2011 07:48:36 +0100
Michael Brand wrote:
> Hi Marcelo
>
> On Thu, Jan 13, 2011 at 07:09, Marcelo de Moraes Serpa
> wrote:
> > So, how many of you here also use Vim? :)
>
> I also started with Emacs and later got hooked by the modal user
> interface of vi for editing. Now I use v
Hi Marcelo
On Thu, Jan 13, 2011 at 07:09, Marcelo de Moraes Serpa
wrote:
> So, how many of you here also use Vim? :)
I also started with Emacs and later got hooked by the modal user
interface of vi for editing. Now I use vi/Vim for simple editing tasks
like config files while in a shell or on a
On Thu, Jan 13, 2011 at 05:56, Kiwon Um wrote:
> ;; refresh agenda view regurally
> (defun kiwon/org-agenda-redo-in-other-window ()
> "Call org-agenda-redo function even in the non-agenda buffer."
> (interactive)
> (let ((agenda-window (get-buffer-window org-agenda-buffer-name t)))
>(when a
Hey list,
I started using emacs 5 years ago, and eventually jumped back from it
to Eclipse (at that time I was doing Flash and PHP), and started to
dig into *nix, and emacs called my attention.
The initial inertia was huge, as anyone who has gone through the emacs
learning curve might now. Howeve
Sébastien Vauban writes:
> Erik Iverson wrote:
>> According to http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html
>>
>> the following markup should work when exporting to PDF from an org-beamer
>> document.
>>
>> - the first, very @important@, point!
>> - the previous point shows the
Suvayu Ali writes:
> Hi Nick,
>
> On Wed, 12 Jan 2011 03:23:44 -0500
> Nick Dokos wrote:
>
>> You can probably use run-with-timer or run-with-idle-timer to do
>> things like this, but I'm with Detlef Steuer: pressing 'g' in the
>> agenda to refresh it is simple and does not consume any extra
>>
I would guess that the simple use of 'g' for refreshing was inspired by the
Emacs buffer list (induced by C-c C-b; you enter "Buffer Menu" mode while in
that *Buffer List* buffer's window).
Discovering 'g' for the buffer list took me a long time, but I was so
delighted when I did.
-Tommy
On Jan 1
Paul Stansell writes:
> Dear Sirs,
>
> For an org file containing just the two following lines:
>
> * TODO Water plants at work
> SCHEDULED: <2010-12-27 Mon .+1w>
>
> creating an agenda with "C-c a a" on 2011-01-06 displays the following
> three lines:
>
> Day-agenda (W01):
> Thursday6 Janu
Hey Jason,
Thanks for the link; I was just recently curious about how others
work with Git in this way, creating a private branch to make fixes on.
Excellent!
-Tommy
On Wed, Jan 12, 2011 at 1:46 PM, Jason Dunsmore
wrote:
> Hello,
>
> I've been trying to fix more of the Org-mode issues I co
Hello,
I've been trying to fix more of the Org-mode issues I come across. This
led me to a particular Git workflow that I documented on my blog:
http://blog.dunsmor.com/2011/01/keeping-a-private-development-branch-in-git-using-multiple-remotes/
I'd be interested to hear about other workflows or
Hi Nick,
On Wed, 12 Jan 2011 03:23:44 -0500
Nick Dokos wrote:
> You can probably use run-with-timer or run-with-idle-timer to do
> things like this, but I'm with Detlef Steuer: pressing 'g' in the
> agenda to refresh it is simple and does not consume any extra
> resources - you do it when you ne
I noticed that the code to "automatically assign a character" in the
org-fast-tag-selection function assigns a different character depending
on whether or not the tag exists in the current heading.
To see the problem, do the following steps:
- Eval (setq org-use-fast-tag-selection t)
- Eval (setq
Hi Erik,
Erik Iverson wrote:
> According to http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html
>
> the following markup should work when exporting to PDF from an org-beamer
> document.
>
> - the first, very @important@, point!
> - the previous point shows the use of the special markup
Tassilo Horn writes:
> Hi Eric,
>
> this patch should do the trick. I think the issue was a malformed Date:
> header that couldn't be converted to a timestamp.
Actually, I am curious about this. What is the point of extracting the
date in any case? It's used to store link properties but I don
*bump* -- no ideas?
On Mon, Jan 10, 2011 at 10:38 AM, Marcelo de Moraes Serpa
wrote:
> Hi list,
>
> So, I'm usign an emacs extension that renders links to image as the
> image itself, it's a minor mode called iimage.el. It works great, but
> the fact that I need to copy the image somewhere first
On Wed, Jan 12, 2011 at 19:06, Giorgio Valoti wrote:
> mmmh, maybe there’s just something wrong with my conf:
>
> (setq org-todo-keywords (quote ((sequence "TODO(t)" "STARTED(n)" "|"
> "DONE(d!/!)")
> (sequence "WAITING(w@/!)" "SOMEDAY(s!)" "|" "CANCELLED(c@/!)")
> (sequence "APPT(a!)" "ERRAND(
Updated patch attached.
Thanks,
Nathaniel Flath
On Mon, Dec 20, 2010 at 10:25 AM, Nicolas Goaziou wrote:
> Hello,
>
>> Nathaniel Flath writes:
>
>> Sory for the long delay - I got caught up in other work. A
>> patchaddressing the sisues brought up is attached.
>
> I've had a look at your pat
Hi Nick,
Nick Dokos writes:
[...]
> AFAIK, there is no variable default-directory-alist - at least, my
> emacs does not know anything about it.
Ah, yes, I see it's provided by dired-x, which does ship with emacs, but
is not loaded by default.
Its documentation says
#+begin_example
Alist of m
niels giesen writes:
Hi Niels,
> To this end I tried doing the following:
>
> #+begin_src emacs-lisp
> (add-to-list
>'default-directory-alist
>`(org-agenda-mode
> ,org-directory))
> #+end_src
`default-directory-alist' is defined in dired-x and only used by that.
Confusing tha
niels giesen wrote:
> Hi all,
>
> I would like `default-directory' in `org-agenda-mode' to be the
> value of `org-directory'. This is because I tend to start my
> working day by opening the Agenda view, and then decide to open
> some org file (which I all have inside `org-directory' and that
> m
On Wed, Jan 12, 2011 at 12:07 PM, Anthony Lander
wrote:
> Thanks Jeff. That works really well! Any suggestions on how to incorporate a
> bit of logic (probably in emacs) to do an org headline search? I'm guessing
> it means making a new file type, and then doing some processing on the
> passed in
Hi Niels,
niels giesen writes:
> The following changes (replace-match literally in
> `org-export-docbook-finalize-table') solves this problem for me, but I
> would not know whether this would break anything else.
>
> #+begin_src diff
> diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el
> ind
Hi all,
I would like `default-directory' in `org-agenda-mode' to be the
value of `org-directory'. This is because I tend to start my
working day by opening the Agenda view, and then decide to open
some org file (which I all have inside `org-directory' and that
may or may not have items present in
Il giorno 12/gen/2011, alle ore 18.16, Michael Brand ha scritto:
> Hi Giorgio
>
> On Wed, Jan 12, 2011 at 17:25, Giorgio Valoti wrote:
>> by default, a task with a deadline shows up in the agenda until is marked
>> DONE. Reading the docs it seems there’s no way to specify other statuses to
>>
Hello,
According to http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html
the following markup should work when exporting to PDF from an
org-beamer document.
- the first, very @important@, point!
- the previous point shows the use of the special markup which
translates to the Beame
Hi Giorgio
On Wed, Jan 12, 2011 at 17:25, Giorgio Valoti wrote:
> by default, a task with a deadline shows up in the agenda until is marked
> DONE. Reading the docs it seems there’s no way to specify other statuses to
> ignore. I use some other states, like CANCELLED or CLOSED that I’d like to
On 11-Jan-12, at 10:49 AM, Jeff Horn wrote:
On Wed, Jan 12, 2011 at 10:05 AM, Anthony Lander
wrote:
Hi everyone,
I'd like to be able to link to an org document from other
applications, and
especially to a particular line or search term in a document. The
idea is
that I could, for example
Hi Eric,
this patch should do the trick. I think the issue was a malformed Date:
header that couldn't be converted to a timestamp.
--8<---cut here---start->8---
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 32641bf..ae5dc52 100644
--- a/lisp/org-gnus.
Eric S Fraga writes:
> Trying to store a link to a gnus email message (=org-store-link=) when
> the cursor is on a particular message in a gnus Summary mode window, I
> get:
What's the Date: header of that mail?
Bye,
Tassilo
___
Emacs-orgmode mailin
Hi Francesco,
In your example the cv source block only seems to have a single variable
specified with a :var header argument (namely v-jobtitle), e.g.
#+srcname: cv
#+begin_src latex :noweb yes :var v-jobtitle="Software Engineer"
...
#+end_src
however your example noweb reference uses 4 variable
Hi,
by default, a task with a deadline shows up in the agenda until is marked DONE.
Reading the docs it seems there’s no way to specify other statuses to ignore. I
use some other states, like CANCELLED or CLOSED that I’d like to hide as well.
Is there a way to do this?
Thank you in advance
--
On Wed, Jan 12, 2011 at 10:05 AM, Anthony Lander
wrote:
> Hi everyone,
>
> I'd like to be able to link to an org document from other applications, and
> especially to a particular line or search term in a document. The idea is
> that I could, for example, put a link into an iCal entry, and when I
Hi everyone,
I'd like to be able to link to an org document from other
applications, and especially to a particular line or search term in a
document. The idea is that I could, for example, put a link into an
iCal entry, and when I click it, emacs would show the file and move
the point to
All,
I have a link and org-protocol addition to support M$ outlook links and
importing of data. Some of is are forced to use outlook.
Currently it is located at:
www.emacswiki.org/emacs/org-outlook.el
Matt
This e-mail (including any attachments) is confidential and may be legally
privileged.
Hello,
Trying to store a link to a gnus email message (=org-store-link=) when
the cursor is on a particular message in a gnus Summary mode window, I
get:
--8<---cut here---start->8---
Debugger entered--Lisp error: (error "Invalid date: ")
signal(error ("Inval
>Hello,
>
>Here is an example org file:
>
>---
>* some example
>
>[[file://localhost/c%3A/msys/1.0/temp/example.html][2011-01-01 example]]
>---
>
>When I export th
Hi,
I'm trying to maintain my employees CVs in a single Org file using Babel (see
example hereunder).
For this, I created several level-1 headings, one for each employee.
Then, I have my main CV block (cv source block, see last "Composed CV"
heading) containing the layout of the CVs. This block
Jeffrey Horn writes:
> This patch updates the conflict documentation regarding yasnippet to use Eric
> Schulte's fix.
> ---
> doc/org.texi | 21 -
> 1 files changed, 20 insertions(+), 1 deletions(-)
>
> diff --git a/doc/org.texi b/doc/org.texi
> index e83909d..b0667e4 1006
Carsten Dominik writes:
> On Jan 9, 2011, at 9:46 PM, Fritjof wrote:
>
>> Also second level headings can't be bold, they show up as normal text.
>>
>> Reproduce with:
>>
>> * heading
>> ** *subheading*
>
> Is this an issue in the in-emacs representation of for Export?
Here,
Org-mode version 7.4
Suvayu Ali wrote:
> Hi Kiwon,
>
> On Wed, 12 Jan 2011 12:23:48 +0900
> Kiwon Um wrote:
>
> > Dear org users,
> >
> > The recent function for showing current time in agenda view is quite
> > cool. I have a question about it. When the agenda view is being shown,
> > is there any way to refresh
40 matches
Mail list logo