On Sun, 02 Aug 2009 02:59:29 +0800, CHENG Gao wrote:
> I found "%i" in remember template doesn't work. In remember buffer I
> only get link to original page. Initial content is not inserted even
> though I selected them, and even I did "Command-c" after the content is
> selected.
>
> How could I
On Mon, 20 Jul 2009 17:10:38 -0400, Austin Frank wrote:
>
> Thanks! This looks really interesting. Is there any way to use
> applescript to track change in application focus? I'd be interested in
> logging when I change to or away from each application, and having that
> time tracking informat
*On Sun, 02 Aug 2009 10:37:51 +0200
* Also sprach Christopher Suckling :
> On Sun, 02 Aug 2009 02:59:29 +0800, CHENG Gao wrote:
>
>> I found "%i" in remember template doesn't work. In remember buffer I
>> only get link to original page. Initial content is not inserted even
>> though I selected th
Hello,
Kyle Sexton disait le 31/07/2009 que :
> Does this mean you were able to get the agenda view working with
> EasyPG as well?
In my .emacs, I have :
,
| (require 'epa)
| (epa-file-enable)
| (setq epa-file-cache-passphrase-for-symmetric-encryption t)
`
I run the command : M-x ep
Hi all,
thanks for the help so far. Currently I'm on vacation with no access
to my Mac where the described error occurs. I tried to reproduce the
error on a different Mac today and I couldn't. With a fresh Aquamacs
1.8, org-mode 6.28 and remember-mode 2.0 I had no problem running
;; Org-M
Hey everyone,
Maurice Boucher writes:
> Hello,
>
> Kyle Sexton disait le 31/07/2009 que :
>
>> Does this mean you were able to get the agenda view working with
>> EasyPG as well?
>
> In my .emacs, I have :
> ,
> | (require 'epa)
> | (epa-file-enable)
> | (setq epa-file-cache-passphrase-for-
Changing the priority of a task when the point is after the heading
(anywhere inside the task) worked but aligning the tags failed with
a not on a heading error due to the save-excursion not including
the tag alignment. This change moves back to the heading and
includes that during tag alignment t
Markus Baden wrote:
...
> So it is clearly some misconfiguration on my side. One thing I did not
> get in this thread is, what the difference between running org-mode
> interpreted instead of compiled and why this may have caused the
> trouble. Can someone explain this a little bit?
>
In itself
I'm trying to get YASnippet working with org-mode, but the fix I've
found online doesn't seem to be working.
--snip--
(add-hook 'org-mode-hook
(lambda ()
(org-set-local 'yas/trigger-key [tab])
(define-key yas/keymap [tab] 'yas/next-field-group)))
--snip--
I've ad
Hsiu-Khuern Tang writes:
> The footnote at the bottom of section 13.1.4 ("Publishing action") of the Org
> manual says that publishing org files to the same directory using
> org-publish-org-to-org results in files named like file-source.org. It
> actually results in file.org-source, which is no
Rainer Stengele writes:
> Bastien schrieb:
>> Paul Mead writes:
>>
>>> Can anyone give me a quick and easy way of changing this without
>>> breaking something else?
>>
>> Go to the face you want to change and hit M-x customize-face RET
>>
>
> is it possible to change the font of the currently
Hi Ethan,
Ethan writes:
> Currently when you click on the "Read the documentation online" link on the
> org
> homepage, it takes you to a monolithic file which seems to be either exactly
> the same or very similar to what you get when you click the "single monolithic
> file" link. I don't know
Bernt Hansen writes:
> If a blank regexp is provided to org-occur the function
> goes away for a l-o-n-g time. We'll just bail out
> instead up front to prevent an infinite loop.
> ---
> I never actually let this run long enough to find out if
> it is an infinite loop -- or if it just takes fore
Bernt Hansen writes:
> Changing the priority of a task when the point is after the heading
> (anywhere inside the task) worked but aligning the tags failed with
> a not on a heading error due to the save-excursion not including
> the tag alignment. This change moves back to the heading and
> inc
Hi Cian,
Cian OConnor writes:
> It would be nice if there was an option so that narrowed trees are
> displayed without their normal indentation. So for example if narrow a
> subtree at level 4, then it is displayed as a normal tree at level 1
> rather than as a tree starting at level 4 as curren
Hi all,
now I'm off for real till the end of August. I couldn't handle
some issues on time for today, but I know they will be sorted out.
Also, I allowed myself to add a "Make a donation" button on my Org
page - I'll remove this when I get enough $ for a new computer:
http://lumiere.ens.fr/~
Kyle Sexton writes:
> I'm trying to get YASnippet working with org-mode, but the fix I've
> found online doesn't seem to be working.
>
> --snip--
> (add-hook 'org-mode-hook
> (lambda ()
> (org-set-local 'yas/trigger-key [tab])
> (define-key yas/keymap [tab] 'yas/
hi , I wonder how can a formula in a table be "copied" to a location below,
and its references be shifted alongwise automatically. I checked every
documentation I've found , but that "feature" does not show up. I'm forced
to copy the formula in in the C-c ' and then go to each of the references
an
At Sun, 02 Aug 2009 14:21:58 -0500,
Kyle Sexton wrote:
>
> I'm trying to get YASnippet working with org-mode, but the fix I've
> found online doesn't seem to be working.
>
> --snip--
> (add-hook 'org-mode-hook
> (lambda ()
> (org-set-local 'yas/trigger-key [tab])
>
At Sun, 02 Aug 2009 23:59:59 +0100,
Eric S Fraga wrote:
>
>
> Two things:
>
> 1. make sure you initialise yasnippet *before* org-mode.
>
> 2. my configuration is:
>
> (add-hook 'org-mode-hook
> '(lambda ()
> (make-variable-buffer-local 'yas/trigger-key)
> (
On Jul 10, 2009, at 5:16 AM, Nick Dokos wrote:
Andrew M. Nuxoll wrote:
3. Once I set a deadline for a task, it'd be nice if the priority
would
increase as the deadline approached. Ideally the criteria for
increasing the priority could be specified via a customizable
formula.
Does th
Fixed, thanks.
- Carsten
On Jul 9, 2009, at 12:44 PM, Ulf Stegemann wrote:
With latest CVS Emacs and Git Org mode exporting literal examples
(example/src) with the `-n' switch results in numbering starting on
line
*2* of the example in the resulting HTML file (LaTeX seems to be
okay).
Th
Fixed, thanks.
- Carsten
On Jul 3, 2009, at 11:23 PM, Brenton Kenkel wrote:
[Please provide version numbers for emacs and org-mode.]
Org-mode 6.28e in Aquamacs 1.8rc1, based on GNU Emacs 22.3.1. I get
the same result using Org-mode 6.21b in GNU Emacs 23.0.91.1.
I cannot reproduce this.
I
Hi Peter, hi Matt,
On Jun 19, 2009, at 4:44 PM, Matthew Lundin wrote:
"Peter Westlake" writes:
If you have a multi-line inline task, with an END line, then
refiling it
leaves the END line behind. Since it isn't needed at the
destination, it
should just be deleted.
*** TODO
On Jun 19, 2009, at 4:29 PM, Peter Westlake wrote:
Another small bug in the excellent inline task module: making a link
with "C-C l" anywhere below an inline task causes the link to attach
to
the inline task. I think it would be better if it only did that if
point
was in the task headline o
On Jul 8, 2009, at 6:59 AM, Samuel Wales wrote:
With ido completion, refiling works excellently. Here are
more ideas.
First (and foremost), input history for refiling recalls the user's
input, not refile targets. I think the latter would work
better, because in ordinary use, the user can spe
Hi Samuel,
On Jul 8, 2009, at 7:07 AM, Samuel Wales wrote:
I think that some of this is slow for inherent emacs reasons. Simply
doing down arrow can sometimes be slow.
Yes, if there is *lots* of hidden text the cursor has to jump over.
However, moving subtrees is
very slow. Dp you think i
Hi Al,
I think I have now been able to speed this up a lot. There is
still a strange delay when you switch to CHILDREN view in
your Bookmark entry *for the first time*. However, after that
things seem to be much faster. I have no idea where this
initial delay comes from, it might have to do wi
On Jul 15, 2009, at 5:45 AM, Manuel Amador wrote:
Hi Sebastian and Russell,
You are correct. The problem appears after I comment a region in org-
mode with:
M-x comment-region #
After that, every time auto-fill does its magic, I get a # at the
beginning of each new line.
Yes. Running
On Jul 17, 2009, at 12:00 AM, Bastien wrote:
Nick Dokos writes:
The navigation menu on the left of the page is out of sync: it
contains
a link to a non-existent appendix "A Extensions" in between the
"Miscellaneous" link and the "B Hacking" link. The manual itself goes
from Ch. 14 "Miscell
Hi Raffi,
for more complex LaTeX formatting like this, the best option
is to directly insert the correct LaTeX code into the Org file:
#+LaTeX_HEADER: \usepackage{subfig}
* My test file with subfloats
\begin{figure}
\centering
\subfloat[A gull]{\label{fig:gull}
\includegraphics[width=0.3\
On Jul 24, 2009, at 11:20 AM, Stephan Schmitt wrote:
Andreas Burtzlaff wrote:
On Thu, 23 Jul 2009 02:29:30 +0200 meingbg wrote:
| a | b | c |
|---++---|
| a | 2 | 2 |
| b | 3 | 7 |
| c | -3 | 4 |
| d | 5 | 9 |
#+TBLFM: $3=...@-1::@2$3=$2
If @2$3 is manually set to 2 in the table
On Jul 23, 2009, at 2:21 PM, Tilmann Singer wrote:
At Thu, 23 Jul 2009 09:56:38 +0100,
Eric S Fraga wrote:
Given an projects.org like this:
* Project A
** TODO do foo
** TODO do bar
** DONE do baz
* Project B
** DONE do foo
* TODO Another small thing
add the CATEGORY property (C-c C-x p cat
Fixed, thanks.
- Carsten
On Jul 24, 2009, at 8:52 AM, Yury GEORGIEVSKIY wrote:
Hello,
I've regenerate my .org doc with 6.28trans (was with 6.24)
and Vertical Lines, I want to keep -- not working anymore.
Ex:
| Legasy machines | # of BC | # of RTI connected |
|-+-+
Looks good to me, thanks!
- Carsten
On Jul 19, 2009, at 10:47 PM, Bastien wrote:
Hi all,
I just pushed a small change I would like to hear feedback about.
The basic idea is to allow TAB completion to suggest stored links when
inserting a link with C-c C-l. Here is the log from the git repo:
On Jul 12, 2009, at 7:51 PM, Richard Riley wrote:
My org-mode usage had become a bit messy so I decided to go back to
first principles and follow through Bernd Hansen's tutorial here
http://doc.norang.ca/org-mode.html#sec-1
One real eye opener was the completion on category levels inside
f
On Jul 17, 2009, at 1:29 AM, Bastien wrote:
Hi Brenton,
Brenton Kenkel writes:
I'm using org-mode 6.28e on Aquamacs (based on GNU Emacs 22.3.1) on
Mac OS X. I'm having an issue with horizontal rules and lists in HTML
export. When I export the following to HTML, the horizontal rule tag
is ge
On Jul 15, 2009, at 2:42 AM, Russell Adams wrote:
Add this at the end of the file, and then do M-x normal-mode.
#+ Local Variables:
#+ org-export-latex-title-command: ""
#+ End:
This may actually be a common application, so I have simplified this to
#+TITLE:
i.e. explicitly specifying an
On Jul 22, 2009, at 8:00 PM, Bernt Hansen wrote:
Rustom Mody writes:
Thanks Bernt for C-c ' -- thats what I needed.
BTW Whats the : at BOL for?
I think it's just used to escape the data for the exporter but that's
just a guess. Other people probably have a more definitive answer.
The le
Hello fellows!
In my gtd.org file, I have dozens of already processed next-actions
under its correspondent projects. However, I find that this file got
so big that I have a hard time focusing on the essential next actions
(for the projects that I decided I should be acting on/upon).
I then had th
On Jul 15, 2009, at 10:35 PM, Andreas Rottmann wrote:
Sebastian Rose writes:
Andreas Rottmann writes:
Hi!
I'd like to include several files into an org-mode project that live
outside the project tree. I tried to just symlink them into the
appropriate place into my project, and thought tha
On Jul 29, 2009, at 9:46 AM, Kevin Brubeck Unhammer wrote:
2009/4/2 Mike Newman :
kill-rectangle (C-x r k) and yank-rectangle (C-x r y) can be very
useful for this sort of thing.
That's what I've been using... although it's quite tedious.
On Tue, 31 Mar 2009 15:35:03 +0100
wrote:
Hi,
Hi,
I think the dot after the abbreviated month should be considered a bug.
What locales are doing this? Maybe send a bug report to Emacs?
- Carsten
On Jul 28, 2009, at 9:48 PM, Nicolas Goaziou wrote:
Hello,
For some time zone reason, my time-stamps look like this [2009-07-28
mar.]. Notice
On Jul 26, 2009, at 7:22 PM, User wrote:
User gmail.com> writes:
The folding information should simply be saved into a separate
file. For example, for notes.org the accompanying folding
information could be in notes.org.fold. The posted code can be
trivially modified to behave this way and w
On Jul 28, 2009, at 9:32 PM, User wrote:
Bastien googlemail.com> writes:
I tested your code but there are several problems: it is not usable
on
big files,
The size of the file shouldn't matter, since only lines in the
current window are indented. Probably, some trivial bug remained
in i
On Jul 30, 2009, at 7:49 PM, Brian van den Broek wrote:
Bernt Hansen said unto the world at 30/07/09 01:13 PM:
zwz writes:
I recently found the problem when I want to export the org file to
html and pdf. I guess there will be some people (who are also not so
familiar with the powerful org-mo
On Jul 30, 2009, at 7:53 PM, Nick Dokos wrote:
Bernt Hansen wrote:
zwz writes:
I recently found the problem when I want to export the org file to
html and pdf. I guess there will be some people (who are also not so
familiar with the powerful org-mode) bothered by the same issue,
that
i
On Jul 31, 2009, at 4:34 PM, Benjamin Andresen wrote:
Hello everyone,
I'm having a bit of a problem with tables and references. I try to use
tables + spreadsheet capabilities for data entry while testing certain
things, and one table design that works conceptually for me is the
following:
| A
On Jul 31, 2009, at 3:27 AM, Bastien wrote:
Bernt Hansen writes:
I think the parenthesis should be URL encoded to be a valid URL.
Change ( to %28 and ) to %29 and you get
http://dx.doi.org/10.1016/S1352-2310%2801%2900429-0
which works for me (at least it doesn't 404 anymore)
Gnus also st
On Jul 31, 2009, at 10:47 AM, User wrote:
I noticed when moving items up and down that subtrees of items on
the same level are closed during the moving. From a user point of
view it's a bit disorientating when I have a tree structure
opened in a certain folded state and I move it up or down the
On Jul 25, 2009, at 1:51 PM, Bastien wrote:
Hi Robert,
Bastien writes:
I've just pushed a change to Org that spares us org-save-frame-
excursion
by making `org-eval-in-calendar' DTRT about restauring the frame
focus.
When you have time, can you test it a bit and report about any
probl
On Jul 31, 2009, at 1:09 AM, Hsiu-Khuern Tang wrote:
Hi all,
The footnote at the bottom of section 13.1.4 ("Publishing action")
of the Org
manual says that publishing org files to the same directory using
org-publish-org-to-org results in files named like file-source.org.
It
actually res
On Jul 31, 2009, at 6:22 AM, Ethan wrote:
On Thu, Jul 30, 2009 at 7:55 PM, Bastien
wrote:
Sebastian Rose writes:
>> Column view by default only shows a single subtree. In order to
do column
>> mode over an entire buffer, you have to have text before the
first headline,
>> and go there
On Jul 31, 2009, at 6:00 AM, Samuel Wales wrote:
I almost always need a single window for everything except
completion.
In org, I have the following set to do this.
(pushnew '(file . find-file) org-link-frame-setup :test #'equal)
(add-hook 'remember-mode-hook 'delete-other-windows)
;;it might
Hi Jeremie,
On Jul 31, 2009, at 2:42 AM, Bastien wrote:
Jeremie Knuesel writes:
A keybinding suggestion: wouldn't it make sense to have C-M-a (C-M-
e) go to the
first (last) line of a top-level heading?
Here are the functions:
--8<---cut here---start->
On Jul 26, 2009, at 10:40 PM, Bastien wrote:
Hi Totti,
just a few words regarding preserving links.
About /finding/ links, I just added this simple function, which is
quite handy I guess:
(defun org-occur-link-in-agenda-files ()
"Create a link and search for it in the agendas.
The link is
I like to make org-mode tables in arbitrary buffers, then save them as CVS
files. The export fails when done from a buffer with no associated file.
Here's a little patch that allows exporting a table from any buffer
(org-mode version 6.28trans):
diff --git a/lisp/org-table.el b/lisp/org-table.el
Carsten Dominik gmail.com> writes:
>
> this is great functionality, thanks for sharing it. I would like
> to include it with Org-mode, s I need to ask: Do you have a
> copyright assignment with the FSF? Or are you willing to sign one?
I don't have one and I doubt I'll have the time in these d
On Aug 3, 2009, at 7:33 AM, User wrote:
Carsten Dominik gmail.com> writes:
this is great functionality, thanks for sharing it. I would like
to include it with Org-mode, s I need to ask: Do you have a
copyright assignment with the FSF? Or are you willing to sign one?
I don't have one and
Applied, thanks.
- Carsten
On Aug 3, 2009, at 7:13 AM, Gregory Grubbs wrote:
I like to make org-mode tables in arbitrary buffers, then save them
as CVS files. The export fails when done from a buffer with no
associated file.
Here's a little patch that allows exporting a table from any bu
Marcelo de Moraes Serpa writes:
> Hello fellows!
>
> In my gtd.org file, I have dozens of already processed next-actions
> under its correspondent projects. However, I find that this file got
> so big that I have a hard time focusing on the essential next actions
> (for the projects that I decide
Noorul Islam K M writes:
> Marcelo de Moraes Serpa writes:
>
>> Hello fellows!
>>
>> In my gtd.org file, I have dozens of already processed next-actions
>> under its correspondent projects. However, I find that this file got
>> so big that I have a hard time focusing on the essential next action
62 matches
Mail list logo