> I can't seem to get this to compile. I assumed I was to C-c C-c on the
> elisp source block, which appears to have run, though this is in
> *Messages* buffer:
>
> --
> executing Emacs-Lisp code block...
>
> (table (quote (("" "type" "label" "activity" "depends" "start"
> "duration" "end
Hi all,
I've released Org 7.8.11.
This is a minor release which mainly fixes an important bug
about matching TODO when building the agenda.
http://orgmode.org/org-7.8.11.zip
http://orgmode.org/org-7.8.11.tar.gz
http://orgmode.org/org-mode-download.html
Enjoy,
--
Bastien
Am 25.05.2012 09:51, schrieb Bastien:
> Hi all,
>
> I've released Org 7.8.11.
>
> This is a minor release which mainly fixes an important bug
> about matching TODO when building the agenda.
>
> http://orgmode.org/org-7.8.11.zip
> http://orgmode.org/org-7.8.11.tar.gz
> http://orgmode.org
On Fri, 25 May 2012 01:45:14 -0400, Tom wrote:
I use the scheduling prompt very often and I usually
give times in 8pm/9am/etc. format, because they are conveniently
short to type.
Today it occured to me the m is unnecessary, because a and p already
gives the necessary info.
Could we also supp
Hello,
I want to disable the behaviour for org-capture to store a
bookmark pointing to the last stored item, preferably for some
templates. No documentation for this, so I looked into the
source --- seems we're storing the bookmark unconditionaly.
Do tell me if I should upgrade my org mode.
org
On Fri, May 25, 2012 at 2:49 AM, wrote:
>> I can't seem to get this to compile. I assumed I was to C-c C-c on the
>> elisp source block, which appears to have run, though this is in
>> *Messages* buffer:
>>
>> --
>> executing Emacs-Lisp code block...
>>
>> (table (quote (("" "type" "label
Bastien writes:
> Jambunathan K writes:
>
>>> Can you fix it?
>>
>> OK. Fixed in both maint and master. The exported ODT file will not
>> have multiple XML declrations.
>
> Great, thanks a lot!
This fix is back-firing. I have pushed an updated fix.
I ignored the following warning
Warnin
I use org version 7.8.11 with GNU Emacs 24.1.50.1 under Windows XP.
I can't seem to find a way to use the new org-agenda-sticky option.
It seems the variable doesn't exist even after
(require 'org-install)
nor after an agenda has been displayed with
(org-agenda-list 14)
Does anyone have an ide
Hello,
"Mark E. Shoulson" writes:
> I was trying to copy the format seen in other patches on the list;
> I guess I missed some details. I've set the subject of this thread as
> I've seen done with other patches, and I attach only a single patch,
> as requested by the website, and created the ch
Hello,
"Mark E. Shoulson" writes:
> I hadn't counted \circ because it expands under Unicode to ˆ (U+02C6)
> and not to the true ascii circumflex ^ (U+005E); the point of these
> entities is to represent ascii characters that otherwise would confuse
> things. Maybe \circ should expand to ^; mayb
Hello
A while ago I could make org-preview-latex-fragment work for
Xemacs and I also sent a corresponding patch. I never
bothered to check the corresponding `region' function, but
when I did I received an error. I debugged the function and
when I reached (narrow-to-region beg end)
I obtained an
To clarify my question:
I'd like to replace CLOCKSUM with a column like CLOCK_TODAY which shows
just today's time logged on the subtree.
--
Brian Wood
Applications Programmer
UC Berkeley IST Application Services
> -Original Message-
> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
> bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov
> Sent: Thursday, May 24, 2012 4:31 PM
> To: emacs-orgmode@gnu.org
> Subject: Re: [O] [babel] ob-octave does not catch EOE from matlabShell o
Hi All,
I'm try to set up MobileOrg on my iPhone. When I called org-mobile-push, I
received a Cannot revert nonexistent buffer error.
*Messages* BEGIN--
loaded /Users/barak/.emacs.d/starter-kit-eshell.el
Loading /Users/barak/.emacs.d/barak.el (source)...done
loaded /Users/barak/.emacs.d
Original Question: Can there be an #+OPTION to stop comments and weblinks from
being coloured and names of directories from being italised, /etc/
In an org file that I use the hold code snippets, org-mode colors these which I
do not want, is there a way to create an +OPTION: option that stops th
priorities do not work on lists
- item 1
- item 2
and does not work (yet if you manually insert them by
typing [#B] they are coloured properly).
Best wishes,
Enda
Can there be #+STARTUP option that hides everything not a list heading
or a heading on startup like:
* shown
** shown
not shown
- shown
not shown
Best wishes,
Enda
With #+STARTUP: hidestars, the output looks nice in Emacs org-mode but
not otherwise, can there be an option where a line beginning with a
space and a star is like two stars with the hidestars option and a
line beginning with two spaces and a star is like three stars (it
could be called #+STARTUP:
Is there is a way to italicise across lines like
/italicised
text/
rather than
/italicised/
/text/
For long pieces of text, italicising the ends of each line is
inefficient (maybe there could be a #+BEGIN_ITALICS, #+END_ITALICS, I know of
#+BEGIN_VERSE, just without the indentation without affe
> -Original Message-
> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
> bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov
> Sent: Friday, May 25, 2012 11:31 AM
> To: emacs-orgmode@gnu.org
> Subject: Re: [O] [babel] ob-octave does not catch EOE from matlabShell on
Hello,
"Mark E. Shoulson" writes:
> Hm. I like the idea, but it raises some questions for me. It would
> be particularly good if this could share code/custom variables with
> the pieces of the (new) exporter that make smart quotes on export.
> That way we could be sure that what it looks like
Enda wrote:
> Can there be #+STARTUP option that hides everything not a list heading
> or a heading on startup like:
>
> * shown
> ** shown
> not shown
> - shown
> not shown
>
#+STARTUP: content
See (info "(org) In-buffer settings") for a complete list.
Nick
Hello,
Samuel Wales writes:
> On 5/23/12, Nicolas Goaziou wrote:
>> That's normal. If it's commented, the link shouldn't be recognized
>> anymore (but I suppose it sill is)
>
> For some people (not necessarily you) it would be nice to know that
> there is a link there.
We probably are misunder
Enda wrote:
> With #+STARTUP: hidestars, the output looks nice in Emacs org-mode but
> not otherwise, can there be an option where a line beginning with a
> space and a star is like two stars with the hidestars option and a
> line beginning with two spaces and a star is like three stars (it
> co
[Not a reply to this thread, but kind of meta]
What exactly are you trying to do? Please share the underlying
motivation behind the series of questions you have been posting lately.
Will disabling font-lock for Orgmode files accomplish what you want?
If you are new to Orgmode, look at the manu
Otherwise is like in vi, the additional stars (like **, opposed to *)
are too noisy, and since I do not want to see them whether it is in org-mode or
in vi, etc, so I wondered was there a way to have the file like
* first level heading
* second level heading
* third level heading
highlight
Disabling font-lock would not work because then the headings (* Headings) would
not be in color.
Best wishes,
Enda
From: Jambunathan K
To: Enda
Cc: "emacs-orgmode@gnu.org"
Sent: Friday, May 25, 2012 6:32 PM
Subject: Re: [O] italicise across lines
[Not
#+STARTUP: content
hides the items (- item) like so:
* shown
** shown...
opposed to
* shown
** shown...
- shown...
Best wishes,
Enda
From: Nick Dokos
To: Enda
Cc: "emacs-orgmode@gnu.org"
Sent: Friday, May 25, 2012 6:23 PM
Subject: Re: [O] #+STARTU
> I could be interesting, but keep in mind that no matter how "smart" your
> quotes are, they will fail in some situations. So, it will have to be
> optional for export, independently on their in-buffer status.
>
> The OPTIONS keyword may be used, with q:t and q:nil items.
I don't see an entry fo
Don't read my reply literally. I am urging you to do some navel gazing.
That's what the `meta' in in my reply implied..
> Disabling font-lock would not work because then the headings (*
> Headings) would not be in color.
>
> Best wishes,
>
> Enda
>
>
> From: Jambunathan K
> To: Enda
> Cc: "
Enda wrote:
> #+STARTUP: content
> hides the items (- item) like so:
>
> * shown
> ** shown...
>
> opposed to
>
> * shown
> ** shown...
> - shown...
>
Yup - missed that detail: sorry. No way to do what you want.
Nick
I just saw that #+STARTUP: showstars is the opposite of #+STARTUP: hidestars,
#+STARTUP: showlaststar would have been a more appropriate subject header.
org-indent-mode can be activated using #+STARTUP: indent according to
http://orgmode.org/manual/Clean-view.html, however in the same page I see
Yagnesh Raghava Yakkala wrote:
>
> Hello Enda,
>
> Enda writes:
>
> > Otherwise is like in vi, the additional stars (like **, opposed to
> > *) are too noisy, and since I do not want to see them whether
> > it is in org-mode or in vi, etc, so I wondered was there a way to have
> > the file li
* lisp/org-datetree.el: Fix regexp to allow datetree to find headings
with trailing whitespace. This fixes a bug in which an existing
datetree heading (e.g., "* 2012 ") would not be found by
org-datetree-find-year-create if it had trailing whitespace. This can
cause problems, for instance
Hello,
Enda writes:
> priorities do not work on lists
> - item 1
> - item 2
>
> and does not work (yet if you manually insert them by
> typing [#B] they are coloured properly).
There is no such thing as priorities in lists.
Regards,
--
Nicolas Goaziou
Yet, they are colored as such if they are typed in manually.
Best wishes,
Enda
From: Nicolas Goaziou
To: Enda
Cc: "emacs-orgmode@gnu.org"
Sent: Friday, May 25, 2012 7:15 PM
Subject: Re: Priorities do not work on lists
Hello,
Enda writes:
> priorities
Let org-agenda-time-grid control if the grid is displayed
* lisp/org-agenda.el (org-agenda-list): ensures that the
list returned by org-agenda-add-time-grid-maybe is appended
to rtnall before checking if rtnall is emtpy.
In the case where rtnall is empty (no item for current day),
we do not call
Let org-agenda-time-grid control if the grid is displayed
* lisp/org-agenda.el (org-agenda-list): ensures that the
list returned by org-agenda-add-time-grid-maybe is appended
to rtnall before checking if the latter is emtpy.
In the case where rtnall is empty (no item for current day),
we do not c
I might want to edit the file where Emacs is not installed, so I do not want to
be exporting to ascii.
Best wishes,
Enda
From: Nick Dokos
But the suggestion of exporting to ascii (and editing that in vi) has
not been rejected (yet), so that may be a way f
Hello,
Enda writes:
> Yet, they are colored as such if they are typed in manually.
This shouldn't happen anymore with latest commit. Can you confirm it?
Thanks for reporting this.
Regards,
--
Nicolas Goaziou
Enda wrote:
> Yet, they are colored as such if they are typed in manually.
>
That's an artifact of font-lock-mode.
Nick
> Best wishes,
>
> Enda
>
>
> From
Enda wrote:
> I might want to edit the file where Emacs is not installed, so I do not want
> to be exporting to ascii.
>
Then you have to live with the stars.
Nick
> Best wishes,
>
> Enda
>
> --
I am using Org-mode version 7.8.11 and priorities in items are colored just
like I want, however nicholas.do...@hp.com says "That's an artifact of
font-lock-mode."
Best wishes,
Enda
From: Nicolas Goaziou
To: Enda
Cc: "emacs-orgmode@gnu.org"
Sent: Friday
Greg Troxel writes:
> If GNU make is required it needs to be documented.
I've added a comment into Makefile as a stopgap measure.
> Separately from that, the makefiles look much more complicated than I
> would have thought necessary, and if there aren't good reasons to
> require more than POSIX m
Hello Enda,
Enda writes:
> Otherwise is like in vi, the additional stars (like **, opposed to
> *) are too noisy, and since I do not want to see them whether
> it is in org-mode or in vi, etc, so I wondered was there a way to have
> the file like
>
> * first level heading
> * second level head
On 05/25/2012 11:04 AM, Nicolas Goaziou wrote:
Hello,
You're right, there could be another entity for ^. asciicirc is good
enough as a name. Would you want to make a patch for it?
Also, you may want to consider signing FSF papers for more important
contributions.
Yes, I'll do both those thing
Hi,
I have been using org-mode for a year now and love it.
I just started experimenting with org-publish and am trying to use org-mode
with octopress as described here
http://jaderholm.com/blog/blogging-with-org-mode-and-octopress
When I export an org file using org-publish, I want to export/con
Enda writes:
Otherwise is like in vi, the additional stars (like **, opposed to
*) are too noisy, and since I do not want to see them whether
it is in org-mode or in vi, etc, so I wondered was there a way to have
the file like
* first level heading
=C2=A0* second level heading
=C2=A0=C2=A0 * th
Enda writes:
> Is there is a way to italicise across lines like
>
> /italicised
> text/
>
> rather than
>
> /italicised/
> /text/
Actually, Org will italicize items like your first example, but only for
blocks of text of up to two lines in length. For a longer block you
want italicized, you wou
On 05/25/2012 01:14 PM, Nicolas Goaziou wrote:
Hello,
"Mark E. Shoulson" writes:
Hm. I like the idea, but it raises some questions for me. It would
be particularly good if this could share code/custom variables with
the pieces of the (new) exporter that make smart quotes on export.
That way
Hi Rainer,
Rainer Stengele writes:
> I think the version number ist still old?
>
> Org-mode version 7.8.10 (release_7.8.10-598-g747d71H)
The tag was pushed on maint and since you are using the master
version and org-version is inferred from the tag, you had this
wrong org-version.
Fixed, thank
Hi Jambunathan,
Jambunathan K writes:
> This fix is back-firing. I have pushed an updated fix.
Fixed in Org 7.8.11 and Emacs 24.1 branches.
> Note:: nxml-mode is not really needed for ODT export to go through
> [1]. I will remove this dependency for the new exporter (org-e-odt.el)
> but retai
Hi Brian,
Brian Wood writes:
> To clarify my question:
Sorry no-one had to answer it with a constructive answer yet...
> I'd like to replace CLOCKSUM with a column like CLOCK_TODAY which shows
> just today's time logged on the subtree.
... but that's because it is not easily feasible yet.
I
Hi Uwe,
Uwe Brauer writes:
> A while ago I could make org-preview-latex-fragment work for
> Xemacs and I also sent a corresponding patch. I never
> bothered to check the corresponding `region' function, but
> when I did I received an error. I debugged the function and
> when I reached(na
Hi Rainer,
Rainer Thiel writes:
> I use org version 7.8.11 with GNU Emacs 24.1.50.1 under Windows XP.
>
> I can't seem to find a way to use the new org-agenda-sticky option.
This option is not part of the officially released version of Org, yet.
It is available through the master branch of th
Hi Neil,
Neil Smithline writes:
> Just thought I'd let you know about two projects I've been working on that,
> when combined, make Org even cooler than it already is.
Thanks for this contribution! I've added a link to this page:
http://orgmode.org/worg/org-contrib/
All best,
--
Bastien
Hi Mark,
"Mark E. Shoulson" writes:
> Furthermore, hidestars isn't good enough, because Enda wants the file
> *really to be like that*, without the stars there at all, so that it still
> looks good when being edited in vi or something.
Thanks for taking the time to state Enda's position more cl
Hi Mark,
"Mark E. Shoulson" writes:
> On 05/25/2012 11:04 AM, Nicolas Goaziou wrote:
>> Hello,
>> You're right, there could be another entity for ^. asciicirc is good
>> enough as a name. Would you want to make a patch for it?
>>
>> Also, you may want to consider signing FSF papers for more imp
Hi Matt,
Matt Lundin writes:
> * lisp/org-datetree.el: Fix regexp to allow datetree to find headings
> with trailing whitespace. This fixes a bug in which an existing
> datetree heading (e.g., "* 2012 ") would not be found by
> org-datetree-find-year-create if it had trailing whitespace.
Hi XeCycle,
XeCycle writes:
> I want to disable the behaviour for org-capture to store a
> bookmark pointing to the last stored item, preferably for some
> templates.
You can now (setq org-capture-bookmark nil) to unconditionally
prevent the creation of a bookmark. This is not dependant of t
Bastien writes:
> http://orgmode.org/w/?p=org-mode.git;a=commit;h=0103d1
>
> I don't want to update the README file each time a new version of
> GNU Make is released and known to work.
Understood - what I meant was to have the oldest version that was
needed, but I suspect that while org need
Hi Christophe,
Christophe Junke writes:
> Let org-agenda-time-grid control if the grid is displayed
Applied, thanks -- and special thanks for the ChangeLog and
clear explanations.
All best,
--
Bastien
Hi c (?),
c b <24x7x...@gmail.com> writes:
> Is there a way to do prevent org-mode from setting up A-links or
> IMG-links?
Not with the current HTML exporter (perhaps Nicolas as a solution
for the next HTML exporter.)
But you can use `org-export-html-final-hook' to postprocess the
exported bu
Nick Dokos writes:
> Then you have to live with the stars.
I think it is awesome to live with the stars.
:)
--
Bastien
Hi Greg,
Greg Troxel writes:
> Note that building org requires GNU make, and that 3.82 is known to
> work.
Thanks for this. I've been minimalist:
http://orgmode.org/w/?p=org-mode.git;a=commit;h=0103d1
I don't want to update the README file each time a new version of
GNU Make is released a
Samuel Wales writes:
> Perhaps we should make RET do this also when RET follows links.
Indeed, that's now the case.
Thanks!
--
Bastien
Hi,
SW writes:
> Is this performance overhead just a result of poorly-scalable overlays, rather
> than an inherent shortcoming of Emacs and/or org-mode?
I would say this is a combination of the implementation overlays
and the use of overlays in outline.el.
Perhaps we should dive into outline.e
Thanks for the responses.
After fiddling around a bunch and not getting it to work, I just recreated
my .emacs.d folder (and config) and it seems to work now. Must have been
some corruption, but can't figure out what.
Thanks a bunch for the responses
c.b
On Mon, May 21, 2012 at 6:06 AM, Bernt
Bastien writes:
> Christophe Junke writes:
>
>> Let org-agenda-time-grid control if the grid is displayed
>
> Applied, thanks -- and special thanks for the ChangeLog and
> clear explanations.
This is a problematic patch. On my machine, it causes duplicate entries
to show up in the agenda. The
Hi Matt,
Matt Lundin writes:
> Bastien writes:
>
>> Christophe Junke writes:
>>
>>> Let org-agenda-time-grid control if the grid is displayed
>>
>> Applied, thanks -- and special thanks for the ChangeLog and
>> clear explanations.
>
> This is a problematic patch. On my machine, it causes dupl
Hello,
"Mark E. Shoulson" writes:
>> The regexp may be able to tell level 1 from level 2 quotes.
>
> Do you mean that the author would use the same characters for both
> first and second level quotes, and the regexp would be smart enough to
> distinguish which level each was at? I don't think t
71 matches
Mail list logo