Am 25.12.2012 04:14, schrieb Bastien:
I can finally reproduce the bug.
It comes from python-model.el which set this:
(defvar outline-heading-end-regexp nil)
Andreas, this breaks outline in Org - can you have a look?
Thanks,
This was fixed in trunk some days ago. Get it via
bzr branch l
Hi Andreas,
Andreas Röhler writes:
> This was fixed in trunk some days ago. Get it via
>
> bzr branch lp:python-mode
Thanks. I let Till confirm the fix.
> BTW bug should not show up, if org-mode gets loaded before
> python-mode.el
Maybe, but normal use of Org don't require to require org-mod
Hi Alan,
Alan L Tyree writes:
> Using the above package in emacs 24.2.1 on Debian Wheezy/Sid, I get an
> error when trying to call up the agenda with C-C a. The error is
>
> Invalid function: org-no-popups.
Did you restart Emacs?
Can you send a backtrace?
--
Bastien
Hi Alan,
Alan L Tyree writes:
> I'm using the elpa version of org-plus-contrib-20121224. After I learned
> how to apply patches (hangs head in shame!!), it solved all the problems
> that I had - sorting, renumbering, exporting all worked very well.
>
> Are you thinking of making this a general o
Hi Yasushi,
Yasushi SHOJI writes:
> I've signed the paper and it's on its way to FSF. it will take a few
> more days to reach the office, though.
great -- thanks!
I've added you to the list of contributors waiting for the FSF
confirmation. If you don't get any feedback within the next three
Hi,
Org mode lost the ability to reuse already generated latex preview
images in commit 27101a3e0ee7. Now it just regenerates all of them every
time.
I don't see a reason for removing this feature (am I missing
something?), so here is a little patch reintroducing that feature. I'm
also mailing t
Dear helpers,
on the web I found a formula to get frequencies which I modified to my
needs, but it does not yet work well. An example:
|-|
| [1, 2, 3, 4, 5] |
| [6, 7, 8] |
| [9, 10, 11, 12, 12] |
| 12, 12 |
|-|
| 15
Bastien writes:
> Would you like something like
> | 3.1 |
> | 3.1415 |
> be aligned/modified as
> | 3.1000 |
> | 3.1415 |
> ?
More precisely as:
> | 3.1|
> | 3.1415 |
which is aligning on dots, even if it looks like left-justifying.
There is a problem in that I have tables using a d
Dov Grobgeld writes:
> Nice! I've needed that often. But please add licensing information
> to the code to make clear in what contexts it may be used.
You mean, for the Python bits I sent to the list? For such a short
amount of code, do whatever you feel like it. If you really want an
explic
Bastien writes:
> I don't have experience with Rudel but I'm also interested in hearing
> from others -- maybe at some point we can organize some co-writing
> session where we try to update Worg pages.
I tried Rudel, a good while ago, and did not find it satisfying enough
to be usable, besides a
Hi Bastien, org developers,
* Bastien [24. Dec. 2012]:
> I think you are misusing inline tasks, the stars should start
> at the beginning of the line.
thank you for spending some of your holiday on this. The blanks
at the beginning of the inline task were an artefact of
selecting/pasting, killin
Hi Bastien,
At Sun, 23 Dec 2012 21:03:57 +0100,
Bastien wrote:
>
> Since the patch is substantial, we need you sign the FSF copyright
> assignment in order to apply it. If that's okay with you, please
> fill the form here and follow the instructions here:
>
> http://orgmode.org/cgit.cgi/org-m
Hi Samuel,
Samuel Wales wrote:
> One way to ensure that the symbols exist might be to run the function
> first without instrumenting, then instrument?
That'd solve the problem if all such functions do have autoloads. That should
be the case for Org, but not necessarily for all other packages.
Bu
Hi Bastien,
Bastien wrote:
> "Sebastien Vauban" wrote:
>
>> Generating the agenda for 43 files, and more or less 75 entries to display,
>> takes between 17 and 20 seconds, in this case 19 seconds:
>>
>> org-agenda-list 1
>> 19.15619.
Hi guys,
First of all, thank you so much for your quick answers during the
holidays, I really didn't expect any answer until next year :)
So, Andreas was right, I got the newest version of python-mode and the
problem is gone.
BTW, the bug also show up if org-mode gets loaded before or after
pyth
Bastien writes:
> Hi Alan,
>
> Alan L Tyree writes:
>
>> Using the above package in emacs 24.2.1 on Debian Wheezy/Sid, I get an
>> error when trying to call up the agenda with C-C a. The error is
>>
>> Invalid function: org-no-popups.
>
> Did you restart Emacs?
Yes. And it is on two separate ma
Bastien writes:
> Hi Alan,
>
> Alan L Tyree writes:
>
>> I'm using the elpa version of org-plus-contrib-20121224. After I learned
>> how to apply patches (hangs head in shame!!), it solved all the problems
>> that I had - sorting, renumbering, exporting all worked very well.
>>
>> Are you think
Bastien writes:
> Hi Alan,
>
> Alan L Tyree writes:
>
>> Using the above package in emacs 24.2.1 on Debian Wheezy/Sid, I get an
>> error when trying to call up the agenda with C-C a. The error is
>>
>> Invalid function: org-no-popups.
>
> Did you restart Emacs?
>
> Can you send a backtrace?
I
On 12/25/12, Sebastien Vauban wrote:
> That'd solve the problem if all such functions do have autoloads. That
> should
> be the case for Org, but not necessarily for all other packages.
In which case you get an error, thus ensuring. :)
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blo
On 12/24/2012 09:48 AM, Bastien wrote:
Hi Simon,
Simon Thum writes:
I recently added an org file which is an import from our community service,
the so-called "Müllabfuhr", which I put in "müllabfuhr.org".
The agenda fails to highlight these entries however. It's not terrible,
actually it's J
Alan L Tyree wrote:
>
> Bastien writes:
>
> > Hi Alan,
> >
> > Alan L Tyree writes:
> >
> >> Using the above package in emacs 24.2.1 on Debian Wheezy/Sid, I get an
> >> error when trying to call up the agenda with C-C a. The error is
> >>
> >> Invalid function: org-no-popups.
> >
> > Did you
François Pinard writes:
> Bastien writes:
>> [...] let *anyone* write Org doc collaboratively and seemlessly.
>> Com'on, let's start something great :)
> It would be great indeed!
On the road this morning, I gave some thought on this problem, which
does not seem trivial at all, to me at least
On 26/12/12 06:56, Nick Dokos wrote:
Alan L Tyree wrote:
Bastien writes:
Hi Alan,
Alan L Tyree writes:
Using the above package in emacs 24.2.1 on Debian Wheezy/Sid, I get an
error when trying to call up the agenda with C-C a. The error is
Invalid function: org-no-popups.
Did you res
The following issues use my org-mode source
http://doc.norang.ca/org-mode.org
org-mode.org line 117 column > 0
#+begin_src sh
cd ~/git
git clone git://orgmode.org/org-mode.git
#+end_src
C-c ' works on the first line
but not on the one below which is identical.
#+begin_src sh
cd ~/git
git clon
Dear Jambunathan and others,
Apologies for resending this message, but my email from yesterday seemingly did
not arrive.
To summarise at first, the results in my 2nd IELM session (at the end of the
message below) differed clearly from those in your kindly provided template --
in several cases
I have org source blocks in my document
http://doc.norang.ca/org-mode.org which have embedded commas on line 1
from previous uses of org-edit-special.
Now editing the blocks does not remove all of the commas previously
introduced.
I use org-indent mode with source blocks starting in column 0
The following source blocks refer to my document
http://doc.norang.ca/org-mode.org
line 564 original
: #name : #+begin_...#+end_
: # --
: #+begin_$1 $2
: $0
: #+end_$1
C-c ' twice
: #name : #+begin_...#+end_
: # --
: ,#+begin_$1 $2
: $0
: ,#+end_$1
again C-c ' four times
: #name : #
The following source blocks refer to http://doc.norang.ca/org-mode.org
org-mode.org line 1553
#+begin_example
Default Task
[d] norang Organization <-- Task B
The task interrupted by starting the last one
[i] norang Organization
This may already be fixed by Bastien's commit enabling editing of org
source blocks when org-fontify-natively is not set. I can't check that
now but in case it isn't here is a bug report of the behaviour I saw
before Christmas.
I noticed some weird behaviour with source block editing. When sourc
While I'm figuring out how to create the patch and email it in the right
format (I don't think I can with gmail), I've tried to make my
bitbucket.orgrepository as public as possible. Perhaps give it
another shot in the
meantime.
https://bitbucket.org/mrvwman/wishon-org-mode.git
~>Bill
On Mon, D
* org.el (org-update-property-plist): Added logic to replace the existing
property value if the new value is nil or if the old value is nil. This is to
support the usage of nil as a reset in a chain of PROP+ statements. Eg:
:prop+: foo -> :prop+: nil -> :prop+: bar would result in a property
* property-inheritance.org: Updated test cases to include expected
outcomes. Adjusted the numeric values to be in order. Removed irrelevant
addition tests.
---
testing/examples/property-inheritance.org | 16 ++--
1 file changed, 6 insertions(+), 10 deletions(-)
diff --gi
Converting \vert and \vert{} when exporting an Org table to csv or tsv does not
properly convert them to the vertical bar. Instead, they are retained literally.
Emacs : GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu) of 2012-11-20 on Nathan-GNU
Package: Org-mode version 7.8.11
33 matches
Mail list logo