Hi,
I am trying to add to my refile target list a file that exists in a
sub-directory of org-directory. I have tried to do this by concatenating
the variable org-directory with the string containing the path to the file
like so:
(setq org-refile-targets '((nil :maxlevel . 9)
Regarding contact management in Org the way I described it below, I
wanted to share issues I've had since.
First, I've found myself very lax updating my Contacts.org file. With
a moderately large contact file column mode goes so slowly I find
myself reluctant to use it. Thus my contact list is now
Hello,
** Eric Schulte [2012-07-18 22:13:45 -0600]:
> Achim Gratz writes:
>> Eric Schulte writes:
>>> This attached alternate patch introduces two new compatibility macros
>>> named `org-flet' and `org-labels' in org-macs.el. These macros are
>>> aliased to the appropriate cl macro depending on
Hi Moritz,
Thank you for the tip. That worked for me!
--
Sincerely,
Varun Vats
Graduate Student
University of Wisconsin, Madison
mailvarunv...@gmail.com
Aurélien Aptel writes:
> I plan on writing backends for Redmine, Bugzilla, Google Code, Google
> Task, Toodledo, Remember the milk.
> But I may not have the time to do them all. What backends would you
> like me to implement first? Something not in this list?
I think a RtM plugin would be fantas
>> I plan on writing backends for Redmine, Bugzilla, Google Code, Google
>> Task, Toodledo, Remember the milk.
>> But I may not have the time to do them all. What backends would you
>> like me to implement first? Something not in this list?
I've thought about writing adapters for Redmine, Jira, an
Thanks.
I have taken care for org-odt.el. Any `flet's in org-e-odt.el will also
be removed in the next commit.
--
Da: John Hendy
Inviato: Mercoledì 18 Luglio 2012 20:26
Hi, John
> You might want to check out Brent's answer to a similar question I
> asked a bit back (basically an expanded version of some answers given
> above):
> - http://www.mail-archive.com/emacs-orgmode@gnu.org/msg40499.html
I haven't to
On Wed, Jul 18, 2012 at 11:48 PM, Nick Dokos wrote:
> Matt Price wrote:
>
> > I'm revising my course syllabi for next Fall and therefore need to
> > update all the timestamps. In this case, I need to add 361 days to
> > every stamp. Is there a function somewhere that can read a timestamp,
> >
This hook only runs when there were new items in the
inbox. Documentation says it runs after each `org-mobile-pull'.
--
Moritz Ulrich
Hi,
On HTML export, want my timestamps to display as:
Thursday, July 19
or maybe:
July 19 (Thu)
instead of the default
2012-07-19 Thu
I've tried setting org-time-stamp-custom-formats but I haven't been able to
find the documentation that explains the formatting strings. Also I'm not
exactl
Hi, Matt,
Da: Matt Price
Inviato: Giovedì 19 Luglio 2012 16:54
> On HTML export, want my timestamps to display as:
> Thursday, July 19
get the variable: C-h v org-time-stamp-custom-formats
and customize with this:
("<%A , %B %e>" . "<%A , %B %e %H:%M>")
> or maybe:
> July 19 (Thu)
exe
On Thu, Jul 12, 2012 at 4:22 PM, John Hendy wrote:
> On Mon, Jul 9, 2012 at 6:24 PM, Nick Dokos wrote:
>> John Hendy wrote:
>>
>>> On Mon, Jul 9, 2012 at 4:26 PM, Nick Dokos wrote:
>>> > John Hendy wrote:
>>> >
>>> >> I'm exporting a Beamer presentation with R babel blocks and my plots
>>> >>
Hello,
It sure looks interesting.
Here are a few comment about org-e-man.el.
1. Please do not leave trailing parenthesis (i.e at line 228).
2. You can remove every `declare-function'. You only need to
(require 'org-export)
in the file header, actually.
3. You can remove `org-e-man-bab
Achim Gratz NexGo.DE> writes:
> James Harkins gmail.com> writes:
> > So, how do I solve the problem with org-version?
>
> I already sent an answer to your original question, but somehow that didn't
make
> it to the list: most likely you've missed a "(require 'org-install)" in your
> startup seq
Try
(setq org-refile-targets `((nil :maxlevel . 9)
(org-agenda-files :maxlevel . 9)
(,(concat org-directory
"/projects/project.org") :maxlevel . 9)))
Notice the ` instead of ' and the ,. This feature is called 'quasiquote'.
On Thu, Jul 19, 2
I was looking for Org + ggobi examples and the top google hit was this page:
-
http://www.biomedicale.univ-paris5.fr/SpikeOMatic/ReproducibleDataAnalysis/ReproducibleDataAnalysis.html
I initially thought I was looking at Worg due to the theme, but it's
not! It has quite a nice paper providing a r
On Thu, Jul 19, 2012 at 08:45:33AM -0500, Erik Mitchell wrote:
> >> I plan on writing backends for Redmine, Bugzilla, Google Code, Google
> >> Task, Toodledo, Remember the milk.
> >> But I may not have the time to do them all. What backends would you
> >> like me to implement first? Something not i
John Hendy writes:
> I was looking for Org + ggobi examples and the top google hit was this page:
> -
> http://www.biomedicale.univ-paris5.fr/SpikeOMatic/ReproducibleDataAnalysis/ReproducibleDataAnalysis.html
>
> I initially thought I was looking at Worg due to the theme, but it's
> not! It has q
Nicolas Goaziou writes:
> Hello,
>
> It sure looks interesting.
Well, I did it in the spur of the moment. What I'll do is to open a
ticket for each of the item to keep track of them.
> Here are a few comment about org-e-man.el.
>
> 1. Please do not leave trailing parenthesis (i.e at line 228)
On Thu, Jul 19, 2012 at 1:32 PM, Thomas S. Dye wrote:
> John Hendy writes:
>
>> I was looking for Org + ggobi examples and the top google hit was this page:
>> -
>> http://www.biomedicale.univ-paris5.fr/SpikeOMatic/ReproducibleDataAnalysis/ReproducibleDataAnalysis.html
>>
>> I initially thought I
I'm trying to upgrade my org distribution and ran into a
problem exporting java code blocks to html.
I'm using the following:
GNU Emacs 24.1.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10)
of 2012-06-11 on shirley.hoetzel.info
Org-mode version 7.8.11 (release_7.8.11-217-g99ef57 @
/home/r/config/ema
Someone please correct me if I'm wrong. I think the format strings for
org-mode to format dates may come from the date (1) man page.
On Thu, 19 Jul 2012, Matt Price wrote:
> Hi,
>
> On HTML export, want my timestamps to display as:
>
> Thursday, July 19
>
> or maybe:
>
> July 19 (Thu)
>
>
John Hendy writes:
> On Thu, Jul 19, 2012 at 1:32 PM, Thomas S. Dye wrote:
>> John Hendy writes:
>>
>>> I was looking for Org + ggobi examples and the top google hit was this page:
>>> -
>>> http://www.biomedicale.univ-paris5.fr/SpikeOMatic/ReproducibleDataAnalysis/ReproducibleDataAnalysis.html
I became annoyed at how, when pressing M-Q (fill-paragraph) while in a
block like this:
#+CAPTION: This is a really long caption that I need
#+CAPTION: to describe my table in excruciating and unnecessary detail
Org takes no account of the #+ directives and simply smooshes all the
lines togethe
Nicolas Goaziou writes:
> 1. Please do not leave trailing parenthesis (i.e at line 228).
Actually, it closes on line 306. I was surprised when you mentioned it
being that I use paredit mode to make sure that I do not leave trailing
parenthesis (because... I do leave them :) )
This defcustom wi
Hi Russell!
* Russell Adams wrote:
>
> First, I've found myself very lax updating my Contacts.org file.
This is no technical issue :-)
> With a moderately large contact file column mode goes so slowly I
> find myself reluctant to use it. Thus my contact list is now
> significantly out of date
** Vladimir Lomov [2012-07-19 21:33:57 +0900]:
> Hello,
> ** Eric Schulte [2012-07-18 22:13:45 -0600]:
>> Achim Gratz writes:
>>> Eric Schulte writes:
This attached alternate patch introduces two new compatibility macros
named `org-flet' and `org-labels' in org-macs.el. These macros
Hi all,
I started to get the error
: org-open-file: Symbol's function definition is void: org-e-latex-export-to-pdf
when trying to export to pdf in the new exporter. Any thought what
might be causing this?
I am using Org-mode version 7.8.11 (release_7.8.11-217-g99ef57) on emacs
24.1.50.1.
Tha
Hi:
Nicolas, I finished the first pass for simplification for the
org-e-man.el. There is probably more that can be removed, but I'm
feeling very sleepy right now...
In other news:
One thing I wanted to know if I could could replicate a document with
all the brandings that we use at work. I mana
Hello,
** Vladimir Lomov [2012-07-20 10:19:45 +0900]:
> ** Vladimir Lomov [2012-07-19 21:33:57 +0900]:
>> Hello,
>>> ** Eric Schulte [2012-07-18 22:13:45 -0600]:
>>> This attached alternate patch introduces two new compatibility macros
>>> named `org-flet' and `org-labels' in org-macs.el. These
31 matches
Mail list logo