Hello,
** James Harkins [2014-03-18 13:52:10 +0800]:
> The documentation here seems rather un-detailed.
> http://orgmode.org/manual/Tables-in-HTML-export.html#Tables-in-HTML-export
> What I wanted to do was to have vertical rules between all columns, but not
> horizontal rules. Neither this sect
Hello,
consider the following example Org document:
-- 8< --
#+TITLE: Example
#+AUTHOR: Vladimir Lomov
* How ~comments~ interferes with ~noweb~
#+NAME: code1
#+BEGIN_SRC sh
var1
#+END_SRC
#+NAME: code2
#+BEGIN_SRC sh
[[ -t ${SHELL} ]]
The documentation here seems rather un-detailed.
http://orgmode.org/manual/Tables-in-HTML-export.html#Tables-in-HTML-export
What I wanted to do was to have vertical rules between all columns, but not
horizontal rules. Neither this section of the documentation, nor the
docstring for org-html-ta
Rick Frankel writes:
> On Mon, Mar 17, 2014 at 11:26:28PM +0100, Rasmus wrote:
>> Rick Frankel writes:
>>
>
>> > On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote:
>> >> Hi Rasmus and Nicolas,
>> >>
>> >
>> >> Nicolas Goaziou writes:
>> >>
>> >> >> Let me know if you find you'd be willing
Eric Schulte writes:
> Nick Dokos writes:
>
>> (popup.py is my homemade notifier)
>
> Try adding `(lambda () (shell-command-to-string "popup.py babel done"))'
> to your `org-babel-after-execute-hook'.
>
>>
>> I get the popup immediately and the results after 10 seconds. The
>> org-babel-after-
I'm looking for a quick and dirty way to use the org-mode variables within
Latex.
I thought the following might work;
#+TITLE: A nice title
#+LATEX_HEADER: \newcommand{\orgtitle}TITLE
And then in the .tex file;
\orgtitle{}
Suggestions?
Thanks
Nick Dokos writes:
> Ken Mankoff writes:
>
>> Hi Eric,
>>
>> On 2014-03-17 at 17:05, Eric Schulte wrote:
>>> Ken Mankoff writes:
>>>
Until asynchronous babel exists, it would be nice to at least be
notified when long-running tasks complete. Does anyone have advice
how to set up a
On Mon, Mar 17, 2014 at 11:19:27PM +0100, Rasmus wrote:
> Hi Rick,
>
> Rick Frankel writes:
>
> > On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote:
> >> Hello,
> >>
> >> Nicolas Goaziou writes:
> >>
> >> > So if the change is only stylistic, I see no reason to break
> >> > compatibility
On Mon, Mar 17, 2014 at 11:26:28PM +0100, Rasmus wrote:
> Rick Frankel writes:
>
> > On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote:
> >> Hi Rasmus and Nicolas,
> >>
> >
> >> Nicolas Goaziou writes:
> >>
> >> >> Let me know if you find you'd be willing to merge something like this
> >> >
Hello,
I am wondering if it is possible to get org-mode to stop asking to read
the bbdb file when creating the new agenda. It is a bit annoying because
GNUS in another instance of emacs generally has the file.
I have seemingly removed any calls to bbdb in my org set-up (initially
used it for ann
> So, it only covers a single command (C-k).
Sorry, forget my question: I had forgotten to turn my brain on, somehow
(seems to happen too often lately).
These numbers aren't call counts, they're just numbers of samples, so
there's no evidence that flyspell-post-command-hook was run very many times
Ilya Shlyakhter writes:
> When I open emacs with this file, move to the emacs-lisp block, and
> evaluate it, I get "aaa".
I can reproduce your problem now, I'm on it, and the problem is real,
but I need to make sure all tests pass fine before fixing this.
Thanks,
--
Bastien
* org.el (org-mode): Add guard around set-face-foreground.
(org-mode): When loading Org buffers through desktop, there will not be
a foreground set for org-hide. Therefore, simply do not set the
foreground of org-hide unless there is one to set.
---
lisp/org.el | 4 +++-
1 file changed, 3 inserti
Hi Rick,
Rick Frankel writes:
> On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote:
>> Hello,
>>
>> Nicolas Goaziou writes:
>>
>> > So if the change is only stylistic, I see no reason to break
>> > compatibility with "ox-freemind.el".
>
>> I would favor a solution where the HTML backend us
Rick Frankel writes:
> On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote:
>> Hi Rasmus and Nicolas,
>>
>
>> Nicolas Goaziou writes:
>>
>> >> Let me know if you find you'd be willing to merge something like this
>> >
>> > I don't know enough HTML to have an opinion here.
>>
>
> I don't thin
On 3/17/14 5:43 PM, Achim Gratz wrote:
The test case doesn't work as posted. A working test case produces the
Try http://ilya.cc/testcase.org
When I open emacs with this file, move to the emacs-lisp block, and
evaluate it, I get "aaa".
I could easily be wrong re: the logic of the code, but
Ken Mankoff writes:
> Hi Eric,
>
> On 2014-03-17 at 17:05, Eric Schulte wrote:
>> Ken Mankoff writes:
>>
>>> Until asynchronous babel exists, it would be nice to at least be
>>> notified when long-running tasks complete. Does anyone have advice
>>> how to set up a hook on babel completion so tha
Hi Bastien,
Bastien writes:
> "R. Michael Weylandt "
> writes:
>
>> I've tried this with Org 7.9.3 and 8.2.5h to the same result:
>>
>> <-->
>> #+TITLE: Test
>> * One
>> Here is a [[http://google.com/search?q=orgmode][link]]
>> <-->
>>
>> Exporting to HTM
Stefan wrote:
>> I thought at using the profiler of Emacs 24, and it gives meaningful
>> results. Good news #2.
>> Here they are:
>> --8<---cut here---start->8---
>> - flyspell-post-command-hook 3271 98%
>
> Does this report o
In the current master branch, doing the example from the patch
(reproduced below again) gives "aaa", because the line
(let (org-file-properties org-global-properties
org-global-properties-fixed)
has been removed from org-entry-get-with-inheritance .
I agree that patching a function as cor
Hello,
Matt Lundin writes:
> The rewrite of org-mode-flyspell-verify in commit
> 4a27c2b4b67201e0b23f431bdaeb6460b31e1394 (Nov 21, 2013) makes navigating
> org-mode files with large chunks of text very slow.
[...]
> => Org-mode version 8.2.5h (release_8.2.5h-757-gc444e4 @
> /home/matt/org-mode
Ilya Shlyakhter writes:
> Here is the test case again:
The test case doesn't work as posted. A working test case produces the
result shown below (with and without your patch reverted) on current
master (tested again via make vanilla just to be sure).
--8<---cut here---sta
Hi Eric,
On 2014-03-17 at 17:05, Eric Schulte wrote:
> Ken Mankoff writes:
>
>> Until asynchronous babel exists, it would be nice to at least be
>> notified when long-running tasks complete. Does anyone have advice
>> how to set up a hook on babel completion so that growl or some
>> other system
Hi Nicolas and Eric,
Eric Schulte writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Eric Schulte writes:
>>
>>> This sounds like a good compromise to me. As you say, this should
>>> easily and visually support both use cases and is intuitive. I've not
>>> touched the export machinery mysel
Hi Ken,
Ken Mankoff writes:
> I see from old emails to this list that asynchronous babel does not
> exist and is non-trivial to implement.
Yes, at least my initial attempts to implement this did not succeed (see
line 100 of ob-comint.el), and I haven't had the time to revisit the
issue. In act
Achim Gratz writes:
> Bastien writes:
>> What I meant is this: broken tests are not a sufficient reason to
>> revert a commit. You need to show the commit is wrong and the tests
>> are not outdated.
>
> No code breaking a test should have been committed in the first place,
> then we wouldn't nee
Bastien writes:
> What I meant is this: broken tests are not a sufficient reason to
> revert a commit. You need to show the commit is wrong and the tests
> are not outdated.
No code breaking a test should have been committed in the first place,
then we wouldn't need to have this discussion. If t
Achim Gratz writes:
>> I meant: can you tell me how the tests fail?
>
> They don't produce the result they are supposed to produce.
Thanks for this explanation.
>> I'm interested in the answer.
>
> make BTEST_RE='\\(header-arg-defaults\\|property-accumulation\\)'
> test-dirty
Thanks!
If
I see from old emails to this list that asynchronous babel does not
exist and is non-trivial to implement. Until asynchronous babel
exists, it would be nice to at least be notified when long-running
tasks complete. Does anyone have advice how to set up a hook on babel
completion so that growl or s
Bastien writes:
> Achim Gratz writes:
>
>>> Can you tell a bit more about what's wrong with the test?
>>
>> There is nothing wrong with those tests.
>
> I meant: can you tell me how the tests fail?
They don't produce the result they are supposed to produce.
> I'm interested in the answer.
make
M writes:
> Salut Bastien,
>
> thanks a lot - that helps a little, however this will only work temporarily
> and already for the next "r" refresh, the combined agendas are not there any
> more, just one, if I am not mistaken.
>
> My question was more targeting in the direction if it could be poss
Achim Gratz writes:
>> Can you tell a bit more about what's wrong with the test?
>
> There is nothing wrong with those tests.
I meant: can you tell me how the tests fail?
I'm interested in the answer.
>> If the patch is good and the tests are outdated, I'd rather
>> fix the tests than revert t
Bastien writes:
> Can you tell a bit more about what's wrong with the test?
There is nothing wrong with those tests.
> If the patch is good and the tests are outdated, I'd rather
> fix the tests than revert the patch to re-revert it again.
No, the patch is bad, otherwise it wouldn't break the te
Achim Gratz writes:
> Bastien writes:
>> Applied, thanks!
>
> That badly breaks the following tests:
>
>FAILED test-ob-header-arg-defaults/tree/accumulate/call
>FAILED test-ob-header-arg-defaults/tree/accumulate/noweb
>FAILED test-ob-header-arg-defaults/tree/complex/call
>FAILE
Bastien writes:
> Applied, thanks!
That badly breaks the following tests:
FAILED test-ob-header-arg-defaults/tree/accumulate/call
FAILED test-ob-header-arg-defaults/tree/accumulate/noweb
FAILED test-ob-header-arg-defaults/tree/complex/call
FAILED test-ob-header-arg-defaults/tree/c
John Hendy writes:
> On Mon, Mar 17, 2014 at 10:00 AM, Eric Schulte wrote:
>> John Hendy writes:
>>
>>> On Fri, Feb 7, 2014 at 1:22 PM, Rainer M Krug wrote:
On 02/07/14, 17:47 , Eric Schulte wrote:
> Rainer M Krug writes:
>
>> On 02/07/14, 07:18 , John Hendy
On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote:
> Hi Rasmus and Nicolas,
>
> Nicolas Goaziou writes:
>
> >> Let me know if you find you'd be willing to merge something like this
> >
> > I don't know enough HTML to have an opinion here.
>
I don't think it's a bad change, but i have a coup
On Mon, Mar 17, 2014 at 10:00 AM, Eric Schulte wrote:
> John Hendy writes:
>
>> On Fri, Feb 7, 2014 at 1:22 PM, Rainer M Krug wrote:
>>>
>>>
>>>
>>> On 02/07/14, 17:47 , Eric Schulte wrote:
>>> > Rainer M Krug writes:
>>> >
>>> >> On 02/07/14, 07:18 , John Hendy wrote:
>>> >>> Greetings,
>>> >>
On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote:
> Hello,
>
> Nicolas Goaziou writes:
>
> > So if the change is only stylistic, I see no reason to break
> > compatibility with "ox-freemind.el".
> I would favor a solution where the HTML backend uses what's
> readable (— and friends) and wh
Hi,
> Hi Bastien,
>
> · Bastien wrote:
>> Thomas Holst writes:
>>
>>> Given a table with several sections and a capture template for entries
>>> in this table. The sections are dynamic, so a static value for
>>> table-line-pos does not help. With this patch table-line-pos can be:
>>>
>>> - a stri
Dnia 2014-03-16, o godz. 11:16:03
Nicolas Goaziou napisał(a):
> Another, more advanced option, is to use a parse tree filter to create
> pseudo-types, i.e., element or object types that don't exist in
> regular Org syntax. See `math-block' type in "ox-latex.el", in
> particular `org-latex-math-bl
Chris Henderson writes:
> http links on mobile-org on iPhone is not click-able and I need to select
> all, copy and paste the link on safari instead of just clicking and opening
> it directly. Is this normal behavior?
No links should be clickable, they are for me. For example, with the
followin
Hi Nicolas,
Nicolas Goaziou writes:
> path is always a string. Description is always parsed (and transcoded
> already). In the most simple cases, they are equals.
I found out I have to parse the path because "hello \alpha" would not
be exported correctly otherwise. (But I agree this is a corne
Dnia 2014-03-16, o godz. 15:12:46
Nicolas Goaziou napisał(a):
> Marcin Borkowski writes:
>
> > So basically I can attach #+ATTR_WHATEVER attributes also to lists,
> > paragraphs and other elements? Even list items? (This would mean
> > that I could mark the "correct" answer using that syntax
Hi Miro,
Miro Bezjak writes:
> it took a while, but my FSF papers finally pulled through. I guess
> that means ob-groovy.el can now move from `contrib' and into `lisp'.
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=4d32b9eb
yes, I received the FSF confirmation and moved ob-groovy.el
a fe
Well, I was kind of shocked because the mails sounded to imply I need to
switch evaluation off and, supposedly, extra-off-for-ical, too.
In fact that is the default, or so the source code comment reads but I
have no idea how that works out.
Cheers,
Simon
On 03/13/2014 04:42 PM, Bastien wrot
John Hendy writes:
> On Fri, Feb 7, 2014 at 1:22 PM, Rainer M Krug wrote:
>>
>>
>>
>> On 02/07/14, 17:47 , Eric Schulte wrote:
>> > Rainer M Krug writes:
>> >
>> >> On 02/07/14, 07:18 , John Hendy wrote:
>> >>> Greetings,
>> >>>
>> >>>
>> >>> I don't usually tangle, but am creating a code file
In Agenda view, 'i' executes org-agenda-diary-entry. However, the entry is just
appears somewhere in the list, and if I want to further refine it, I need to
search for it. How can I have my mark automatically moved to the newly created
item?
> I thought at using the profiler of Emacs 24, and it gives meaningful
> results. Good news #2.
> Here they are:
> --8<---cut here---start->8---
> - flyspell-post-command-hook 3271 98%
Does this report only cover a single com
At Mon, 17 Mar 2014 10:34:55 -0400,
Ken Mankoff wrote:
>
> Hi,
>
> This isn't directly related to Org, but I'll mention it anyway since
> people are discussing quantities and "scale" for their
> recipes. Various programming languages have "physical units" packages
> that can make working with uni
Hi,
This isn't directly related to Org, but I'll mention it anyway since
people are discussing quantities and "scale" for their
recipes. Various programming languages have "physical units" packages
that can make working with units quite fun. I use the python
"Quantities" package
http://pythonhoste
The rewrite of org-mode-flyspell-verify in commit
4a27c2b4b67201e0b23f431bdaeb6460b31e1394 (Nov 21, 2013) makes navigating
org-mode files with large chunks of text very slow.
For instance, I started up a minimal emacs:
/usr/bin/emacs -Q -l ~/config/minimal.el
...where minimal.el is...
minimal
Hi all,
it took a while, but my FSF papers finally pulled through. I guess that
means ob-groovy.el can now move from `contrib' and into `lisp'.
Kind Regards,
Miro
On Mon, Dec 30, 2013 at 3:53 AM, Eric Schulte wrote:
> Miro Bezjak writes:
>
> > Sure - attached.
> >
>
> Applied, Thanks!
>
> --
That would be better yes, but it looked easier (to me and my limited
skills) to access properties through Emacs Lisp than accessing tables. Org
experts might have some useful tips.
FC
On Mon, Mar 17, 2014 at 3:26 PM, Xebar Saram wrote:
> thank you all for the great answers
>
> Fletcher, your i
Bastien writes:
> Bastien writes:
>
>> If we do this, I don't see the need to enforce case sensitivity.
>
> I attach a patch that illustrates the fix I propose on top on my
> previous commit.
I somehow missed this message.
> With this,
>
> ==
thank you all for the great answers
Fletcher, your idea sounds great, but why not use org tables as people
suggested for ingredients. ive started using it yesterday and im very
pleased, in example:
*** COOK Pancakes:American:
:PROPERTIES:
:Source: TV
:Serves:
:Time:
:Ra
Hello everyone,
Since we are on this subject, are you aware of any package that would make
an 'automatic' shopping list based on recipes? My idea was to record
recipes in this format:
* Name of the recipe :tag:
1) Step one.
2) Step two.
3) Step three.
:PROPERTIES:
:ingredient_1: quanti
Nicolas Goaziou writes:
> I see the capitalization problem, but I still don't understand why you
> think target and description are inverted.
Well, they are.
Okay, again:
<<>>
hello world
Hello Phil,
When I use the edit buffer (by pressing C-c '), my Org syntax is indented
properly (in accordance with org-indent-mode, which is set to t). The code
block itself looks like this after editing:
#+BEGIN_SRC org :exports code
,* Top level headline
,** Second level
,*** Third level
On 17 March 2014 12:37, Bastien wrote:
> Reuben Thomas writes:
>
> > I don't know, because I don't know whether it's the behavior or
> > documentation that is wrong.
>
> If the behavior is wrong, what is wrong?
>
> If the documentation is wrong, what is wrong?
>
I shall assume it's a bug in the
Bastien writes:
> Nicolas Goaziou writes:
>
>>
>> Hello World
>>
>>
>>
>> Let’s say Hello World to test.
>>
>> It looks good to me.
>
> The target is the radio link: "Hello World".
>
> The link description in the second paragraph is "hello world".
>
> So the output is not good:
>
> 1) Hello W
Nicolas Goaziou writes:
>
> Hello World
>
>
>
> Let’s say Hello World to test.
>
> It looks good to me.
The target is the radio link: "Hello World".
The link description in the second paragraph is "hello world".
So the output is not good:
1) Hello World should be
Hello World
^
Bastien writes:
> I don't get the logic: the output text has two parts: the target of
> the link, the description of the link. It the example above, the
> Target is "Hello World", and should be rewritten "Hello-World" to
> escape spaces. The description is "hello world" and should not be
> rewr
Reuben Thomas writes:
> I don't know, because I don't know whether it's the behavior or
> documentation that is wrong.
If the behavior is wrong, what is wrong?
If the documentation is wrong, what is wrong?
Sorry to be plain, but you need to help me :)
--
Bastien
Hehe ;) No, I was merely suggesting that maybe someone tried too hard to
fix non-working urls becauase of other use cases.
Luckily it seems fixed now.
On 03/06/2014 10:17 AM, Andreas Leha wrote:
"R. Michael Weylandt" writes:
On Tue, Mar 4, 2014 at 3:45 PM, Simon Thum wrote:
This seems to
On 17 March 2014 02:11, Bastien wrote:
> Hi Reuben,
>
> I'm confused and can't get what's the problem: is it a bug?
> Is it a documentation bug?
I don't know, because I don't know whether it's the behavior or
documentation that is wrong.
--
http://rrt.sc3d.org
Bastien writes:
> If we do this, I don't see the need to enforce case sensitivity.
I attach a patch that illustrates the fix I propose on top on my
previous commit.
With this,
<<>>
Let's say hello \alpha world to test.
=
Hi
The Suvayu edited answer of Jul 26 '13 at 11:42
http://stackoverflow.com/questions/10295177/is-there-an-equivalent-of-org-modes-b-ignoreheading-for-non-beamer-documents
#+begin_src elisp
(require 'ox)
(defun sa-ignore-headline (contents backend info)
"Ignore headlines with tag `ignorehead
Hi Nicolas,
thanks for looking into this.
Nicolas Goaziou writes:
> Actually, even though it works if you test it on cases like:
>
> <<>> foo
>
> it isn't right on more complex cases:
>
> <<>> with \alpha
True.
It is not right on simpler example too, with just spaces:
==
Hello,
Bastien writes:
> Nicolas, I modified the logic for radio link export in ox-html.el,
> ox-latex.el and ox-beamer.el. I also modified the use of the target
> instead of the path in ox-ascii.el. Can you review this change
> (http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=d2e7b1b) and
Ok, I then send a copy of this email to emacs guys
Bastien writes:
> Hi David,
>
> David Belohrad writes:
>
>> Is the hard-wired face for weekend days intentional? I would propose to
>> declare those days in an external variable so user could actually choose
>> what he considers as weekend...
Hi David,
David Belohrad writes:
> Is the hard-wired face for weekend days intentional? I would propose to
> declare those days in an external variable so user could actually choose
> what he considers as weekend...
I don't know if it is intentional but I observe the same.
> any comments on th
Hi!
Samuel Wales writes:
> We had a great discussion about scanners and ADFs here a while back.
> The Fujitsu ScanSnap 1500 seemed to be a favorite.
We have got Fujitsu ScanSnap S1500M and FI-6130Z - both work near
perfect with Linux and SANE.
If you use SANE, it is necessary to set the driver
Am Mon, Mar 17, 2014 at 03:07:08AM +0100, Bastien schrieb:
> Yes -- and I recently removed the fix I sent to Michael about S-RET
> not aligning properly in table because of this ping pong. I'll
> revisit this thoroughly and hopefully come up with a stable solution,
> but the problems here are clos
Dear All,
this might be out for this group, but maybe there will be some help, as
calendar is used extensively in org mode.
In Czech Rep, the week starts always by monday, so I do
(setq calendar-week-start-day 1)
This perfectly sets the monday in the calendar view (so M-x calendar) as
first day
Hi Bastien,
· Bastien wrote:
> Thomas Holst writes:
>
>> Given a table with several sections and a capture template for entries
>> in this table. The sections are dynamic, so a static value for
>> table-line-pos does not help. With this patch table-line-pos can be:
>>
>> - a string like "II-2"
>
Hi Bastien,
· Bastien wrote:
> Thomas Holst writes:
>
>> Here is a path with implements this feature.
>
> I used a slightly different technique to avoid the reference to
> `sr-mode'.
>
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=5f2dce
>
> Thanks for the idea,
thanks for implementing t
77 matches
Mail list logo