Hi,
On Sat, Feb 5, 2011 at 9:57 AM, Puneeth Chaganti wrote:
> Hi,
>
> On Sat, Feb 5, 2011 at 6:02 AM, Charles Cave wrote:
> [..]
>> My suggestion to eliminate the problem is to modify the org-capture algorithm
>> so years have to match beginning of line + one asterisk + one space + the
>> year
There was some recent discussion of using multiple stylesheets on
Worg. I'm a fan of implementing something on the server. In the
meantime, I ran across Stylebot and thought it might be useful for
both creating and using (and sharing!) custom style sheets for Worg.
It's a Chrome extension to intera
Hi,
On Sat, Feb 5, 2011 at 6:02 AM, Charles Cave wrote:
[..]
> My suggestion to eliminate the problem is to modify the org-capture algorithm
> so years have to match beginning of line + one asterisk + one space + the year
>
> Similarly, months could match beginning of line + two asterisks + one s
Nicolas Goaziou writes:
> Hello,
>
>> Rainer Stengele writes:
>
>> Hi all,
>
>> I have found an indentation bug:
>>
>> Pressing TAB on the :END: closing the :LOGBOOK: indents it to the
>> same level as the :PROPERTIES: string above.
>
> I cannot reproduce it in development version. What vers
I'm starting to use column mode in the Agenda, where the estimated
effort for each TODO item is shown. The sums of the estimated
effort is totaled for each day. I like this feature, and want to use it
to determine when to schedule TODO items.
Does anyone else use column mode in the Agenda to fin
Umesh P N writes:
> Hi,
>
> Sometimes (I don't know when), when I press M-return (org-meta-return) at the
> end of a heading, the next heading
> line (at the same level) is added after a blank line rather than on the next
> line. Looks like it is a feature and
> not a bug.
>
> Like this.
>
>
Bastien Guerry writes:
> Patch 543 (http://patchwork.newartisans.com/patch/543/) is now "Accepted".
>> * org-agenda.el (org-agenda-list): Use org-agenda-current-span as a
>> possible default span if it is set.
>>
>> Signed-off-by: Julien Danjou
>> ---
>> lisp/org-agenda.el |5 -
>> 1
Thanks for catching this, Carsten!
This could perhaps be fixed by doing a full lookup of the tags up the
hierarchy, rather than relying on the cached tags.
This is more expensive, but if fewer entries actually have to be
looked at (because the search only stops at TODO entries),
it might be faster
In early January I posted what I thought was a bug report with org-capture.
I found that capturing to a date-tree didn't always work and in one file the
capture was written to the wrong place.
Well, the problem was with the data! One of my headings began with 2011.
The tree looked something li
Hi Dan,
Myself quickly reacting on this...
Dan Davison wrote:
> Cool post. I hope someone has some good ideas in this thread.
Thanks. Once solved, this one (and many more experiments I'm jotting down)
could become "case studies" on Worg, or so.
> Some quick responses / questions below.
>
>> #+T
On 2/4/2011 11:16 AM, Eric Schulte wrote:
Mark Elston writes:
On 2/3/2011 8:03 PM, Torsten Wagner wrote:
Hi Marcelo,
Emacs can run as a dameon and as that you could access it via
emacsclient. What is needed is a nice interface to allow to send simple
requests to insert and fetch data from or
This bookmarklet finds an Org tags in exported HTML in Firefox, at
least (just a proof of concept). To try it just copy-paste the whole
thing into the address field.
javascript:
t=window.prompt("Tag?", "");
e=document.getElementsByClassName(t);
for(i=0;i
Hi Jeff,
Jeff Horn wrote:
2011/2/3 Séb
Ido Magal writes:
> On Fri, Jan 21, 2011 at 18:05, Eric Schulte wrote:
>>
>>
>> There are a variety of ways to convert lists to strings, look at the
>> `format' function for printing any elisp value to a string. You can
>> also use something like the following to convert a list to a string
>>
>
Dan Davison writes:
> Andreas Leha writes:
>
>> Hi all,
>>
>> just found out: the inline block works when I explicitly state :results
>> replace.
>>
>> So both questions from the previous email collapse to: why is that
>> necessary?
>>
>> Regards,
>> Andreas
>>
>>
>>
>> Am 04.02.2011 17:13, schr
Hi Seb,
This looks very nice, I am now able to turn fontification on and off as
expected using your three new faces. I've just committed your patch
with one minor change (not having the block background face set by
default).
Maybe it would be worth a worg post about how to use these faces with
s
I think such a shell-script wrapper around an emacs-client or emacs
batch Org-mode instance sounds like a very nice idea -- and not overly
difficult to implement.
Here is a quick approach to implementing the org agenda example you
suggested below [1] notice that the script is structured to dispatc
Mark Elston writes:
> On 2/3/2011 8:03 PM, Torsten Wagner wrote:
>> Hi Marcelo,
>>
>> Emacs can run as a dameon and as that you could access it via
>> emacsclient. What is needed is a nice interface to allow to send simple
>> requests to insert and fetch data from org-mode. Some of the org-mode
>
Hello,
I have been using org-mode for quite some times, and mobile-org (the
android version) for a much shorter time. So first of all I want to
thank all involved contributors: THANK YOU ALL !!!
Now to my problem: I use org-mode for managing... well, for managing my
life :-) But now I have a proj
Sébastien Vauban writes:
[...]
> Corrected patch is attached to this post.
which appears to work just fine! Thanks.
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.311.ga9d2.dirty)
___
Emac
Hi Arne,
Arne Babenhauserheide writes:
> Thanks for doublechecking. I now tested it again, and this only happens when
> used in a shell (i.e. in a KDE Konsole) where the point does not blink.
Well, I had this problem before but I don't know how to handle it.
--
Bastien
___
Christian Moe writes:
> No, whatever the problem was, it seems to be gone now. The snippet
> below now works as expected.
Great, thanks for confirming!
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Em
Hi Piter,
Piter_ writes:
> I have activated iimode as desribed here:
> http://orgmode.org/worg/org-configs/org-config-examples.html
> It works with png images but does not work with eps. May be it should
> not :(
Maybe you can try to customize image-file-name-extensions so that it
includes .eps
On 2/3/11 3:09 PM, Nicolas Goaziou wrote:
Hello,
Christian Moe writes:
Numbers at the beginning of the line inadvertently starting a list
item is a bug.
You call it a bug, but it is actually the Org definition of a numbered
item. This is in the manual. Though, I think I understand what you
Dan Davison writes:
> Following on from Stephen's recent post, a
> thing-that-slightly-bothers-me is the way the export dispatcher window
> doesn't go away until export is complete. I've briefly looked at the
> code twice now and it wasn't obvious to me why the save-window-excursion
> (line 941 o
Patch 582 (http://patchwork.newartisans.com/patch/582/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3Cm1oc6rq1q8.fsf%40gmail.com%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8"
> M
Hi Orgers,
I was wondering whether it was possible to have multiple agenda buffers
at the same time. My use case is when I want to look for two differnt
but related things, or when I want to search while having my daily (or
weekly) agenda visible. I found references in the archives[fn:1] stating
t
Must be something that is really cross-platform. Don't forget there
are OSX and Windows users around!
On Fri, Feb 4, 2011 at 10:22 AM, Christopher Allan Webber
wrote:
> Dbus bindings?
>
> Torsten Wagner writes:
>
>> Hi Marcelo,
>>
>> Emacs can run as a dameon and as that you could access it via
Hi all
I try to output some formated text using matlab source code block.
for example
--example1-cut--
#+begin_src matlab :output file :file fit_parameters.txt
ki1=fopen('fit_parameters.txt','w');
fprintf(ki1,' Fit of the blabla \n ')
fprintf(ki1,'
>> My guess would be that org-fit-window-to-buffer is doing this.
>
> It seems more likely that the call to delete-other-windows in
> org-export is the cause of the problem. Can you try removing it
> to see what happens. I presume it is there in case you have an
> Org buffer and /many/ other sma
Hi, Bastien,
Thanks for taking this up -- I had forgotten I reported it. :)
No, whatever the problem was, it seems to be gone now. The snippet
below now works as expected.
Yours,
Christian
On 2/3/11 7:34 PM, Bastien wrote:
Hi Christian,
Christian Moe writes:
What am I doing wrong in th
Hi Nicolas,
* Nicolas Goaziou [02. Feb. 2011]:
>> Gregor Zattler writes:
>
>> adding a new list item via M-RET (org-insert-heading) may change
>> text in a previous list item, if this ends in a number on a single
>> line followed by a dot:
>
>> ---
>> - Several
On Fri, Feb 4, 2011 at 9:32 AM, Nathan Neff wrote:
> I've seen both of these methods used to define/re-define keys
> in org-agenda mode:
>
> --- hook-way -
> (add-hook 'org-agenda-mode-hook
> '(lambda ()
> (define-key org-agenda-mode-m
Hi Seb,
Cool post. I hope someone has some good ideas in this thread. Some quick
responses / questions below.
> #+TITLE: Document a shell script as separate blocks
> #+DATE: 2011-02-04
> #+LANGUAGE: en_US
>
> * Abstract
>
> When writing shell scripts, I'd like to kill *two* birds with o
I just found that you can press "." in the Calendar to jump to today's date.
This saves me a gazillion keypresses, especially when you have a one-key mapping
to schedule something in agenda mode. I have "s" mapped in agenda
mode to schedule,
so I just press "s . ".
Thanks,
--Nate
__
I've seen both of these methods used to define/re-define keys
in org-agenda mode:
--- hook-way -
(add-hook 'org-agenda-mode-hook
'(lambda ()
(define-key org-agenda-mode-map "w" 'org-agenda-refile)
))
--- another way
Hi Erik,
thanks for the pointer to that discussion which also answeres my
question. I should have seen this.
- Andreas
Am 04.02.2011 17:48, schrieb Erik Iverson:
> Andreas,
>
> This may help, but I'm not sure what language you're using.
> I was using in this discussion.
>
> http://www.mail-arch
Hi Dan,
Thanks for looking into this and for providing a patch that fast!
Andreas
Am 04.02.2011 18:11, schrieb Dan Davison:
> Andreas Leha writes:
>
>
>> Hi all,
>>
>> just found out: the inline block works when I explicitly state :results
>> replace.
>>
>> So both questions from the previo
Andreas Leha writes:
> Hi all,
>
> just found out: the inline block works when I explicitly state :results
> replace.
>
> So both questions from the previous email collapse to: why is that
> necessary?
>
> Regards,
> Andreas
>
>
>
> Am 04.02.2011 17:13, schrieb Andreas Leha:
>> Hi all,
>>
>> I ha
On Feb 4, 2011, at 4:05 PM, Dan Davison wrote:
Following on from Stephen's recent post, a
thing-that-slightly-bothers-me is the way the export dispatcher window
doesn't go away until export is complete. I've briefly looked at the
code twice now and it wasn't obvious to me why the save-window-
Hi Dan,
thanks. That's what I was looking for. Works perfectly.
Cheers,
Andreas
Am 04.02.2011 17:25, schrieb Dan Davison:
> Andreas Leha writes:
>
>
>> Hi all,
>>
>> I have several code blocks that must be evaluated during export, but
>> silently, i.e. I do not want code/output/anything t
Christopher Witte writes:
> I tend to disagree. I feel that anything that breaks the semantic
> model of "enter = insert new line at point" is a bug.
Then don't use org-mode tables, because "enter" has different (and at
least to me) more useful semantics there.
Achim.
--
+<[Q+ Matrix-12 WAVE#4
I have activated iimode as desribed here:
http://orgmode.org/worg/org-configs/org-config-examples.html
It works with png images but does not work with eps. May be it should not :(
Thanks.
Petro.
On Wed, Feb 2, 2011 at 11:54 AM, Bastien wrote:
> Hi Piter,
>
> Piter_ writes:
>
>> Can I display eps
Andreas,
This may help, but I'm not sure what language you're using.
I was using in this discussion.
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg29333.html
The upshot from that thread was that by including a :session
argument, you guarantee that the code runs on export.
--Erik
Andrea
Hi all,
I have two questions:
(1) How do I get resuts from code block evaluation (e.g. a single
number) inline into text during (LaTeX-)export? Something like: We use
a level of #+call: getLevel()
(2) Why do these two subheadings produce different output during
(LaTeX-)export?
* Test
** Norm
Dbus bindings?
Torsten Wagner writes:
> Hi Marcelo,
>
> Emacs can run as a dameon and as that you could access it via
> emacsclient. What is needed is a nice interface to allow to send
> simple requests to insert and fetch data from org-mode. Some of the
> org-mode function might do this already
Hi all.
Preview link to text file inline? Is it possible in orgmode?
Thanks.
Petro
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Andreas Leha writes:
> Hi all,
>
> I have several code blocks that must be evaluated during export, but
> silently, i.e. I do not want code/output/anything to appear in the export.
>
> How do I achieve this? The obvious :export none also disables evaluation.
Hi Andreas,
:exports results :resul
#+TITLE: Document a shell script as separate blocks
#+DATE: 2011-02-04
#+LANGUAGE: en_US
* Abstract
When writing shell scripts, I'd like to kill *two* birds with one Babel stone:
- Be able to *execute the script in situ*, so that I get a copy of the results
stored in (and "versioned"
Hi all,
just found out: the inline block works when I explicitly state :results
replace.
So both questions from the previous email collapse to: why is that
necessary?
Regards,
Andreas
Am 04.02.2011 17:13, schrieb Andreas Leha:
> Hi all,
>
> I have two questions:
>
> (1) How do I get resuts f
Stephen Eglen wrote:
[...]
> (emacs-version)
> "GNU Emacs 23.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.0)
> of 2010-05-24 on maps"
> My guess would be that org-fit-window-to-buffer is doing this.
It seems more likely that the call to delete-other-windows in
org-export is the cause of t
Torsten Wagner writes:
> Actually, this comes down to the point which was discussed already
> sometimes. Creating a org-mode API which could be accessed from
> CLI-tools was well as from other programs (Thunderbird and Firfox
> plugins come to my mind but Conky and other programs might use it to
Hi all,
I have several code blocks that must be evaluated during export, but
silently, i.e. I do not want code/output/anything to appear in the export.
How do I achieve this? The obvious :export none also disables evaluation.
Regards,
Andreas
smime.p7s
Description: S/MIME Cryptographic Signa
Following on from Stephen's recent post, a
thing-that-slightly-bothers-me is the way the export dispatcher window
doesn't go away until export is complete. I've briefly looked at the
code twice now and it wasn't obvious to me why the save-window-excursion
(line 941 org-exp.el) wasn't already doing
I've found the following odd behaviour in windows being re-arranged
within a frame. It is not bothering me too much (yet), but I thought
I'd report it in case others see it.
If I start emacs, and maximise it on my desktop machine, it is wide
enough to allow two full windows side-by-side (i.e. lef
Thanks,
This works like a charm
cheers
M
On Thu, Feb 3, 2011 at 9:22 AM, Bastien wrote:
> Marvin Doyley writes:
>
> > Is there a way to tell org to fold Latex environments (i.e., #
> > +begin_latex #+end_latex) automatically at start-up ?
>
> Yes.
>
> (setq org-hide-block-startup t)
>
>
Hi org-moders,
I started using orgmode a while ago - and it revoluzionized my
workflow. I could not keep up with my work without it! Thanks for
the most versatile tool I ever used and still learn!
I recently found out about org-git-link
(http://orgmode.org/worg/org-contrib/org-git-link.html),
Hi Bastien,
On Wednesday 02 February 2011 23:54:40 Bastien wrote:
> Arne Babenhauserheide writes:
> > Situation: A file with #+STARTUP: hidestars
> >
> > Expected: The first stars are hidden, but the marker which shows the
> > point is visible (since the variable only says hide *stars*).
> >
>
When exporting to icalendar format, not all of the <%%(diary-* )>
style entries are supported.
It concerns the functions =icalendar--convert-float-to-ical= and
=icalendar--convert-date-to-ical= in icalendar.el.
I took a stab at ameliorating =icalendar--convert-float-to-ical=, and
would like y
John Hendy writes:
[...]
> Perhaps a nice tradeoff would be to get something from the command line that
> could work with one's remember template via the command line. This is
yes, using org-capture does help a lot and combining this with
emacsclient does give the ability to do command line cap
Bastien writes:
> Detlef Steuer writes:
>
>> And if this is not currently possible, that would be a welcome
>> addition to org-mode's features! I definitely have use cases for such
>> a setting.
>
> The attached patch implements it.
I've now merged this change.
Thanks for those who tested it!
Hi James and Bernt,
Bernt Hansen writes:
>> ** [1/5[1/5[1/5[1/5[1/5[1/5]5]
>> *** STARTED Service Catalog Definition
>> :Barbara:
>> *** DONE Application Inventory
>> :Brian:Chris:
>> - State "DONE" from "TODO" [2010-12-02 Thu 22:52]
>> *** TODO Policies
>> :Barbara:
>> *** START
Hi,
As spotted by Eric Fraga:
Sébastien Vauban wrote:
> --- a/lisp/org-faces.el
> +++ b/lisp/org-faces.el
> @@ -1,6 +1,6 @@
> ;;; org-faces.el --- Face definitions for Org-mode.
>
> -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
> +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 200
I tend to disagree. I feel that anything that breaks the semantic
model of "enter = insert new line at point" is a bug. Particularly if
it results in the loss of data. But I can be persuaded otherwise.
Cheers
Chris
On 3 February 2011 19:27, Achim Gratz wrote:
> Christopher Witte writes:
>> a
Hi Jeff,
Jeff Horn wrote:
> 2011/2/3 Sébastien Vauban :
>> What about really adding the colon marker, so that one can easily find tags
>> in
>> the exported file?
>
> Use the CSS content property.
>
> http://www.w3schools.com/Css/pr_gen_content.asp
If you read my post of [2010-11-25 Thu 11:3
Jeff Horn writes:
> 2011/2/3 Sébastien Vauban :
>> What about really adding the colon marker, so that one can easily find tags
>> in
>> the exported file?
>
> Use the CSS content property.
I think the column belongs to Org's internal, so I second Jeff's
proposal here.
--
Bastien
___
65 matches
Mail list logo