Thanks.
This mail replaces my earlier mail.
I discarded the git setup and I tried org-mode + org-odt by using ONLY
the ELPA tarballs.
On 09/10/2011 21:51, Jambunathan K wrote:
Have you been able to build the ELPA tarball?
If so, where can I find it?
I have uploaded a new org-odt-20111010
Bernt Hansen writes:
> Dave Abrahams writes:
>
>> Org-babel does a magic thing where you get to edit and view your
> source
>> code blocks in their native modes. Wow!
>>
>> I also happen to use markdown-mode to write blog articles. How hard,
> on
>> a scale from "read the source and figure it o
Hi Carsten,
Sorry, I somehow missed this email.
On Thu, Oct 6, 2011 at 9:54 AM, Carsten Dominik
wrote:
> Hi Suvayu,
>
> could you describe your use case for this addition? When would you need
> this above calling org-occur again and using the minibuffer
> history to repeat your search?
>
My us
No, I don't use it myself, but I expect using the ODT exporter,
opening in OpenOffice or similar, and saving to .doc or .rtf for
import into InDesign is your best bet. (As to whether .doc or .rtf,
experiment. In my limited experience designers prefer RTF, for good
reason, but OpenOffice RTF exp
On Sun, Oct 9, 2011 at 12:47 AM, Eric Schulte wrote:
> >>
> >> As a side note of this, I wonder if babel could use the same/similar
> >>way like the TODO field in org-mode to switch between all possible
> >>parameters for a certain code block? I learned, different code blocks
> >>can have quite d
Sergey Litvinov writes:
>> In any case, can you please post a patch against the standard
>> version? Or, maybe easier, simply post ob-maxima.el as the other
>> changes are not necessary for me to test your patch.
>
> I though my previous patch was applied. It is still under review due to
> copyr
Hello,
I use a todo keyword "PROJ" and a custom block agenda, that filters different
interesting groups for review.
(setq org-agenda-custom-commands
'(("g" "My GTD Agenda"
((agenda "" ((org-agenda-ndays 1)
(org-agenda-start-on-weekday nil)
ode "ÁÂ\""
> [save-match-data-internal set-match-data evaporate] 3)) ...] 9], 2
This is a bug in the odt exporter. I have fixed it in
org-odt-20111011.tar.
> Not a PNG file:
> e:/User/home/.emacs.d/elpa/org-odt-20111010/contrib/odt/tests/org-mode-unicorn.png'
This
Hi Eric,
>> On Fri, 07 Oct 2011 12:22:13 -0600, Eric Schulte said:
> Myles English writes:
>> I would like to make one plot per row of a table. This is useful
>> because the contents of the row may be parameters in an R session,
>> and a link to the resulting plot can be put in the las
I want to include in my agenda only things that are TODO, or are
scheduled and not marked DONE, or have a deadline and are not marked
DONE. This is how agenda worked a year ago before I went on maternity
leave, and now something has changed and I am seeing lots of DONE tasks
which had a deadli
Chris Wallace writes:
> I want to include in my agenda only things that are TODO, or are
> scheduled and not marked DONE, or have a deadline and are not marked
> DONE. This is how agenda worked a year ago before I went on maternity
> leave, and now something has changed and I am seeing lots of D
Hi Dave,
Sadly I think the level of effort here is likely closer to "read the
code and figure it out" than to a quick <1hour effort. I would have to
dig through the code to figure out exactly how difficult this would be,
but I would imagine that the different moving parts which make this work
in
Hi,
Say I've got a sh code block invoking curl to some json api, is it possible
some way to specify that the format of the output when :results output code
is in a json code block and *not* a sh code block?
#+begin_src sh :results output code :exports both
curl
https://our-service.org/getstuff?us
On 10/10/11 14:52, Jason Dunsmore wrote:
Chris Wallace writes:
I want to include in my agenda only things that are TODO, or are
scheduled and not marked DONE, or have a deadline and are not marked
DONE. This is how agenda worked a year ago before I went on maternity
leave, and now something h
Thanks for the tip.
- M
On Mon, Oct 10, 2011 at 3:38 AM, Christian Moe wrote:
> No, I don't use it myself, but I expect using the ODT exporter, opening in
> OpenOffice or similar, and saving to .doc or .rtf for import into InDesign
> is your best bet. (As to whether .doc or .rtf, experiment. In
*bump*... anyone ? :)
On Sat, Oct 8, 2011 at 9:25 PM, Marcelo de Moraes Serpa wrote:
> Hey guys,
>
> When I started using org, I used to tag everything with upper-case tags. It
> just feels noisy now and I started tagging them in lower-case. The agenda
> tag search (C-a m) makes that distinction
Just to mention, that on this page
http://orgmode.org/GoogleTech.html
the links below that bring to the presentation pdf/swf are broken..
Chris Wallace writes:
> On 10/10/11 14:52, Jason Dunsmore wrote:
>> Chris Wallace writes:
>>
>>> I want to include in my agenda only things that are TODO, or are
>>> scheduled and not marked DONE, or have a deadline and are not marked
>>> DONE. This is how agenda worked a year ago before I went
On Mon, Oct 10, 2011 at 10:45 AM, Chris Wallace
wrote:
> On 10/10/11 14:52, Jason Dunsmore wrote:
>>
>> Chris Wallace writes:
>>
>>> I want to include in my agenda only things that are TODO, or are
>>> scheduled and not marked DONE, or have a deadline and are not marked
>>> DONE. This is how age
On 10/10/11 16:54, Jason Dunsmore wrote:
Chris Wallace writes:
On 10/10/11 14:52, Jason Dunsmore wrote:
Chris Wallace writes:
I want to include in my agenda only things that are TODO, or are
scheduled and not marked DONE, or have a deadline and are not marked
DONE. This is how agenda wor
On 10 Oct 2011 17:45, "Chris Wallace" wrote:
>
> On 10/10/11 14:52, Jason Dunsmore wrote:
>>
>> Chris Wallace writes:
>>
>>> I want to include in my agenda only things that are TODO, or are
>>> scheduled and not marked DONE, or have a deadline and are not marked
>>> DONE. This is how agenda work
Hi Andrea,
Andrea Crotti writes:
> Just to mention, that on this page
> http://orgmode.org/GoogleTech.html
> the links below that bring to the presentation pdf/swf are broken..
Fixed, thanks.
Note that this page is not accessible from http://orgmode.org/index.html
The current page for Carsten
Bastien writes:
> Hi Andrea,
>
> Andrea Crotti writes:
>
>> Just to mention, that on this page
>> http://orgmode.org/GoogleTech.html
>
>> the links below that bring to the presentation pdf/swf are broken..
>
> Fixed, thanks.
>
> Note that this page is not accessible from http://orgmode.org/index
On 10.10.2011, at 09:47, suvayu ali wrote:
> Hi Carsten,
>
> Sorry, I somehow missed this email.
>
> On Thu, Oct 6, 2011 at 9:54 AM, Carsten Dominik
> wrote:
>> Hi Suvayu,
>>
>> could you describe your use case for this addition? When would you need
>> this above calling org-occur again and
Hi Daneil,
Looks interesting. Could you share a sample tree with projects and actions?
Cheers,
- Marcelo.
On Mon, Oct 10, 2011 at 6:30 AM, Daniel Bausch wrote:
> Hello,
>
> I use a todo keyword "PROJ" and a custom block agenda, that filters
> different
> interesting groups for review.
>
> (se
On Mon, Oct 10, 2011 at 8:16 PM, Carsten Dominik
wrote:
>
> On 10.10.2011, at 09:47, suvayu ali wrote:
>>
>> My use case was to easily traverse through a sequence of sparse-tree
>> searches. Something that I thought might be useful when searching in a
>> large file. My implementation is probably v
Applied, thanks.
- Carsten
On 10.10.2011, at 01:24, Thomas S. Dye wrote:
> Carsten Dominik writes:
>
>> On 3.10.2011, at 16:43, Nick Dokos wrote:
>>
>>> Eric S Fraga wrote:
>>>
t...@tsdye.com (Thomas S. Dye) writes:
> Nick Dokos writes:
>> The following patch (deli
On 10.10.2011, at 17:48, Marcelo de Moraes Serpa wrote:
> *bump*... anyone ? :)
>
> On Sat, Oct 8, 2011 at 9:25 PM, Marcelo de Moraes Serpa
> wrote:
> Hey guys,
>
> When I started using org, I used to tag everything with upper-case tags. It
> just feels noisy now and I started tagging them i
@Carsten Thank you for the reply.
Would it be hard to add such feature, considering I'm just beginning with
elisp? Might be a candidate for my first patch to orgmode :)
Thanks,
- M
On Mon, Oct 10, 2011 at 2:16 PM, Carsten Dominik
wrote:
>
> On 10.10.2011, at 17:48, Marcelo de Moraes Serpa wrot
Hi Marcelo,
On Mon, Oct 10, 2011 at 10:54 PM, Marcelo de Moraes Serpa
wrote:
> Would it be hard to add such feature, considering I'm just beginning with
> elisp? Might be a candidate for my first patch to orgmode :)
Since you mention lisp, I think you can have an easy solution with a
custom agen
Thanks Suvayu, I'll play with it.
- Marcelo.
On Mon, Oct 10, 2011 at 5:20 PM, suvayu ali wrote:
> Hi Marcelo,
>
> On Mon, Oct 10, 2011 at 10:54 PM, Marcelo de Moraes Serpa
> wrote:
> > Would it be hard to add such feature, considering I'm just beginning with
> > elisp? Might be a candidate for
suvayu ali wrote:
> Hi Marcelo,
>
> On Mon, Oct 10, 2011 at 10:54 PM, Marcelo de Moraes Serpa
> wrote:
> > Would it be hard to add such feature, considering I'm just beginning with
> > elisp? Might be a candidate for my first patch to orgmode :)
>
> Since you mention lisp, I think you can have
Marcelo de Moraes Serpa writes:
> I'm wondering if you make the distinction between projects and
> actionable items.
> How do you do it?
http://doc.norang.ca/org-mode.html#Projects
-Bernt
Hi Marcelo,
its nothing special:
* Working Area (the order of these models some kind of global priorization)
:PROPERTIES:
:CATEGORY: CAT-A (<- some identifier to be displayed on the left of agenda)
:END:
** PROJ outcome or project title
*** DONE something done
*** NEXT the next action
*** T
On 11.10.2011, at 02:56, Nick Dokos wrote:
> suvayu ali wrote:
>
>> Hi Marcelo,
>>
>> On Mon, Oct 10, 2011 at 10:54 PM, Marcelo de Moraes Serpa
>> wrote:
>>> Would it be hard to add such feature, considering I'm just beginning with
>>> elisp? Might be a candidate for my first patch to orgmode
35 matches
Mail list logo