Hi Achim,
Achim Gratz writes:
> It doesn't automatically propagate. Otherwise, it's Bastiens decision —
> I can push the change if he wants to.
Can you summarize what would be the change and why it is called for?
Thanks,
--
Bastien
Hi Markus,
Markus Heller writes:
> Anyhow, git *is* in my PATH, but I think my issue is that I don't know
> how to update a git repo from *within* emacs.
>
> Would you be able to give pointers please?
M-x eshell RET
~$ cd install/git/org-mode
~$ git pull
...
But I think I lost track of the i
Yes, there is a problem here: only users with push access can
clone for now (and pull and push.)
I think Jason is not online this week-end, so we will have to
live with it.
I've created clones of org-mode.git and orgweb.git on github:
https://github.com/bzg/org-mode
https://github.com/bzg/o
Achim Gratz writes:
> Brian van den Broek writes:
>> (setq org-agenda-sticky t)
>
> That's a defcustom and you should not try to setq it unless you really
> know when and how defcustom does its thing (I don't).
What's wrong with setq'ing a variable defined with defcustom?
AFAIK that's the usual
Nick Dokos writes:
> Does that have any undesirable consequences? If not, can this be done on
> the repo?
It doesn't automatically propagate. Otherwise, it's Bastiens decision —
I can push the change if he wants to.
> I actually did the above in my clone and then fetched tags again which
> reset
Achim Gratz wrote:
> Nick Dokos writes:
> > OK. Is there no way to fix that? That's pretty confusing.
>
> If you already know the tag is on a merge commit on the wrong side:
>
> git tag fixup release_7.8.11
> git tag -d release_7.8.11
> git tag release_7.8.11 fixup^2
> git tag -d fixup
>
Does
On 09/21/2012 04:44 PM, Robert Klein wrote:
On 09/21/2012 04:34 PM, Ian Barton wrote:
On 20/09/12 20:38, Eric Schulte wrote:
Hi,
Maybe I'm missing something obvious here, but I can't get org-e-groff to
generate anything but an empty output file. I've boiled this down to
the following minimal
Nick Dokos wrote:
> Eric Schulte wrote:
>
> > Nick Dokos writes:
> >
> > > Marcelo de Moraes Serpa wrote:
> > >
> > >> Bastien,
> > >>
> > >> I can't clone the orgweb repo:
> > >>
> > >> git clone git://orgmode.org/orgweb.git
> > >> Cloning into 'orgweb'...
> > >> fatal: The remote end hun
Eric Schulte wrote:
> Nick Dokos writes:
>
> > Marcelo de Moraes Serpa wrote:
> >
> >> Bastien,
> >>
> >> I can't clone the orgweb repo:
> >>
> >> git clone git://orgmode.org/orgweb.git
> >> Cloning into 'orgweb'...
> >> fatal: The remote end hung up unexpectedly
> >>
> >> Is the server is
Nick Dokos writes:
> Marcelo de Moraes Serpa wrote:
>
>> Bastien,
>>
>> I can't clone the orgweb repo:
>>
>> git clone git://orgmode.org/orgweb.git
>> Cloning into 'orgweb'...
>> fatal: The remote end hung up unexpectedly
>>
>> Is the server is down?
>>
>
> I can't get to it either, but I am
Luis Anaya writes:
> Eric Schulte writes:
>
>> Hi,
>>
>> Maybe I'm missing something obvious here, but I can't get org-e-groff to
>> generate anything but an empty output file. I've boiled this down to
Hi:
No, you're not missing something, there's is a problem. I just ran
regression and all t
Marcelo de Moraes Serpa wrote:
> Bastien,
>
> I can't clone the orgweb repo:
>
> git clone git://orgmode.org/orgweb.git
> Cloning into 'orgweb'...
> fatal: The remote end hung up unexpectedly
>
> Is the server is down?
>
I can't get to it either, but I am behind a firewall and have had
probl
Eric Schulte writes:
> Hi,
>
> Maybe I'm missing something obvious here, but I can't get org-e-groff to
> generate anything but an empty output file. I've boiled this down to
This is not good. What I'll do is to pull the latest from git and run
regression test. I know that changes have been mad
Alexander Vorobiev writes:
> I tried the new exporter (using today's snapshot of the sources) and
> it produced invalid LaTeX (it calls hypersetup without loading
> hyperref package). It also ignored the #+LaTeX_CLASS: and all the
> #+LaTeX_HEADER:lines in my file. Are there any examples of org f
Bastien,
I can't clone the orgweb repo:
git clone git://orgmode.org/orgweb.git
Cloning into 'orgweb'...
fatal: The remote end hung up unexpectedly
Is the server is down?
- Marcelo.
On Fri, Sep 14, 2012 at 12:41 AM, Bastien wrote:
> Hi Marcelo,
>
> glad you like the new website! It's importa
I tried the new exporter (using today's snapshot of the sources) and
it produced invalid LaTeX (it calls hypersetup without loading
hyperref package). It also ignored the #+LaTeX_CLASS: and all the
#+LaTeX_HEADER:lines in my file. Are there any examples of org files
which show how to customize the
Brian van den Broek writes:
> (setq org-agenda-sticky t)
That's a defcustom and you should not try to setq it unless you really
know when and how defcustom does its thing (I don't).
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptation for Waldor
Nick Dokos writes:
> OK. Is there no way to fix that? That's pretty confusing.
If you already know the tag is on a merge commit on the wrong side:
git tag fixup release_7.8.11
git tag -d release_7.8.11
git tag release_7.8.11 fixup^2
git tag -d fixup
> And how can I tell that I have fallen into t
Bastien writes:
> Hi Eric,
>
> I've finally manage to applied this change, a real enhancement for
> handling various screen sizes.
>
> Thanks a lot!
Yup, looks much improved on my system now. Thanks,
--
Eric Schulte
http://cs.unm.edu/~eschulte
Bastien writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>> # -*- shell-script -*-
>> emacs --batch --eval '(let ((org-path "~/.emacs.d/src/org-mode/"))
>> (add-to-list (quote load-path) (expand-file-name "lisp" org-path))
>> (add-to-list (quote load-path) (expand-file-name "contrib
Hi Sébastien,
"Sebastien Vauban"
writes:
> If you try to tangle this file, you'll get:
I copied your xxx.org file, commented out the workaround and M-x
org-babel-tangle RET: it tangles the Makefile correctly.
--
Bastien
Thanks Bastien, it's working now.
Cheers,
- Marcelo.
On Fri, Sep 21, 2012 at 3:44 AM, Bastien wrote:
> Marcelo de Moraes Serpa writes:
>
> > Even though it's activated, I don't get a link when I write words in
> > CamelCase. Any ideas?
>
> (setq org-wikinodes-active t)
>
> is not enough.
>
>
Bastien writes:
> Hi Markus,
>
> Markus Heller writes:
>
>> please forgive if this is an RTFM question, but how would I go about
>> updating the org git archive from within emacs? This is what you are
>> referring to, correct?
>
> If I may try to help -- Achim suggests that the directory where
Hi Bastien,
Can you narrow down the problem and describe a simple way to reproduce
> it?
Sure, sorry if I wasn't specific enough.
I have a specific wiki/ directory that has ~500 org files. There are an
average of ~20 org headlines per file.
I'm trying to take advantage of org-wikinodes' camelc
Bastien writes:
> Hi Markus,
>
> Markus Heller writes:
>
>> please forgive if this is an RTFM question, but how would I go about
>> updating the org git archive from within emacs? This is what you are
>> referring to, correct?
>
> If I may try to help -- Achim suggests that the directory where
On 9/21/12, Bastien wrote:
> What is the value of `org-emphasis-regexp-components' for you?
org-emphasis-regexp-components is a variable defined in `org.el'.
Its value is (" ('\"{" "- .,:!?;'\")}\\" "
,\"'" "." 1)
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
Nicolas Goaziou writes:
>> Thomas Moyer writes:
>>
>>> I have a set of files that I put notes in that I would like to export
>>> to HTML. When I do this, I have configured everything to allow
>>> certain drawers to included in the export, but those drawers are put
>>> in blocks. Is there a way
Hi Eric,
Eric Schulte writes:
> # -*- shell-script -*-
> emacs --batch --eval '(let ((org-path "~/.emacs.d/src/org-mode/"))
> (add-to-list (quote load-path) (expand-file-name "lisp" org-path))
> (add-to-list (quote load-path) (expand-file-name "contrib/lisp" org-path))
> (req
Hi Markus,
Markus Heller writes:
> please forgive if this is an RTFM question, but how would I go about
> updating the org git archive from within emacs? This is what you are
> referring to, correct?
If I may try to help -- Achim suggests that the directory where you have
your git executable i
Hi Jarmo
Jarmo Hurri writes:
> Bastien writes:
>
>> The patch is longer than 20 lines, so we would need you to sign the
>> FSF papers to be able to accept it.
>
> Request submitted.
Thanks -- I added your name in the "pending" section of this Worg page
(which will get updated soon) :
http://o
Hi Christoph,
Christoph LANGE writes:
> I think the :END: should also respect the current indentation.
Fixed, thanks.
--
Bastien
Eric Schulte writes:
> Hi,
>
> Maybe I'm missing something obvious here, but I can't get org-e-groff to
> generate anything but an empty output file. I've boiled this down to
> the following minimal example. First save the attached example.org file
> to /tmp/example.org. Then run the following
Achim Gratz writes:
> Bastien writes:
>>> However I suggest to lose the plural
>>> and just use `org-plus-contrib´.
>>
>> Yes, that's fine for me. Thanks,
>
> Implemented and pushed.
Thanks!
--
Bastien
Hi Brian,
Can you compare the output of
C-h f org-agenda RET
when you start Emacs normally and when you start emacs -Q?
I suspect you're another victim of a ghost install...
--
Bastien
On 09/21/2012 04:34 PM, Ian Barton wrote:
On 20/09/12 20:38, Eric Schulte wrote:
Hi,
Maybe I'm missing something obvious here, but I can't get org-e-groff to
generate anything but an empty output file. I've boiled this down to
the following minimal example. First save the attached example.org
--8<---cut here---start->8---
#+TITLE: ECM Tangle failure
* Problem
If you try to tangle this file, you'll get:
: condition-case: Before first headline at position XX in buffer XXX.org
Then, you won't even be able to save it! Workaround is to:
#+begin_s
On 20/09/12 20:38, Eric Schulte wrote:
Hi,
Maybe I'm missing something obvious here, but I can't get org-e-groff to
generate anything but an empty output file. I've boiled this down to
the following minimal example. First save the attached example.org file
to /tmp/example.org. Then run the fo
On 21 September 2012 09:37, Bastien wrote:
> Hi Brian,
>
> Brian van den Broek writes:
>
>> I just found that if I have
>>
>> (setq org-agenda-sticky t)
>> (org-clock-persistence-insinuate)
>>
>> in my .emacs---or rather in a file that my .emacs invokes with
>> load-library---I get
>>
>> Warning
Hi Levin,
Levin Du writes:
> I find :clock-in not work in org-capture-templates, with initial empty
> heading:
>
> (setq org-capture-templates
> '(("j" "Journal" entry (file+datetree "")
> "* %?\n%U\n%i\n" :clock-in t :clock-resume t)))
>
> I proposed the patch:
Applied, thanks
Hi Brian,
Brian van den Broek writes:
> I just found that if I have
>
> (setq org-agenda-sticky t)
> (org-clock-persistence-insinuate)
>
> in my .emacs---or rather in a file that my .emacs invokes with
> load-library---I get
>
> Warning (initialization): An error occurred while loading
> `/home
Hi Thomas,
t...@tsdye.com (Thomas S. Dye) writes:
> Is it possible to distribute DitaaEps.jar with Org? Or, does it need to
> be installed separately?
We can install it along with ditaa.jar in contrib/scripts/
One question: DitaaEPS is bundled with ditaa_0.6b where we have
latest ditaa 0.9 in
2012/9/19 Bastien :
>
> I introduced `org-use-last-clock-out-time-as-effective-time' which lets
> you do this automatically. You can test it from the git master branch
> for now, it will be in the next major release.
>
Useful idea, indeed, thanks for implementing it !
--
Nicolas
Hi Alexander,
Alexander Vorobiev writes:
> Could you point us to any documentation on how to switch to the new
> exporter?
Add contrib/lisp to your load-path.
(require 'org-e-latex)
then M-x org-export-dispatch RET to get a menu and be able to
export to LaTeX from here.
> Is the tutorial
>
Hi Eric,
I've finally manage to applied this change, a real enhancement for
handling various screen sizes.
Thanks a lot!
--
Bastien
Hi Bastien,
On Fri, Sep 21, 2012 at 12:51 PM, Bastien wrote:
>
> Would be nice. Let us know how it goes,
>
>
I'll be on vacation next week in Spain. So I will look in this only in
October. I'll write when I have some results.
--
*Илья Зонов* (*Ilya Zonov*) aka *puzan*
Нижний Новгород, Россия
Anthony Lander writes:
> That looks good to me. I'm sure that will save people a lot of
> frustration. Bastien, since org and filladapt are so incompatible, would
> you consider adding this as a strong recommendation on this page:
> http://orgmode.org/manual/Activation.html?
I pointed to the Con
Nick Dokos writes:
> OTOH, if it happens to you once, you tend to remember it for ever
> after :-)
Exactly -- and I think allowing "" to mean "I'm a headline!"
would like to even more head-scratching/keyboard-throwing.
--
Bastien
Achim Gratz writes:
> Bastien writes:
>>> So I suppose the maximum digest size is already configurable without
>>> logging an issue with the mailman devs.
>>
>> Okay, I'll check this with the emacs-orgmode@ admins.
>
> This is the variable digest_size_threshold (also editable from the web
> inter
Hi Ilya,
Ilya Zonov writes:
> If there are no cleaning logs feature in org-mode, I will try to
> write it.
Would be nice. Let us know how it goes,
--
Bastien
Hi Samuel,
Samuel Wales writes:
> This paragraph exports just fine, but is not bold in Org. Is the
> sentence too long? What is the limit these days?
>
> ===
> The point is that *mind-blowing possibilities fan out from
> every step we do not take*. Opportunity costs are
> invisible.
> ===
Th
Hi Marcelo,
Marcelo de Moraes Serpa writes:
> I'm trying to setup org-wikinodes, and I have a directory with
> hundres of org files and each of them has dozens+ nodes. It looks as
> if org-wikinode can't build the wiki cache data-structure for that
> many files/nodes, because it never finds the
Marcelo de Moraes Serpa writes:
> Even though it's activated, I don't get a link when I write words in
> CamelCase. Any ideas?
(setq org-wikinodes-active t)
is not enough.
You need to have org-wikinodes in org-modules.
Best,
--
Bastien
Hi Brian,
Brian van den Broek writes:
> I went looking for the full manual on a single HTML page today, and I
> could not find it.
It did not move: http://orgmode.org/org.html
> I'd understand if this was left out on purpose out
> of concern for bandwidth, but if it was just an oversight, it'
53 matches
Mail list logo