Aaron Ecay writes:
> It is a new bug (IMO) in emacs. Reported here:
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15815
>
> There is a workaround in the bug report also.
Indeed. Thanks for the pointer!
--
Bastien
Leo Liu writes:
> and org-capture-finalize calls save-buffer I think this option requires
> a file still.
Mhhh, yes, it does.
Maybe one can hack something to "send" a subtree to an external
program. That way you can first capture it, then send it.
--
Bastien
Hi Bastien,
Bastien wrote:
>> This patch makes it easier to (un)comment lines of babel source. Now
>> M-; in a soucre code block should Just Work.
>
> It does! Something I've been wanting since long.
It did work for me (since long) with:
--8<---cut here---start-
Hello Alan,
Alan Schmitt wrote:
> I finally took the time to watch the eev video
> (http://angg.twu.net/eev-videos/video2.mp4) and I'm quite impressed by
> it. I find it may be redundant for some features of org mode (such as
> basic links to files) but I find the driving of external shell-based
>
>> "Bastien" == Bastien writes:
> Hi Uwe,
> Uwe Brauer writes:
>> I never used this site you mentioned, how can I copy the code?
> Simply send me your public key and I'll give you access to the Worg
> git repository.
> Then you'll be able to clone like this:
> ~$ git
Uwe Brauer writes:
> So that includes the webpage, which I edit and push back the beast?
Yes. You pushes commits, then the modified pages get published as
HTML pages on http://orgmode.org/worg/
--
Bastien
Just a FYI. I got this at this morning's org-mode git compile the following warning at the end. It's probably due to all the settings tinkering I did, and I haven't had time to investigate it, but thought I'd pass it along. org-version: 8.2.1 (release_8.2.1-223-g065627)makeinfo --no-split org.texi
On 2013-11-07 00:59, Michael Brand wrote:
On Wed, Nov 6, 2013 at 7:50 PM, Rick Frankel wrote:
+ (not (string-match "\.\.@" (car x
This would be the same as
+ (not (string-match "..@" (car x
but you meant
+ (not (string-match "\\.\\.@
On 2013-11-06 15:14, Achim Gratz wrote:
Achim Gratz writes:
[...]
with these formulas:
#+TBLFM: $=vsum(@-II..@-I)
whoops, press C-c C-c in the wrong buffer.
I meant these formulas:
#+TBLFM: @$=vsum(@-II..@-I)
#+TBLFM: @II=vsum(@-II..@-I)
#+TBLFM: @III=vsum(@-II..@-I)
#+TBLFM: @=vsum(@-II..
Hi
I've just started using gnus again, and since it seems like bbdb is in a messy
state someone suggested I try org-contacts as an address book solution. It
looks quite usable, but I have a few questions.
1. What is the function (org-contacts-gnus-insinuate) really used for? It sets
up some
Hello,
Here is a small patch to improve the messages displayed by Org Babel when
processing code blocks: now, you get the line number added to the output, so
that you can easily find afterward which block had problems, if such things
were reported in the *Messages* buffer.
Best regards,
Seb
>F
Dear All,
I'm extensively using priorities and scheduling and most of the time I
finish with tons of over-scheduled items with A-C priorities.
now, I have modified the priority faces such, that lower priorities are
'darker' and hence visually they go sort of out of sight:
(setq org-priority-f
Hello,
"Sebastien Vauban"
writes:
> When using Org Beamer (in the following ECM, but not limited to it) with the
> option H:1, everything works as expected. I get a PDF produced with some
> slides.
[...]
> Though, when setting H:2 (and refreshing the options), I get:
>
> Debugger entered--Li
Hello,
James Harkins writes:
> Hm, you're right -- I was sure they are hyphens, but I just looked
> again and they are indeed dots.
Thanks for checking.
> As a final test, I deleted all the .vrb files manually and exported my
> document again. Then, after the export process finished, I refresh
This happens even with emacs -q. I've attached the odt file.
Christian Moe wrote:
>
>Hi,
>
>I cannot reproduce this bug. I copy-pasted the below code, exported
>from
>Org 8.2.1 and opened the expected two-figure document in LibreOffice
>4.0.4.2.
>
>Does this happen with emacs -Q ?
>
>What do you
NOTE: This is not an information request.
I searched google, orgmode.org FAQ, org manual, and ran a search on this
mailing list but
could not find this useful information. Since it took me a few days
to figure it out, I thought it might be worth documenting somewhere.
I wanted to customize HTML
Hello Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> When using Org Beamer (in the following ECM, but not limited to it) with the
>> option H:1, everything works as expected. I get a PDF produced with some
>> slides.
>>
>> Though, when setting H:2 (and refreshing the options),
Hello,
In the `org-latex-classes' documentation (and in the Org Beamer documentation),
I don't see how to include or exclude lines passed through the #+BEAMER_HEADER
keyword.
╭
│ The header string
│ -
│
│ The HEADER-STRING is the header that will be inserted into th
Andreas Davour writes:
> Hi
>
> I've just started using gnus again, and since it seems like bbdb is in
> a messy state someone suggested I try org-contacts as an address book
> solution. It looks quite usable, but I have a few questions.
I can't help you directly but I can say that I am using bb
Dror Atariah writes:
[...]
> Therefore, as I mentioned, in LaTeX I use visual-line-mode and I
> insert manually line breaks at the end of sentences (or where *I* find
> appropriate). What would be the best practice for org? I understand
> that visual-line-mode has some problems when it comes to
Eric S Fraga wrote:
> Andreas Davour writes:
>>
>> I've just started using gnus again, and since it seems like bbdb is in a
>> messy state someone suggested I try org-contacts as an address book
>> solution. It looks quite usable, but I have a few questions.
>
> I can't help you directly but I can
Hi Carsten,
"Sebastien Vauban" wrote:
> Carsten Dominik wrote:
>> Sebastien Vauban wrote:
>>>
>>> If you have colors for tags:
>>>
>>> --8<---cut here---start->8---
>>> ;; faces for specific tags
>>> (setq org-tag-faces
>>>'(("home" .
>>> (
Rick Frankel writes:
> Ok, i see what's happening in your examples (a testing org file
> attached), though i question the usefullness of most of the results ;).
I tend to agree, but as the test case shows anything that does work and
produces the intended results will eventually have at least one u
El 05/11/13 11:56, Bastien escribió:
Hi David,
Carsten Dominik writes:
do you have FSF papers? If so, write to Jason Dunsmore and send him your
public key.
Thanks you!
I think org-license.el and org-effectiveness.el belong to contrib/
so you don't need to sign the FSF papers for this.
I
Achim Gratz writes:
> Besides, that change breaks test-org-table/compare, which for whatever
> reason uses just such a LHS construct.
I've fixed the failing test since it wasn't checking hline expressions
and hence should not have relied on undocumented behaviour in the first
place.
Regards,
Ach
The following works in the latex export, with the correct table number being
inserted.
"See Table-\ref{tbl:repositories} for details"
However "\ref{tbl:repositories}" is included verbatim in the HTML export.
Is there a setting that causes \ref{} not to insert the correct results in
HTML?
T
Hello,
Luke Crook writes:
> The following works in the latex export, with the correct table number being
> inserted.
>
> "See Table-\ref{tbl:repositories} for details"
>
> However "\ref{tbl:repositories}" is included verbatim in the HTML export.
>
> Is there a setting that causes \ref{} not t
Hello,
"Sebastien Vauban"
writes:
> In the `org-latex-classes' documentation (and in the Org Beamer
> documentation),
> I don't see how to include or exclude lines passed through the #+BEAMER_HEADER
> keyword.
[...]
> Is there a solution for those lines?
These lines are included in [EXTRA]
I am trying to rewrite my org-writers-mode to use a navi-mode buffer
as a guide for the org-mode buffer
In navi-mode, it is possible to narrow the original ("twin)) buffer
using the quick ommand "r". However, doing so also narrows the
navi-mode buffer, so that only the current heading is visible.
Achim Gratz writes:
> Achim Gratz writes:
>> Besides, that change breaks test-org-table/compare, which for whatever
>> reason uses just such a LHS construct.
>
> I've fixed the failing test since it wasn't checking hline expressions
> and hence should not have relied on undocumented behaviour in
Hi David,
David Belohrad writes:
> is there any way how I could programmatically assign to
> org-scheduled-previously the same colors as they are by current
> priority?
Nope -- this would require changes in the code, and I don't think
this use-case is general enough to make these changes. My o
Hi Sébastien,
"Sebastien Vauban"
writes:
> Here is a small patch to improve the messages displayed by Org Babel when
> processing code blocks: now, you get the line number added to the output, so
> that you can easily find afterward which block had problems, if such things
> were reported in t
I noticed when completing a capture template that the point suddenly jumped
back to the left of a hyperlink on the same line in the middle of typing.
It seems to only happen when there's a hyperlink on the line, and only
within a header. I debugged org-self-insert-command and traced through to
org-
Matt Price writes:
Hi Matt,
> I am trying to rewrite my org-writers-mode to use a navi-mode buffer
> as a guide for the org-mode buffer
>
> In navi-mode, it is possible to narrow the original ("twin)) buffer
> using the quick ommand "r". However, doing so also narrows the
> navi-mode buffer, s
Hi Reuben,
Reuben Garrett writes:
> I also tried `emacs -Q -l /path/to/minimal-org.el` with the latest
> version (8.2.1-45-g92f89e), but experienced the same results.
Can you share /path/to/minimal-org.el and the capture template?
Does it happen even when there are no tags in the headline?
Th
On Thu, Nov 7, 2013 at 3:49 PM, Bastien wrote:
> Can you share /path/to/minimal-org.el and the capture template?
Sure, here they are (inlined below). I should add that this also happens
outside capture mode — I just happened to notice it then.
> Does it happen even when there are no tags in the
Hi Bastien,
Good to hear from you. Thanks for the response.
Exporting to HTML works fine. I get errors only with org-publish.
Here's my latest attempt:
https://gist.github.com/jaydixit/7363158
I'm running on OSX running Aquamacs 2.5 (Emacs 23.4.1) and org-mode 8.2.1.
Here's my org-publish con
Nicolas Goaziou gmail.com> writes:
>
> \ref{} is LaTeX syntax. Try [[tbl:repositories]] instead.
>
> Regards,
>
That did the trick, thank you.
Hi Bastien,
Bastien wrote:
> "Sebastien Vauban" writes:
>
> PS: Don't forget to add TINYCHANGE at the end of your patches in such
> cases.
I thought that the rule was:
Add TINYCHANGE if less than 20 (trivial) lines; otherwise, you need to
assign copyright to the FSF -- and, *if you sign
Thank you, Bastien.
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get it.
Denmark: free Karina Hansen NOW.
Thanks, Bastien.
On Thu, Nov 7, 2013 at 4:37 PM, Thorsten Jolitz wrote:
> Matt Price writes:
>
> Hi Matt,
>
>> I am trying to rewrite my org-writers-mode to use a navi-mode buffer
>> as a guide for the org-mode buffer
>>
>> In navi-mode, it is possible to narrow the original ("twin)) buffer
>> using the quick omm
On Thu, Nov 7, 2013 at 7:33 AM, Sebastien Vauban wrote:
> Hello Alan,
>
> Alan Schmitt wrote:
> > I finally took the time to watch the eev video
> > (http://angg.twu.net/eev-videos/video2.mp4) and I'm quite impressed by
> > it. I find it may be redundant for some features of org mode (such as
> >
Hi,
I don't put parentheses around org-heml-publish-to-html.
The rest of the configuration looks Ok to me.
Can you show us a (minimal) example file you want to publish?
Thanks and best regards
Robert
On 11/07/2013 11:48 PM, Jay Dixit wrote:
> Hi Bastien,
>
> Good to hear from you. Thanks f
On Friday, November 8, 2013 12:21:21 AM HKT, Nicolas Goaziou wrote:
Here's an update which should properly remove these files. Could you
confirm it?
Yes, working fine. Thanks.
hjh
Hi Sébastien,
"Sebastien Vauban"
writes:
> I thought that the rule was:
>
> Add TINYCHANGE if less than 20 (trivial) lines; otherwise, you need to
> assign copyright to the FSF -- and, *if you signed the FSF papers, you
> don't need anymore to add TINYCHANGE, whichever the length o
Hi Jay,
Jay Dixit writes:
> Here's my org-publish configuration. I believe it comes from a
> tutorial you put up somewhere.
(Yes, from here: http://bzg.fr/blogging-from-emacs.html)
I suspect the problem comes from smex.el -- did you load it?
http://ergoemacs.googlecode.com/svn/trunk/packages/s
Reuben Garrett writes:
> Sure, here they are (inlined below). I should add that this also
> happens outside capture mode
Let's focus on this case then -- can you provide a minimal step by
step recipe to reproduce this? E.g.: I insert this, my point is here,
I insert this, then the point jumps b
Bastien writes:
> Hi David,
>
> David Belohrad writes:
>
>> is there any way how I could programmatically assign to
>> org-scheduled-previously the same colors as they are by current
>> priority?
>
> Nope -- this would require changes in the code, and I don't think
> this use-case is general eno
49 matches
Mail list logo