Luke Crook writes:
> I would like to create some technical specifications in a format of
> (a) Cover Page, (b) Title Page, (c) Revision History, (d) TOC,
> (e) List of Tables, (f) List of Figures, and (g) Actual
> specifications/text/etc.
>
> A-C might be part of each org-mode document, or mig
Eric S Fraga writes:
[...]
> In any case, I will try all of this on Tuesday on my office system.
Well, I've tried it and I get essentially the same results as I did on
my home system. The behaviour that I observed last week seems to have
disappeared. Although the change in behaviour could be
On 30 Nov 2010, at 03:53, Timothy Brown wrote:
I think the intended behavior i'm confused about is remember coming up
instead of the new capture functionality. I assume that has to do
with
this line here in the Applescript:
set theProtocol to "org-protocol:/mac-remember:/y/"
but i'm not su
Hello,
recently I started using org-babel and I'm really fond of it. It makes
my daily life as an electrical engineer a lot easier! So I would like to
thank you all for org-mode and for org-babel. Both really changed my way
of working.
With a recent org-mode (pull from yesterday evening) I get an
Hi, I'm using XEmacs 21.5 (beta29) "garbanzo" d27c1ee1943b+ [Lucid]
(i686-pc-cygwin, Mule) of Mon Oct 18 2010 on RPluim, with the following
org-capture-templates
(("t" "Todo" entry (file+headline "~/org/notes.org" "Tasks") "* TODO %?"))
The problem is that for some reason the resulting TODO head
On Wed, Dec 1, 2010 at 5:23 AM, Carsten Dominik
wrote:
> Hi everyone,
>
> can we have a few testers for this patch? Apply it an play with your
> agenda, switching from day to week view etc, refresh with "r" and "g", and
> check if everything works as expected? That would be nice, thanks.
The pa
That's a start but not quite what I was looking for. First, I thinking
of a global tag list. Second, I was thinking in terms of some kind of
agenda view. That function just ouputs the buffer tags in the
mini-buffer at the bottom.
On Wed, 24 Nov 2010 19:15:17 -0800
Richard Lawrence wrote:
> Hi Ur
From 04038c5a1f22ecf8219343e5ea80d1c7298edb90 Mon Sep 17 00:00:00 2001
From: Brian Gough
Date: Thu, 25 Nov 2010 17:04:22 +
Subject: [PATCH] more typos
---
doc/org.texi | 13 +++--
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index a0b1b
From 246fdc680679a86c77c2736629711cd49e626fa2 Mon Sep 17 00:00:00 2001
From: Brian Gough
Date: Thu, 25 Nov 2010 17:08:38 +
Subject: [PATCH] correct grammar
---
doc/org.texi |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 2814cf5
From 2c77e5b2a3b48708b2e0993fe773950332fd6dd2 Mon Sep 17 00:00:00 2001
From: Brian Gough
Date: Thu, 25 Nov 2010 17:07:36 +
Subject: [PATCH] correct language names, acronyms etc.
---
doc/org.texi | 42 +-
1 files changed, 21 insertions(+), 21 deletion
#+TITLE: Babel doesn't return output if one command fails
#+DATE: 2010-12-01
#+LANGUAGE: en_US
* Abstract
When just one command fails in Babel, then there is no shell output at all.
* One command fails
For example, the last command (=datee=) is not found:
#+begin_src sh :var file=(bu
Hi Julien,
the purpose of this change is to be able to use
this also in org.el without having to load org-agenda.el?
- Carsten
On Nov 29, 2010, at 3:18 PM, Julien Danjou wrote:
Signed-off-by: Julien Danjou
---
lisp/org-agenda.el | 18 ++
lisp/org.el|6 ++
From 20ba1bd3800f5865cbbf27ae1d550efb892abd90 Mon Sep 17 00:00:00 2001
From: Brian Gough
Date: Thu, 25 Nov 2010 17:04:41 +
Subject: [PATCH] mismatched quotes
---
doc/org.texi |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 9637f
#+TITLE: The way the sections are exported in HTML DIV
#+DATE: 2010-11-30
#+LANGUAGE: en_US
* Abstract
Trying to "play" with showing/hiding the H2 sections of text, I "discovered"
that the H2 sections end where the first H3 subsection begins.
* Example
This is what this section is abo
hello everybody,
Has any of you manage to remove de MacUser-friendly custom bindings included
in the emacs.app version available with Port ?
Bindings including S + arrow or M + arrow and bound to the end/beginning of
line, region selection commands, etc, instead of the default mode-dependent
Dear Orgsters,
Is it possible to embed blockquotes inside list items, so that (e.g.)
they are indented beyond the enclosing list item in LaTeX exports?
So, for example, the following Org list:
* Some headline
- list item 1
#+BEGIN_QUOTE
A great thing was said!
#+END_QUOTE
- list
On Tue, Nov 30, 2010 at 17:19, Gaspaio wrote:
> Has any of you manage to remove de MacUser-friendly custom bindings included
> in the emacs.app version available with Port ?
If this means an Emacs version that has the variables
ns-*-modifier for Cocoa then you can use these, if not then maybe
t
Aloha Bernd,
On Nov 30, 2010, at 1:23 PM, Bernd Weiss wrote:
Dear all,
I would like to use R objects across/among code blocks. Therefore, I
included the header argument ":session" which then produces the
following results:
#+BEGIN_SRC R :results output :session
x <- 1
x
x + 1
#+END_SRC
#+TITLE: The way the sections are exported in HTML DIV
#+DATE: 2010-11-30
#+LANGUAGE: en_US
* Abstract
Trying to "play" with showing/hiding the H2 sections of text, I "discovered"
that the H2 sections end where the first H3 subsection begins.
* Example
This is what this section is abo
On Wed, Dec 1, 2010 at 2:54 PM, Julien Danjou wrote:
> On Wed, Dec 01 2010, Puneeth wrote:
>
>> The patch doesn't apply to the current head. Julien, would it be
>> possible to send another patch? Or could you tell me the commit to
>> which it should be applied to?
>
> No problem, here's a rebased
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>> The variables are not exported to HTML (and LaTeX?), making the readability
>> of such a documented code a bit difficult. Feature or bug?
>
> The variable names should be exported to both HTML and LaTeX (when
> org-export-latex-listings
Well, the problem is not with the CMD or the Alt Keys on my MacBook keyboard,
but with the "Shift" key.
I solved part of my problem by binding the Meta to CMD and leaving the 'Fn' for
the system, but how do i deal with shift ?
I don't seem to have access to the commands org-shiftup, org-shiftdow
This second patch (that should be applied after the first one) adds a
formating option to sitemap entries. One can now use a formated string
to generate a sitemap entry. This formated string currently understands
title (%T), author (%A) and date (%D).
diff --git a/lisp/org-publish.el b/lisp/org-p
Sébastien Vauban writes:
> Shouldn't it make more sense that the H2 contents would *contain* all the
> subsection texts (H3, H4, ...)?
I agree that this make more sense and think it is required for someone
who wants to use an org-mode customized css.
Best regards,
--
Manuel Giraud
___
Hello,
> Richard Lawrence writes:
> Is it possible to embed blockquotes inside list items, so that
> (e.g.) they are indented beyond the enclosing list item in LaTeX
> exports?
This is a work in progress. There should be a testing phase related to
it soon.
Regards,
-- Nicolas
Am 01.12.2010 02:19, schrieb Thomas S. Dye:
Aloha Bernd,
On Nov 30, 2010, at 1:23 PM, Bernd Weiss wrote:
Dear all,
I would like to use R objects across/among code blocks. Therefore, I
included the header argument ":session" which then produces the
following results:
#+BEGIN_SRC R :results o
Carsten Dominik writes:
> Hi everyone,
>
> can we have a few testers for this patch? Apply it an play with your
> agenda, switching from day to week view etc, refresh with "r" and "g",
> and check if everything works as expected? That would be nice,
> thanks.
>
> - Carsten
Mostly works fine bu
When entering a date and pressing M-+ to increment 1 day I get the following
error message:
Error in pre-command-hook: (wrong-type-argument symbolp
(lambda nil (interactive) (org-eval-in-calendar
(quote (calendar-forward-day 1)
This only happens once, the first time I press M-+ in a new Ema
Hi Nathan,
On Nov 28, 2010, at 8:10 PM, Nathan Neff wrote:
I think I'm missing something obvious here -- I can't
define a capture template that puts the results as a sub-heading
of the heading that the cursor is currently in.
You can insert a capture entry at the location where you are
at usi
Julien Danjou writes:
> On Tue, Nov 30 2010, Carsten Dominik wrote:
>
>> the purpose of this change is to be able to use
>> this also in org.el without having to load org-agenda.el?
>
> Yes, and to be consistent. The variable org-extend-today-until is
> defined in org.el, it seems more gener
On Wed, Dec 01 2010, Eric S Fraga wrote:
> Mostly works fine but there is one problem I have encountered. If you
> change your view (mine defaults to day so I sometimes switch to week
> view), you can go forward and backward as expected. However, if you
> /jump/ (j in agenda view) to a given dat
Hi Nathan,
On Nov 28, 2010, at 8:10 PM, Nathan Neff wrote:
I think I'm missing something obvious here -- I can't
define a capture template that puts the results as a sub-heading
of the heading that the cursor is currently in.
To insert a capture entry at point can be done with a zero prefix
Hey org-moders,
when going to clocktable mode in an agenda buffer, I get the following
error if one of the headlines contains an accent. If no headline
contain any accent, everything works as expected.
I am running org-mode 7.3 on GNU emacs 22.3.1.
Here is the backtrace:
Debugger entered--Lis
Sébastien Vauban writes:
> Hi Rainer,
>
> Rainer Stengele wrote:
>> after disabling the showing of the outline path in agenda views:
[...]
>
> What do you exactly mean by: "disabling the showing of the outline path in
> agenda
> views"?
>
> Best regards,
> Seb
I think he means the display t
Hi Seb,
I don't forsee adding partial results insertion both because
- it would add a good deal of complexity to the code to insert results
part-way through a run
- the current behavior of only inserting results on a fully successful
run is reasonable and is probably more obvious (at least t
Hi Thomas,
Thomas Holst writes:
> Hello,
>
> recently I started using org-babel and I'm really fond of it. It makes
> my daily life as an electrical engineer a lot easier! So I would like to
> thank you all for org-mode and for org-babel. Both really changed my way
> of working.
>
That's great
Hi Bernd,
I've just pushed up a change which should remove these empty lines.
Best -- Eric
Bernd Weiss writes:
> Am 01.12.2010 02:19, schrieb Thomas S. Dye:
>> Aloha Bernd,
>>
>> On Nov 30, 2010, at 1:23 PM, Bernd Weiss wrote:
>>
>>> Dear all,
>>>
>>> I would like to use R objects across/among
On Wed, Dec 01 2010, Puneeth wrote:
> The patch doesn't apply to the current head. Julien, would it be
> possible to send another patch? Or could you tell me the commit to
> which it should be applied to?
No problem, here's a rebased patch on master.
From f265c3fa8cbf448a13f4df5161b077cbad9dd659
Am 29.11.2010 17:15, schrieb Sébastien Vauban:
> Hi Rainer,
>
> Rainer Stengele wrote:
>> after disabling the showing of the outline path in agenda views:
>>
>> line-move 430
>> 0.189000 0.0004395348
>> line-move-1
Hi,
This first patch adds sort options to the sitemap. In addition to
alphabetical order, one can choose chronological or anti-chronological
ordering of sitemap entries. To retrieve file date, it tries to parse
the "#+date" keyword and if not present defaults to file modification
time.
diff --gi
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>
> Babel's sql support did not have any variable handling. I just copied over
> the variable support from ob-sqlite to ob-sql, so the following should now
> work (notice: my code block is different from yours)
>
> ** sql variables
> #+res
Sébastien Vauban writes:
> Hi Eric,
>
> "Eric Schulte" wrote:
>> Sébastien Vauban writes:
>>> The variables are not exported to HTML (and LaTeX?), making the readability
>>> of such a documented code a bit difficult. Feature or bug?
>>
>> The variable names should be exported to both HTML and La
Hi Eric,
"Eric Schulte" wrote:
> I don't forsee adding partial results insertion both because
>
> - it would add a good deal of complexity to the code to insert results
> part-way through a run
I can't comment on this, of course.
> - the current behavior of only inserting results on a fully su
Hi Nicolas,
>> Is it possible to embed blockquotes inside list items, so that
>> (e.g.) they are indented beyond the enclosing list item in LaTeX
>> exports?
>
> This is a work in progress. There should be a testing phase related to
> it soon.
Great, thanks!
Richard
Hi Eric and David,
"Eric Schulte" wrote:
> Hi David,
>
> I've never used imenu myself, but that sounds useful. I'd recommend using
> the following rather than building your own regexp
>
> (push (list "Source code chunks"
> org-babel-src-name-w-name-regexp 2)
> imenu-generic-expre
On Nov 30, 2010, at 1:30 PM, Eric S Fraga wrote:
Sébastien Vauban writes:
Hi Rainer,
Rainer Stengele wrote:
after disabling the showing of the outline path in agenda views:
[...]
What do you exactly mean by: "disabling the showing of the outline
path in agenda
views"?
Best regards
Am 01.12.2010 10:01, schrieb Eric Schulte:
Hi Bernd,
I've just pushed up a change which should remove these empty lines.
Just updated my org-mode repository and it works great.
Thanks a lot!
Bernd
___
Emacs-orgmode mailing list
Please use `Reply A
Julien Danjou writes:
> On Wed, Dec 01 2010, Eric S Fraga wrote:
>
>> Mostly works fine but there is one problem I have encountered. If you
>> change your view (mine defaults to day so I sometimes switch to week
>> view), you can go forward and backward as expected. However, if you
>> /jump/ (j
Hello,
Tommy Kelly writes:
> I'm looking for help in running Gnus with nnimap, and org-mode, across
> multiple machines.
>
> When reading my email in Gnus (using nnimap off Gmail), I create tasks
> from any given message by using orgp-mode's capture feature. A TODO gets
> created with a hyperlin
Carsten Dominik writes:
> Hi Nathan,
>
> On Nov 28, 2010, at 8:10 PM, Nathan Neff wrote:
>
>> I think I'm missing something obvious here -- I can't
>> define a capture template that puts the results as a sub-heading
>> of the heading that the cursor is currently in.
>
> You can insert a capture e
Dear all,
Just curious that if we could push to the MobileOrg server, e.g., DropBox,
from a computer, and pull it down from another computer, so that we can
synchronize org files on different computers via MobileOrg. I used to use
CVS for synchronizing, but now SSHing in and out are blocked at my
Hi Carsten and Nick,
Carsten Dominik wrote:
> On Sep 30, 2010, at 7:08 PM, Sébastien Vauban wrote:
>> Nick Dokos wrote:
>>> Sébastien Vauban wrote:
>> Having to wait 92 seconds at startup, or a long time just a few minutes
>> later has the same impact for me.
>>>
>>> Maybe you should try
On Wed, Dec 1, 2010 at 12:00, Gaspaio wrote:
> When i set 'shift-select-mode' to nil, i still don't have access to these
> commands, and i think its because is being translated to , etc.
> How can i stop this translation ? Or should I simply remap the
> org-shiftup/down ... commands to somethin
Jing Su wrote:
Dear all,
Just curious that if we could push to the MobileOrg server, e.g.,
DropBox, from a computer, and pull it down from another computer, so
that we can synchronize org files on different computers via MobileOrg.
I store all my *actual* org files on Dropbox, along with
At Wed, 1 Dec 2010 12:27:10 + (UTC),
Thorsten wrote:
>
> When entering a date and pressing M-+ to increment 1 day I get the following
> error message:
> Error in pre-command-hook: (wrong-type-argument symbolp
> (lambda nil (interactive) (org-eval-in-calendar
> (quote (calendar-forward-day 1
Hi (this is my first post),
I'm trying to get a visual hint that a certain TODO is unscheduled, so that
I can immediately see this when I go through the outline during regular
reviews.
My first strategy was to try and add a font-lock hook to achieve this
multiline font-lock behaviour:
See
http:/
Those setup notes are a little out of date I'll update them now, but you
also need to read through this section of the org mode manual:
http://orgmode.org/manual/MobileOrg.html#MobileOrg
It sounds like you aren't using org-mobile-push to generate the staging
area.
http://matburt.net
On Tue
Sébastien Vauban writes:
>
> You're right that could be it. I often forget about adding that setting, even
> though it's more or less mandatory for the sh blocks -- at least, in many sh
> blocks I write...
>
You can specify this as the default header argument for all shell blocks
with the follow
Hello Org-moders:
I want to update my org-mode and emacs-starter-kit repository. My org-mode
repository is in the emacs-starter-kit repository. I am a beginner in
org-mode as well as git. Before doing anything I want to make sure that I am
not doing anything incorrect. Please bear with me if the q
On Wed, Dec 1, 2010 at 8:30 AM, Eric S Fraga wrote:
> Carsten Dominik writes:
>
>> Hi Nathan,
>>
>> On Nov 28, 2010, at 8:10 PM, Nathan Neff wrote:
>>
>>> I think I'm missing something obvious here -- I can't
>>> define a capture template that puts the results as a sub-heading
>>> of the heading
e20100633 writes:
> Hello,
>
> Tommy Kelly writes:
>
>> I'm looking for help in running Gnus with nnimap, and org-mode, across
>> multiple machines.
>>
>> When reading my email in Gnus (using nnimap off Gmail), I create tasks
>> from any given message by using orgp-mode's capture feature. A TODO
Sébastien Vauban writes:
[...]
> Anyway, I now do have found the culprit: the =column-marker= package (which
> highlights my columns 78, 79 and 80 of text), loaded in my .emacs file by this
> snippet):
[...]
> Though, such a capability being really nice, do you know some replacement for
> this
-- Forwarded message --
From: Jing Su
Date: Wed, Dec 1, 2010 at 5:08 PM
Subject: Re: [Orgmode] Synchronize files among computers via MobileOrg, and
create tasks from iPhones?
To: Erik Iverson
Great idea to set the org-directory as the DropBox! I am thinking about
trying it too,
On Wed, Dec 1, 2010 at 10:42 PM, Sunny Srivastava
wrote:
> $ git pull && make clean && make && make doc && make install
Yes, that should be all right.
--
Suvayu
Open source is the future. It sets us free.
___
Emacs-orgmode mailing list
Please use `
Hi,
I am discovering org-mode and org-babel, and wanted to try it out with
python code blocks. My use case would involve text processing, encoded
as UTF-8. Usually a python file has to contain a line to that effect,
saying sth like # -*- coding: utf-8 -*-(without which an error is
raised).
Hi Vincent,
I would suggest just trying it out first and seeing if you get an error
without such a line. Also, you could try adding the line to the
beginning of your code block.
If there is definitely a problem please reply to this thread and we
could easily add a header argument for this case,
Hi Mark
Mark Elston writes:
> Have you looked at sl4a (formerly ase)? With it you can
> start Intents and perform clipboard operations plus file
> manipulations using a standard scripting language like
> perl, python, or ruby (among others). This might be
> very useful.
That's really useful.
Martin Svenson writes:
> I'm trying to get a visual hint that a certain TODO is unscheduled, so
> that I can immediately see this when I go through the outline during
> regular reviews.
> ...
> ...but I get the nagging feeling I'm going about this the wrong way.
> Surely, being able to see which
Eric S Fraga writes:
> e20100633 writes:
>
>> Hello,
>>
>> Tommy Kelly writes:
>>
>>> I'm looking for help in running Gnus with nnimap, and org-mode, across
>>> multiple machines.
>>>
>>> When reading my email in Gnus (using nnimap off Gmail), I create tasks
>>> from any given message by using
Hi,
> I would suggest just trying it out first and seeing if you get an error
> without such a line.
Well, I do, that's why I'm asking ;-)
> Also, you could try adding the line to the beginning of your code
> block.
I tried like this :
--8<---cut here---start--
I don't know about the current state of MobileOrg and its
implementation details but I would look at the two sl4a
methods:
startActivity, and
startActivityForResult.
Playing with these two methods should get you most of the
way there, I would think.
Mark
2010 5:25 PM, Sven Bretfeld wrote:
Basically, when reading an email (in gnus, in wl, in other emacs MUAs
possibly), type "C-c l" (org-store-link) which will /store/ a link to
that email ("store" is the wrong word, in my view; it should arguably be
"make" or "create" or "define" or ... but that's neither here nor
there).
Greg Troxel writes:
> Basically, when reading an email (in gnus, in wl, in other emacs MUAs
> possibly), type "C-c l" (org-store-link) which will /store/ a link to
> that email ("store" is the wrong word, in my view; it should arguably be
> "make" or "create" or "define" or ... but that's
Would this help?
http://stackoverflow.com/questions/3518846/shift-tab-produces-cryptic-error-in-emacs
On Wed, Dec 1, 2010 at 3:01 PM, Michael Brand
wrote:
> On Wed, Dec 1, 2010 at 12:00, Gaspaio wrote:
>> When i set 'shift-select-mode' to nil, i still don't have access to these
>> commands, an
> Though, such a capability being really nice, do you know some replacement for
> this?
Pardon the noise if this has an obvious answer... but why not just use
auto-fill with a column set to 80 instead of the highlighting? Is it
because sometimes you want to overflow past the 80th column?
Jeff
--
I think I need to make a small change to the Capture activity to allow it to
be invoked... I'm looking into it right now.
http://matburt.net
On Wed, Dec 1, 2010 at 8:52 PM, Mark Elston wrote:
> I don't know about the current state of MobileOrg and its
> implementation details but I would look
Hello,
Bernt Hansen writes:
> I use capture mode for this. While reading an email I create a new TODO
> task with C-M-r t which gives me this:
>
> [snip (13 lines)]
>
> ,
> | (setq org-capture-templates (quote (("t" "todo" entry (file
> "~/git/org/refile.org") "* TODO %?
> | %U
> | %a"
Erik Iverson writes:
>> > I still see the additional stars added to headlines, and they are
>> > shadowed properly. But the free text lines under each headline are
>> > not shown indented as they previously were.
I see the same thing. Indent-mode also only indents one space at a
time even though o
78 matches
Mail list logo