Hi Nick,
Nick Dokos writes:
> ``make test'' fails on just-updated org:
>
> Org-mode version 7.9.2 (release_7.9.2-725-ge55681 @
> /home/nick/elisp/org-mode/lisp/)
>
> with the following backtrace:
>
> ,
> | Test test-org-src/blank-line-block backtrace:
Fixed, thanks.
> I thought Michael Br
Hi Michael,
Michael Brand writes:
> The doc of org-test-with-temp-text-in-file says
>
> (org-test-with-temp-text-in-file TEXT &rest BODY)
> Run body in a temporary file buffer with Org-mode as the active mode.
>
> so I thought I can write:
>
> #+BEGIN_SRC emacs-lisp
> (ert-deftest tria
Hi Erich,
Neuwirth Erich writes:
> On OSX 10.8.2 with Emacs 24.2.1
> when trying
> make up2
> I get
>
> Ran 334 tests, 333 results as expected, 1 unexpected (2012-12-14
> 18:29:01+0100)
> 5 expected failures
>
> 1 unexpected results:
>FAILED test-org-src/blank-line-block
This test should
Hi John,
John Hendy writes:
> (setq org-link-to-org-use-id "create-if-interactive")
This should be
(setq org-link-to-org-use-id 'create-if-interactive)
If you copied this from a page, please let the author know!
Thanks,
--
Bastien
Hi Radhakrishnan,
thanks for the information. Am I correctly assuming you're one of
the authors of the pdfx.sty package?
Radhakrishnan CV writes:
> I think, orgmode can even help to create a small XMP meta file (for
> Dublin Core metadata compliance) needed by pdfx package while
> creating st
trammi writes:
> How to set it at org-docbook.el for Win32?
Sorry, I don't use DocBook nor Win32... maybe someone else can help.
--
Bastien
Hi Vincent,
Vincent Beffara writes:
> When cycling visibility of a subtree using TAB, subtrees with the :ARCHIVE:
> tag are not opened, and that is a very good thing. But when I cycle a
> buffer globally using S-TAB, their contents are shown, which feels like the
> wrong thing to do ...
I canno
Hi Rainer,
Rainer Stengele writes:
> When I am bookmark-jumping to one of these subtrees and then clock in
> the clock drawer is always closed - which normally is fine. But in this
> case I would like to maybe have a property signaling the drawer to open
> as soon as I do clock the task in.
I'd
Sorry for resending as a new thread. I had wanted to reply to my
original message on gmane, but gmane's search fails to locate the
thread (?).
Anyway, I still don't understand the rationale for the current
behavior. Does anyone know why org-mobile-push resolves the agenda
files' names to symlink t
E Sabof writes:
> Hello,
>
> I am the author of org-bullets extension, which can be found at
> github.com/sabof/org-bullets
>
> I wondered whether you would like to include it in org-contrib, or
> perhaps integrate the functionality in org-mode?
I think what the package does can be achieved by
Hi Bastien
On Sat, Dec 15, 2012 at 9:19 AM, Bastien wrote:
> Now you can. There were no real reason to force using (progn ...)
> here so I removed that and updated the test suite accordingly.
>
> Let me know if this works for you now.
Yes, thank you.
Michael
James Harkins writes:
> Anyway, I still don't understand the rationale for the current
> behavior. Does anyone know why org-mobile-push resolves the agenda
> files' names to symlink targets?
The problem is that there is no active maintainer on org-mobile.el
right now... by default this is me,
Hi all
On Tue, Dec 11, 2012 at 4:14 PM, Michael Brand
wrote:
> I would also like if some interest could be spent in this (see subject)
> area.
Ok, so I thought to try myself this time. Now it looks as I am on a
good way with a solution. With quite some ERT for this and some more
of basic formula
Hi Michael,
Michael Brand writes:
> Ok, so I thought to try myself this time. Now it looks as I am on a
> good way with a solution. With quite some ERT for this and some more
> of basic formulas.
Thanks for working on this, if there is a clean solution, I'm willing
to add it for Org 8.0.
Best,
* Nathan Neff wrote:
> Hi,
Hi!
> I'd like to know if there's a way to tell Emacs or org-mode
> to be in a certain context, where a certain directory is "home" depending on
> what context I'm working in currently.
I do think that you are looking for «Attachments»[1].
1. http://orgmode.org/org
Nicolas Goaziou writes:
> Hello,
>
> Alan Schmitt writes:
>
>> I compiled the new exporter recently (to test the asynchronous
>> export), but since then a file I was working on can no longer be
>> exported using the koma exporter. I'm getting the following error:
>>
>> byte-code: Before first hea
Am 15.12.2012 09:41, schrieb Bastien:
> Hi Rainer,
>
> Rainer Stengele writes:
>
>> When I am bookmark-jumping to one of these subtrees and then clock in
>> the clock drawer is always closed - which normally is fine. But in this
>> case I would like to maybe have a property signaling the drawer
Aloha all,
I'm wondering if anyone has developed a routine to check for broken
links in Org, possibly following on the recommendations in this thread:
http://lists.gnu.org/archive/html/emacs-orgmode/2010-11/msg00422.html
A modest amount of googling and search-apropos didn't net me any
results.
I have finally managed to compile the latest Emacs 22.3 to test Org
with. Things aren't looking good, Org already uses lots of functions
that aren't present in that version and it's not just the new exporter
or Babel. The time might have come to officially de-support Emacs 22.
Thoughts?
Regar
I've been using org-babel for a while to produce clojure code from an
org file. Following a somewhat involuntary upgrade of most of my system
I'm now running git HEAD as of 13 Dec (hash ends 4f7cf).
org-babel-tangle on my org file only spits out the first code block and
reports an error: "Openin
gi...@jujutsu.org.uk writes:
> I've been using org-babel for a while to produce clojure code from an
> org file. Following a somewhat involuntary upgrade of most of my system
> I'm now running git HEAD as of 13 Dec (hash ends 4f7cf).
>
> org-babel-tangle on my org file only spits out the first c
Achim Gratz wrote:
>
> I have finally managed to compile the latest Emacs 22.3 to test Org
> with. Things aren't looking good, Org already uses lots of functions
> that aren't present in that version and it's not just the new exporter
> or Babel. The time might have come to officially de-suppo
* Currently the bullets get painted with background color on occasion.
* Overlays are easy to turn on/off. Same might be true for font-lock, I
just haven't figured out a way.
* Org-bullets conflict with overlay-heavy modes (ex. org-columns). This
probably won't be the case with font-lock.
* An impo
Nick Dokos writes:
> Why are they still using emacs-22?
University students and employees.
Sometimes back I was investigating hosting for personal files. The site
runs a version of FreeBSD version and had Emacs 22 on their servers.
When I requested that they upgrade their Emacs to 23 or 24 the
I use emacs 24.2 and newer, so I wouldn't miss removing emacs 22 functionality
Rainer M Krug writes:
> On 14/12/12 15:53, John Kitchin wrote:
>> Is there a way to have a TODO item in an org-file that is not in a headline
>> and that shows up
>> in the agenda?
> Hi
>
> Look for inline tasks:
> http://stackoverflow.com/questions/11718401/how-to-use-todo-tags-in-org-mode-with
This is my first major org-mode contribution, and I'm new to git, so if
there is something I haven't got quite right in terms of how to contribute
please advise.
org-entry-get with inherit set didn't work for sub-heading additions or
overrides to properties found in parent headings as of Org-mode
Jambunathan K writes:
> Also XEmacs seem to be lagging behind severely. See this recent thread:
> http://list-archive.xemacs.org/pipermail/xemacs-beta/2012-September/023201.html
I wouldn't mind looking at some of these, but XEmacs does not have ert
or any useable replacement for ert that I know o
28 matches
Mail list logo