Something is broken exporting worg source to lists:
http://orgmode.org/worg/org-contrib/
is missing the list item headers.
-- Greg
--
Greg Sullivan gregory.sulli...@baesystems.com
(781)262-4553 (office) (978)430-3461 (cell)
Appended is a patch with a couple of small changes to org-taskjuggler.el,
addressing the following issues:
General:
* in org-taskjuggler-open-project, the duration is never calculated (default is
always used).
Specific to tj3:
* the reports need a "formats" attribute
* tj3 does not support t
, Gregory (US SSA)
Cc: Giovanni Ridolfi; Emacs-orgmode@gnu.org
Subject: Re: [Orgmode] using (id "Name") target in org-capture-templates
Hi Sullivan,
"Sullivan, Gregory (US SSA)" writes:
> The way I understood your patch is that I can use (currentfile) as
> _the_ targ
-- Greg
--
Greg Sullivan gregory.sulli...@baesystems.com
(781)262-4553 (office) (978)430-3461 (cell)
-Original Message-
From: Bastien Guerry [mailto:bastiengue...@googlemail.com] On Behalf Of Bastien
Sent: Sunday, February 27, 2011 6:37 AM
To: Sullivan, Gregory (US SSA)
Cc: Giovanni Ridol
--
From: Bastien Guerry [mailto:bastiengue...@googlemail.com] On Behalf Of Bastien
Sent: Friday, February 11, 2011 5:22 AM
To: Sullivan, Gregory (US SSA)
Cc: Giovanni Ridolfi; Emacs-orgmode@gnu.org
Subject: Re: [Orgmode] using (id "Name") target in org-capture-templates
Hi Gregory,
"S
-templates.
Thanks.
-- Greg
--
Greg Sullivan gregory.sulli...@baesystems.com
(781)262-4553 (office) (978)430-3461 (cell)
-----Original Message-
From: Giovanni Ridolfi [mailto:giovanni.rido...@yahoo.it]
Sent: Thursday, December 23, 2010 6:42 AM
To: Sullivan, Gregory (US SSA)
Cc: Emac
I would like to have a template that will add a TODO below the "Tasks" heading
in the current .org file. From the documentation, I would think that
(setq org-capture-templates
`(("t" "Todo (local)" entry (id "Tasks")
"* TODO %? %i\n%T\n" :prepend t)
))
would work, but org says
Perfect! Thanks very much.
-- Greg
--
Greg Sullivan, gregory.sulli...@baesystems.com
(781)262-4553 (desk), (978)430-3461 (cell)
-Original Message-
From: Eric Schulte [mailto:schulte.e...@gmail.com]
Sent: Wednesday, August 25, 2010 1:30 PM
To: Sullivan, Gregory (US SSA)
Cc: emacs
I meant "whenever I want to _export_ the code" (C-c C-e h).
-- Greg
--
Greg Sullivan, gregory.sulli...@baesystems.com
(781)262-4553 (desk), (978)430-3461 (cell)
-Original Message-----
From: Sullivan, Gregory (US SSA)
Sent: Friday, August 20, 2010 7:37 PM
To: Sullivan, Grego
lto:emacs-orgmode-bounces+gregory.sullivan=baesystems....@gnu.org] On
Behalf Of Sullivan, Gregory (US SSA)
Sent: Thursday, August 19, 2010 12:51 PM
To: emacs-orgmode@gnu.org
Subject: [Orgmode] [babel] evaluating shell commands for side effect
I'm writing "how to" documents that inclu
I'm writing "how to" documents that include sequences of shell commands, such
as:
#+begin_src sh :session *shell*
cd /home/sullivan/myproj/src
./configure --prefix /home/sullivan/myproj/install
make
make test
#+end_src
and simply want C-c C-c to send the lines, one at a time, to the inferio
I'd like to process agenda headlines and apply face (color) to ones with given
tags.
It seems like I should add a function to org-finalize-agenda-hook. When that
hook is invoked, how do I iterate over agenda headlines?
I thought I could use org-map-entries, on the current buffer, as follows:
I don't use aquamacs too much with org, but I just tried what you
describe, with aquamacs 1.5 (gnu emacs 22.3.2 from M-x emacs-version)
the latest org via git, and did not have that behavior.
I run aquamacs with
(setq one-buffer-one-frame '())
Do you already do this? If not, you might see if t
es to agenda..
On Dec 4, 2008, at 10:09 AM, Sullivan, Gregory (US SSA) wrote:
> http://article.gmane.org/gmane.emacs.orgmode/8992/match=sullivan
>
> illustrates the use of 'find-lisp-find-file'
i am not good at lisp at all, but i have it slated to learn over
christmas..
but
http://article.gmane.org/gmane.emacs.orgmode/8992/match=sullivan
illustrates the use of 'find-lisp-find-file'
HTH.
--Greg
--
Gregory T. Sullivan, Ph.D.
BAE Systems Advanced Information Technologies
6 New England Executive Park, Burlington, MA 01803
781-262-4553 (office), 978-430-3461 (cell)
[EM
The function find-lisp-find-files seems to work.
To see it, do
M-x find-function
find-lisp-find-files
To use it, you'll probably have to do
(load-library "find-lisp")
(find-lisp-find-files "~/org" "\.org")
HTH.
--Greg
--
Gregory T. Sullivan, Ph.D.
BAE Systems Advanced Information Techno
Much of what I need to do is in some way related to email messages I
have received. So, to the extent that org is my repository of things I
have to do and notes related to those things, links to related email
messages would be very useful.
--Greg
--
Gregory T. Sullivan, Ph.D.
BAE Systems Advance
Small bug with latest org from git (6.09a):
org-table-export, orgtbl-to-html
is missing the starting "" tag.
--Greg
--
Gregory T. Sullivan, Ph.D.
BAE Systems Advanced Information Technologies
6 New England Executive Park, Burlington, MA 01803
781-262-4553 (office), 978-430-3461 (cell)
[EMAIL P
The following spreadsheet behaves as expected, and every time I hit C-c* on the
"Total" row, the formula recalculates to 0.4
| Name | Percent |
| Foo | .1 |
| Bar | .3 |
| Total | 0.4 |
#+TBLFM: @4$2=vsum(@[EMAIL PROTECTED])
The following spreadsheet is exactly the same, and h
As far as:
Ideally, it should be
\item This is a $\mbox{super}^{\mbox{\scriptsize{s}}}$cript
but I'd settle for this
\item This is a $super^{s}cript$
I agree that it should be the first (using mbox). The second is just
wrong, as it uses math mode spacing for each letter.
Possibly a simpler way
I think the "\\'" after ".org" is to match the end of the filename.
>From emacs info section "Regexp Backslash",
`\''
matches the empty string, but only at the end of the string or
buffer (or its accessible portion) being matched against.
--Greg
--
Gregory T. Sullivan, Ph.D.
BAE Syste
I've updated to the latest git, from a much earlier org mode version,
and it seems that the "generic" markup, such as *bold* and /italic/ is
ignored when exporting to LaTeX.
Is this intended?
Also, the "#+BEGIN_EXAMPLE" and "#+END_EXAMPLE" lines are emitted as is,
which messes up LaTeX. They sho
If I have in my .org file:
\(\begin{array}{rclr}
A & ::= & B & \\
& \mid & C & \\
D & ::= & E &
\mbox{(any value-returning expression)}
\end{array}\)
and I export as latex, the generated .tex file contains
\(\begin{array}{rclr}
A \& ::= \& B \& \\
\& \mid \& C \& \\
D \& ::= \& E
Try leaving the cell with to move to the next field (in
left-to-right, top-to-bottom order), whereas goes down one row.
--Greg
--
Gregory T. Sullivan, Ph.D.
BAE Systems Advanced Information Technologies
6 New England Executive Park, Burlington, MA 01803
781-262-4553 (office), 978-430-3461 (cel
TECTED]
____
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf Of Sullivan, Gregory (US SSA)
Sent: Wednesday, August 06, 2008 11:55 AM
To: emacs-orgmode@gnu.org
Subject: [Orgmode] set remember default file to be originating .org file
If I invok
If I invoke remember from a .org file, e.g. "foo.org", I would like the
default file to which the remembered note is saved to be that file,
"foo.org".
I work on several projects at a time, and the project mix changes
monthly. While on a project, I generate lots of project-specific notes
and TO
26 matches
Mail list logo