Il giorno 26/feb/2011, alle ore 01.08, Eric Schulte ha scritto:
>>> […]
>>
>> The problem doesn’t seem related to the autocomplete system, it’s the
>> org-babel-src-block-names function that returns an empty list. I don’t
>> know why, the org-babel-src-name-w-name-regexp used by that function
>>
It's on the way.
Am 26.02.2011 01:13, schrieb Eric Schulte:
> Hi Andreas,
>
> This patch looks like a great idea and a clean implementation. Thanks
> for sharing. Would you be willing to sign the FSF copyright assignment
> papers? If not I probably can not apply your patch as it changes over
>
Hi Eric,
thanks for testing this. It works for me when executing as well. But
not when exporting. Does that work for you?
I have tested this on two computers with the latest git version.
Cheers,
Andreas
Am 26.02.2011 01:29, schrieb Eric Schulte:
> Hi Andreas,
>
> This exact example worked fo
Cássio Koshikumo writes:
> Hi all,
>
> I think there's a bug with the html exporter. With this OPTIONS line:
>
> #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil
>
> I get rid of the numbering and the TOC, but still get the creator, the
> timestamp and the author lines at the end o
Hi,
I want to use org-mode as an ideas-processor to write articles/thesis
with LaTeX.
I've tried export from org to LaTeX but I don't like results: Every org
headline become in a latex headline. I want more granularity using org
to classify my ideas inside a paragraph.
My idea is be able t
Hi,
I had a working org-mode version 6.33trans with XEmacs 21.4.22 and
wanted to move to a newer version. I installed org-mode 7.01g-1 0 coming
with debian squeeze.
But now org-mode doesn't work any more. When I open any org-mode file I
get:
File mode specification error: (void-variable macro-de
Hi,
| runs the command
| org-clock-display, which is an interactive compiled Lisp function in
| `org-clock.el'.
|
| It is bound to C-c C-x C-d,.
|
| (org-clock-display &optional TOTAL-ONLY)
|
| Show subtree times in the entire buffer.
| If TOTAL-ONLY is non-nil, only show the total time fo
Jason Dunsmore writes:
> Cássio Koshikumo writes:
>
>> Hi all,
>>
>> I think there's a bug with the html exporter. With this OPTIONS line:
>>
>> #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil
>>
>> I get rid of the numbering and the TOC, but still get the creator, the
>> timesta
It seems that with the options you suggested, the "[<+->]" argument is
passed to the \columns environment instead of the \itemize environment
within the column. Beamer doesn't accept this argument for the
columns environment. Is there a way to pass the argument to \itemize?
Thanks,
Derek
On Fri
Hi Torsten,
Torsten Wagner writes:
> I try to extract certain information which are processed by org-mode.
> As an example the compiled agenda-list. Basically, I want to have certain
> parts of the agenda in a variable (or an array) instead of a buffer.
The easiest way might be to recreate this
Hi Rainer,
Rainer Stengele writes:
> Hi Bastien,
>
> I am in the middle of my org file, having a
>
> #+CATEGORY: TEST
>
> in line 1 of the file. Putting the code
>
> (org-entry-get (point) "CATEGORY")
As Sebastian said please use CATEGORY as a property instead of a general
metadata. org-entry-
Hi Hrvoje,
thanks for your reply.
Hrvoje Niksic writes:
> I was thinking in a more general way.
Yes, that'd be better.
> Maybe applications such as orgmode could mark hyperlinks with text
> properties and htmlize could recognize them and convert them to real
> links, without fragile (and slow
Nicolas writes:
> This is what I thought at first, but, in org.el, no function was
> declared already, and a whole package (gnus-sum) was required when
> compiling. So, I hesitated.
>
> Anyway, that part is done now.
Thanks for this Nicolas, and thanks to Achim for reporting this.
--
Bastien
Hi,
Bernt Hansen writes:
> Please provide a sample task and a description of what you get and what
> you expected. AFAIK SCHEDULE and -3d is not intended to work - this is
> for DEADLINES: only to specify the number of days before the deadline
> that you want the entry to show up in your agenda
Hi Javier,
Javier M Mora writes:
> If I can change star symbol from "*" char to "%" char (comment mark in
> LaTeX). It become possible.
>
> Is it possible?
No.
> Is there a variable to change star symbol?
> Is "*" so hardcoded that it is impossible change behavior?
Yes.
Besides, I don't real
Hi Sébastien,
Sébastien Vauban writes:
> Before, when inserting such a node, it stayed expanded, which my preferred way
> of viewing the file.
Can you tell when was "before"?
Thanks,
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All
Hi Filippo,
"Filippo A. Salustri" writes:
> yeah, right, make me feel even dumber
> ...wait, let me just wipe the egg off my face :-)
Well, the real "problem" here is that the community is so prompt to
reply that it doesn't encourage people not to be lazy :)
Best,
--
Bastien
_
Hi Eric,
"Eric Schulte" writes:
> #+begin_src sh :results list
> echo "eric schulte"
> echo "dan davison"
> echo "seb vauban"
> #+end_src
>
> #+results:
> - ("eric" "schulte")
> - ("dan" "davison")
> - ("seb" "vauban")
reading this, I wonder if we should consider use this instead:
#+resu
Hi Rainer,
Reiner Steib writes:
>>From the code, I guess it is `org-clock-remove-overlays'...
>
> 2011-02-25 Reiner Steib
>
> * org-clock.el (org-clock-display): Document how to remove subtree
> times.
Applied against latest git Org, thanks.
--
Bastien
___
Hi Fabian,
Fabian Braennstroem writes:
> Do you have a hint, how I could do the export in batchmode from the console
> in Linux?
What did you try?
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-
Hi Tobias,
Tobias Riedling writes:
> The following message is a courtesy copy of an article
> that has been posted to gmane.emacs.orgmode as well.
yes, the first message made it through the list. I guess
Julian might have a look soon.
Best,
--
Bastien
"Eric Schulte" writes:
> Thanks for the bug report, I've just pushed up a fix for this issue.
Thanks Eric!
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mail
Hi Puneeth,
Puneeth Chaganti writes:
> Bar has the properties of a LINK associated with it and hence is not
> being displayed in the mini-buffer. Here is a possible fix, but I'm
> not sure if it's the best fix.
I think it's a good one -- applied, thanks. And thanks to Aankhen for
reporting th
Hi Rainer,
Rainer M Krug writes:
> Well - agreed on the "not properly structured" part, but that limitation
> cost me more then an hour work to figure out why my longish document
> does not export one heading.
>
> Would it be possible, to print a warning when that happens?
Sorry, it's not that
Hi Jan,
Jan Christoph Ebersbach writes:
> If you are interested, you can access the code at
> https://github.com/jceb/vim-orgmode or send an e-mail if you have any
> further questions.
I haven't tested it yet, but it's great to have so many clones.
What would be useful for us poor emacs-only u
Jason Dunsmore wrote:
> Cássio Koshikumo writes:
>
> > Hi all,
> >
> > I think there's a bug with the html exporter. With this OPTIONS line:
> >
> > #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil
> >
> > I get rid of the numbering and the TOC, but still get the creator, the
> >
Giorgio Valoti writes:
> Il giorno 26/feb/2011, alle ore 01.08, Eric Schulte ha scritto:
>
[…]
>>>
>>> The problem doesn’t seem related to the autocomplete system, it’s the
>>> org-babel-src-block-names function that returns an empty list. I don’t
>>> know why, the org-babel-src-name-w-name
Hi Hsiu-Khuern,
Hsiu-Khuern Tang writes:
> I noticed that special characters in the email, such as an underscore,
> are not escaped. This causes LaTeX errors.
>
> To reproduce, put this line at the top of an org file and try to
> export to PDF via LaTeX:
>
> #+EMAIL: first_l...@example.com
Fix
Andreas Leha writes:
> It's on the way.
>
Wonderful, in that case I'll apply your patch immediately.
Thanks -- Eric
>
> Am 26.02.2011 01:13, schrieb Eric Schulte:
>> Hi Andreas,
>>
>> This patch looks like a great idea and a clean implementation. Thanks
>> for sharing. Would you be willing t
Andreas Leha writes:
> It's on the way.
>
Wonderful, in that case I'll apply your patch immediately.
Thanks -- Eric
>
> Am 26.02.2011 01:13, schrieb Eric Schulte:
>> Hi Andreas,
>>
>> This patch looks like a great idea and a clean implementation. Thanks
>> for sharing. Would you be willing t
Hi Sébastien,
Sébastien Vauban writes:
> Is it because of some order to respect in the different allowed timestamps
> (active, inactive, scheduled, deadline)
Yes, SCHEDULED (or DEADLINE) should come first. In general, I tend to
avoid mixing several timestamps format for the same entry (I just
I wish all the groups I was involved with suffered this "problem." :-)
Cheers.
Fil
On 26 February 2011 11:00, Bastien wrote:
> Hi Filippo,
>
> "Filippo A. Salustri" writes:
>
> > yeah, right, make me feel even dumber
> > ...wait, let me just wipe the egg off my face :-)
>
> Well, the
Hi Roland,
Roland Kaufmann writes:
> And, as you point out, it is probably better to deal with the problem by
> removing the formatting on the newlines (probably right after
> font-lock-fontify-buffer in org-export-format-source-code-or-example) in
> the temporary buffer that is htmlize'd, reduc
Hi Simon,
Simon Guest writes:
> I have an Org mode file with some date-stamped headers, e.g.
> ** <2011-04-06 Wed> National Bank
It's better to put timestamps outside of the heading.
> When I org-store-link (C-c l) on that line, I get
> Stored: <2011-04-06 Wed> National Bank
> which seems righ
Hi Sébastien,
>> I've a really weird exception occurring: change state from TODO to DONE is
>> blocked... while I'm on a leaf of the Org tree!?
>>
>> Debugger entered--Lisp error: (error #("TODO state change from TODO to
>> DONE blocked" 23 27 (face org-todo) 31 35 (face org-done)))
Are you using
Patch 624 (http://patchwork.newartisans.com/patch/624/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C8739nk1jmd.fsf%40gmail.com%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8"
> M
Hi Eric,
Eric Abrahamsen writes:
> I don't think I've changed this from the default:
>
> org-emphasis-regexp-components:
> ("('\"{" "- .,:!?;'\")}\\" "\n,\"'" "." 5)
>
> org-version:
> Org-mode version 7.4 (release_7.4.400.gc7700)
>
> emacs-version:
> GNU Emacs 23.2.1 (x86_64-u
Hi Julien,
Julien Danjou writes:
> * lisp/org-macs.el (org-with-point-at): Store evaluated version of pom. This
> fixes a potential bug when using (org-with-point-at (func) …), where (func)
> would be evaluated multiple times
I'm not sure I understand this patch.
Can you show an actual use of
Julien Danjou writes:
> On Sat, Feb 12 2011, Bastien wrote:
>
>> I'm willing to add this to contrib/lisp/ - would that be okay for you?
>
> Since I plan to continue working and improving it soon, it seems like it
> would be too much work getting it update for now since I couldn't commit
> directl
On Sat, Feb 26 2011, Bastien wrote:
>> * lisp/org-macs.el (org-with-point-at): Store evaluated version of pom. This
>> fixes a potential bug when using (org-with-point-at (func) …), where (func)
>> would be evaluated multiple times
>
> I'm not sure I understand this patch.
>
> Can you show an actu
Hello,
how do I best enter missing values in an org-tabel (just empty cells or NaN?)
and how do I use that missing values in formulas?
Thanks
Thorsten
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gn
I've had the following issue with recent org-mode builds (since early January,
I think). A document with an itemized list in it does not export properly to
latex: the export process inserts/leaves behind a stray \end{LIST} statement
which breaks the .tex file. For example, doing C-c C-e l on thi
Hi there,
Emacs hang whenever I try to switch todo state. Do anybody no how to fix
this ?
cheers
M
___
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-orgmo
Marvin Doyley writes:
> Emacs hang whenever I try to switch todo state. Do anybody no how to
> fix this ?
Can you be more specific? Which version of Emacs? Of Org? Minimal
example file?
Thanks,
--
Bastien
___
Emacs-orgmode mailing list
Please u
Hi there,
I am using carbon emacs 23 and the latest version of org that I pull
this morning.
Thanks
M
Sent from my iPhone
On Feb 26, 2011, at 3:06 PM, Bastien wrote:
> Marvin Doyley writes:
>
>> Emacs hang whenever I try to switch todo state. Do anybody no how to
>> fix this ?
>
> Can you be
On 26/02/11 16:36, Bastien wrote:
Hi Javier,
Javier M Mora writes:
If I can change star symbol from "*" char to "%" char (comment mark in
LaTeX). It become possible.
Is it possible?
No.
Is there a variable to change star symbol?
Is "*" so hardcoded that it is impossible change behavior?
I don't know what I changed but I used to be able to do C-x C-e b to
view the org file in a browser. Now it just generates the file but not
open the browser. Same with PDF.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list
Aloha Javier,
On Feb 26, 2011, at 10:54 AM, Javier M Mora wrote:
On 26/02/11 16:36, Bastien wrote:
Hi Javier,
Javier M Mora writes:
If I can change star symbol from "*" char to "%" char (comment
mark in
LaTeX). It become possible.
Is it possible?
No.
Is there a variable to change st
Il giorno 26/feb/2011, alle ore 17:05, Eric Schulte ha scritto:
> […]
>
> You could also try executing the function directly by calling
> `eval-expression' M-: (org-babel-src-block-names) within the Org-mode
> buffer.
I get the same results.
>
> also, make sure you have the latest version of
On Fri, 25 Feb 2011 22:11:16 -0500
Nick Dokos wrote:
> This is with hindsight 20/20 but here is a method for finding such
> things, using only emacs: C-h v org- then switch to the
> *Completions* buffer and search for ``emphasis''. The third hit is
> org-hide-emphasis-markers - and you don't have
Marvin Doyley writes:
> I am using carbon emacs 23 and the latest version of org that I pull
> this morning.
Can you provide a minimal example file? A way to reproduce your
problem?
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All'
On Sat, 26 Feb 2011 11:02:23 -1000
"Thomas S. Dye" wrote:
> Aloha Javier,
>
> On Feb 26, 2011, at 10:54 AM, Javier M Mora wrote:
>
> > On 26/02/11 16:36, Bastien wrote:
> >> Hi Javier,
> >>
> >> Javier M Mora writes:
> >>
> >>> If I can change star symbol from "*" char to "%" char (comment
>
Hello,
It is well known, that orgmode supports (but does not enforce) David
Allens GTD-approach. One aspect of this approach is to make sure, that
every project (which translates to a toplevel TODO-entry in orgmode),
has at least one subentry in state NEXT.
Now, if someone tries to advance his p
Hi. I am looking for some CSS examples for org-export-as-html outputs.
After implementing the command, "org-export-as-html", org files give an html
output, which will be shown neatly in browser.
But it is not good enough for viewers. I can write CSS from scratch but it
is better if there is some
Hi Bastien,
This was a simple todo like
* TODO apples
* TODO pears
When try change the item todo state to done emacs hangs. I try to
install a fresh copy of to see If this fix the problem
Cheers
M
Sent from my iPhone
On Feb 26, 2011, at 4:59 PM, Bastien wrote:
> Marvin Doyley writes:
>
>>
Thorsten writes:
> Hello,
> how do I best enter missing values in an org-tabel (just empty cells or NaN?)
> and how do I use that missing values in formulas?
Ok, trial and error suggests that missing values in numeric columns can
be represented as 0 in formulas, in string columns as "". Is ther
As a relatively newer emacs and org-mode user I have found it very
interesting to see what people have in their .emacs file. This has spawned
my curiosity, what do you have for a startup page? Do you just have it go
to the scratch buffer, the standard page or something else? Maybe a custom
desi
Hi Bastien,
I tried a simple org file without any header and works fine; however, when I
include the following header it crashes. Is there something that shouldn't
be there ?
Thanks
M
#+STARTUP: overview
#+STARTUP: hidestars
#+STARTUP: logdone
#+DRAWERS: HIDDEN hidden extra details
#+STARTUP: lo
Perhaps add one line at a time and see which one is the culprit?
John
On Sat, Feb 26, 2011 at 8:47 PM, Marvin Doyley wrote:
> Hi Bastien,
>
> I tried a simple org file without any header and works fine; however, when
> I include the following header it crashes. Is there something that shouldn't
Matthew Sauer writes:
> As a relatively newer emacs and org-mode user I have found it very
> interesting to see what people have in their .emacs file. This has spawned
> my curiosity, what do you have for a startup page?
eshell
(nevertheless, I do use bash terminals outside emacs much more th
Hi,
On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi wrote:
> Hi. I am looking for some CSS examples for org-export-as-html outputs.
> After implementing the command, "org-export-as-html", org files give an html
> output, which will be shown neatly in browser.
> But it is not good enough for viewers.
Thank you for the info.
It looks nice.
soichi
2011/2/27 Puneeth Chaganti
> Hi,
>
> On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi wrote:
> > Hi. I am looking for some CSS examples for org-export-as-html outputs.
> > After implementing the command, "org-export-as-html", org files give an
> html
>
At Sat, 26 Feb 2011 18:01:27 +0100,
Bastien wrote:
>
> The description of the link is right, the link isn't, because Org
> removes the timestamp.
> Two simple workarounds: either load the org-id module, which takes care
> of creating unique targets for internal links - or don't put timestamps
> a
Hello,
I would like to offer some code to find *unbacked priorities* in ones
projects. Let me explain.
It is well known, that orgmode supports (but does not enforce) David
Allens GTD-approach. One aspect of this approach is to make sure, that
every project (which translates to a toplevel TODO-
Caching of refile targets is great, however, I usually have my
computer and emacs running for several days (I use hibernation),
so sometimes I need to clear the cache manually to have it rebuilt.
How about adding an option to set an expiration time for the refile
cache after which it is cleared a
65 matches
Mail list logo