Hello,
Bernt Hansen writes:
> I have subtrees with inactive timestamps in the text indicating when
> something occurred. I normally don't want to export these. But I think
> any table data that includes inactive timestamps should be an exception
> to this ... otherwise you get output tables wi
Dnia 2013-04-07, o godz. 21:33:41
David Rogers napisał(a):
> Marcin Borkowski writes:
>
> > Dnia 2013-04-07, o godz. 14:16:54
> > David Rogers napisał(a):
>
> >> I have felt the same way. Is the reason it's not already done (and
> >> the pitfall for you if you take on a project like this) tha
Marcin Borkowski writes:
> Dnia 2013-04-07, o godz. 14:16:54
> David Rogers napisał(a):
>> I have felt the same way. Is the reason it's not already done (and the
>> pitfall for you if you take on a project like this) that "re-write
>> major chunks of Emacs" is a pretty big job?
>
> ...
> Rememb
Reading the manual, I discovered that the #+STARTUP link in the main
index doesn't point to anything. The link #+SETUPFILE above it points
to the #+SETUPFILE section in 'Summary of in-buffer settings', which
was more than thorough enough for my purposes. I propose that this
section would make a
1. http://gnuwin32.sourceforge.net/packages.html
2. http://gnuwin32.sourceforge.net/packages/zip.htm
For Emacs + Windows there is this repo
http://sourceforge.net/projects/ezwinports/files/
maintained by Eli Zaretskii.
In EzWinPorts, I don't see Zip and Unzip. But if you write to Eli
On Apr 7, 2013, at 8:05 PM, Bernt Hansen wrote:
> Hi Nicolas,
>
> I just noticed that the new exporter does not export inactive timestamps
> in table columns. This is now controlled by the option <:t
>
> I think this is a change from the old exporter (but I'm not sure it's
> really wrong).
T
Hi Nicolas,
I just noticed that the new exporter does not export inactive timestamps
in table columns. This is now controlled by the option <:t
I think this is a change from the old exporter (but I'm not sure it's
really wrong).
I have subtrees with inactive timestamps in the text indicating wh
On Sun, Apr 7, 2013 at 3:09 AM, Achim Gratz wrote:
> John Hendy writes:
>> Just tried doing my first ODT export while booted into Windows and
>> don't have the zip utility that Org is looking for. From searching,
>> this thread suggests Info-zip:
>> - http://comments.gmane.org/gmane.emacs.orgmode/
Nicolas Goaziou writes:
> Hello,
>
> Bernt Hansen writes:
>
>> I'm playing with the new exporter and publishing. Everything seems to
>> be good
>
> Nice.
>
>> except my style sheet details are missing.
>
> Not nice. ;)
>
>> There are :style entries in my org-publish-project-alist which seem to
Nicolas Goaziou writes:
> Dieter Wilhelm writes:
>
>> Thank you very much, practically to the same time Nicolas G. pointed
>> this out as well and I had some issues with the html-preamble, so I
>> didn't reply. But as an aside: Is there a place in worg, in the
>> documentation, a lisp file wher
Hello,
Bernt Hansen writes:
> I'm playing with the new exporter and publishing. Everything seems to
> be good
Nice.
> except my style sheet details are missing.
Not nice. ;)
> There are :style entries in my org-publish-project-alist which seem to
> be ignored -- there are no style details i
Hi Nicolas,
I'm playing with the new exporter and publishing. Everything seems to
be good except my style sheet details are missing.
There are :style entries in my org-publish-project-alist which seem to
be ignored -- there are no style details in the published HTML file
(see http://norang.ca/tm
Dnia 2013-04-07, o godz. 14:16:54
David Rogers napisał(a):
> Marcin Borkowski writes:
>
> > the key seems to be "too hard to use efficiently"... I am afraid
> > that MobileOrg for Android) is indeed much more difficult to use
> > than the Emacs version. The strength of Org is that it is easy
Hi Daniel,
Daniel E. Doherty writes:
> Try tabbing through the following:
>
> #+TBLNAME: modes
> |+-|
> | Name | Matcher |
> |+---
Nicolas Goaziou writes:
> Dieter Wilhelm writes:
>
>> da...@adboyd.com (J. David Boyd) writes:
>>
>>> Back in the day, when I C-x C-e to export from an org file, I could tap
>>> a key and put all the control factors into the top of the file.
>>>
>>> Now I don't see that option when I do this.
>>
Hi Charles,
Charles Berry writes:
> IIUC the problem is that this part of the function
>
> ,
> | (setq buffer-file-name nil
> | buffer-auto-save-file-name
> | (concat (make-temp-name "org-src-")
> | (format-time-string "-%Y-%d-%m") ".txt"))
> `
>
>
> should consult
Hi Stefan,
Stefan Vollmar writes:
> according to the documentation of org-html-table-row-tags in
> ox-html.el the following code can be used to assign different CSS
> classes to alternating rows:
Obviously, this option has been simply copied from org-html.el
and the docstring was obsolete, bec
Marcin Borkowski writes:
> the key seems to be "too hard to use efficiently"... I am afraid that
> MobileOrg for Android) is indeed much more difficult to use than the
> Emacs version. The strength of Org is that it is easy to use (and
> efficient in terms of keystrokes etc.).
>
> I am just won
Hello,
Alan Schmitt writes:
> It is set to `auto'. I thought the #+options: postamble:t line would
> change this.
I was caught by this too. IIRC, it's #+options: html-postamble:t
Regards,
--
Nicolas Goaziou
Nicolas Goaziou writes:
> It isn't the date but the document time stamp (see
> `org-export-time-stamp-file').
I see, sorry for the confusion.
>> But there is something weird, in the default option:
>>
>> (("en" "Author: %a (%e)\nDate:
>> %d\nGenerated by %c\n> class=\"xhtml-validation\">%v"))
>
Nicolas Goaziou writes:
> Dieter Wilhelm writes:
>> Why not simply making org-html-creator-string "name oriented", like:
>>
>> "http://orgmode.org\";>Org mode 8.0-pre / > href=\"http://www.gnu.org/software/emacs/\";>Emacs 24.3.3."
>
> Agreed. Done.
Wonderful, now I'm receiving:
Emacs 24.3.3
Christian Moe writes:
> But what is it that nees to be supported, and why couldn't you just pass
> through *whatever* :attribute value pair the user puts in attr_html?
Does every possible attribute follow attribute="value" pattern? Aren't
there single keywords? If they are that regular, we can i
In general this auto width code seems super annoying. Consider this
>From ox-latex.el:
#+BEGIN_SRC emacs-lisp
(width (cond ((plist-get attr :width))
((plist-get attr :height) "")
((eq float 'figure) "0.7\\textwidth")
((eq float 'wrap) "0.48\\textwidth"
Nicolas Goaziou writes:
>> When I export, both the defaults /and/ the "options" are applied,
>> resulting in duplicated attributes, like this:
>>
>> > frame="hsides" border="2" rules="all" frame="border">
>
> This is a bug.
Ah, good (from my perspective, anyway, I was getting concerned about
"Sebastien Vauban" writes:
> Hi Eric,
>
> Eric Schulte wrote:
>> Emacs Lisp is an exception in terms of colname processing, it has
>> default header arguments set to pass column names through to the code
>> block, where the processing may be done trivially in Emacs Lisp.
>
> OK, but I don't under
Hi Nicolas,
I have the following line in my org-mode document
#+AUTHOR: Bernt Hansen (IRC:BerntH on freenode)
On the old exporter this became
I just tried exporting this with the new exporter and I get this
BerntH
on freenode)"/>
which isn't legal HTML. The quotes on the href="BerntH" clos
Hello,
Rick Frankel writes:
> On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote:
>> Dieter Wilhelm writes:
>> > Or just using a default time string format which is language
>> > independent, like %Y-%m-%d.
>>
>> There's `org-html--timestamp-format', which is used for all timestam
Dieter Wilhelm writes:
> Thank you very much, practically to the same time Nicolas G. pointed
> this out as well and I had some issues with the html-preamble, so I
> didn't reply. But as an aside: Is there a place in worg, in the
> documentation, a lisp file where these wonderful macros are to b
Dieter Wilhelm writes:
> da...@adboyd.com (J. David Boyd) writes:
>
>> Back in the day, when I C-x C-e to export from an org file, I could tap
>> a key and put all the control factors into the top of the file.
>>
>> Now I don't see that option when I do this.
>>
>> Are they gone? Or is it still
On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote:
> Dieter Wilhelm writes:
> > Or just using a default time string format which is language
> > independent, like %Y-%m-%d.
>
> There's `org-html--timestamp-format', which is used for all timestamps
> in preamble, postamble and metada
Dieter Wilhelm writes:
> da...@adboyd.com (J. David Boyd) writes:
>
>> Back in the day, when I C-x C-e to export from an org file, I could tap
>> a key and put all the control factors into the top of the file.
>>
>> Now I don't see that option when I do this.
>>
>> Are they gone? Or is it still
Hello,
Christian Moe writes:
> Bastien writes:
>> You need to use :options now:
>>
>> #+CAPTION: This is a table with lines around and between cells
>> #+ATTR_HTML: :options border="2" rules="all" frame="border"
>
> Oddly, this doesn't work for me at the moment. I'm running
> release_8.0-pre
Christian Moe writes:
> Didn't `M-RET' on an ordinary line of text also turn that line into a
> heading, about the same as doing `C-c *' on that line? At least with
> point in the first column (not sure about other cases)? My memory may be
> faulty, but lately I've found myself trying to do that,
Hi Bastien,
Another change I've noticed in master is the display of the clocking
task menu when doing
C-u M-x org-clock-in
I've reduced my clocking menu items a bit due to screen size changes and
not being able to see the items that scroll off the top of the screen
(normally the most recent item
Dieter Wilhelm writes:
>> Or just using a default time string format which is language
>> independent, like %Y-%m-%d.
>
> Shouldn't %C not adhere to org-export-date-timestamp-format
> which is in fact "%Y-%m-%d"?
`org-export-date-timestamp-format' is, as the docstring says, specific
to the DATE
Hello,
Dieter Wilhelm writes:
> multiple #+TITLE: strings accumulate (for html) exports, is this on
> purpose that the previous is not overwritten?
>
> #+TITLE: bla
> #+TITLE: bla bla
Yes. See BEHAVIOUR parameter for :title in `org-export-options-alist'.
Regards,
--
Nicolas Goaziou
Dieter Wilhelm writes:
> Even though I'm not yet happy with this because the
> org-html-creator-string default:
>
> "Generated by http://orgmode.org\";>Org mode 8.0-pre in href=\"http://www.gnu.org/software/emacs/\";>Emacs 24.3.3."
>
> is in my opinion too much language dependent! It requires t
Hi mark
I totally agree with everything you said. to me its also very difficult to
understand as a neewb.
A simple org editor/viewer to just view my org files in dropbox and simply
text edit them would be fantastic, would really love something like that
Best
Z
Dieter Wilhelm writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Dieter Wilhelm writes:
>>
>>> before 8pre it was better possible to translate the Org/Emacs information
>>> in the
>>> postamble. If I'm using
>>>
>>> ("fr" "Auteur: %a (%e)\nDate
>>> de la modification: %d \nProduit par %c
da...@adboyd.com (J. David Boyd) writes:
> Back in the day, when I C-x C-e to export from an org file, I could tap
> a key and put all the control factors into the top of the file.
>
> Now I don't see that option when I do this.
>
> Are they gone? Or is it still possible to do this?
Bastien want
Rick Frankel writes:
> On 04.04.2013 17:36, Dieter Wilhelm wrote:
>> Nicolas Goaziou writes:
>>> Alan Schmitt writes:
>>>
Dieter Wilhelm writes:
but now I can't specify a date in the form
>
> #+DATE: "%Y-%m-%d"
>
> Formerly an empty specification meant the curren
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> It seems like enough of org's export formats have the concept of page
>> breaks that a generic syntax might be warranted -- I'm finding myself
>> doing lots of exporting to multiple formats. What do people think of
>> that? Emacs
Dear (),
multiple #+TITLE: strings accumulate (for html) exports, is this on
purpose that the previous is not overwritten?
#+TITLE: bla
#+TITLE: bla bla
--
Dieter
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
Nicolas Goaziou writes:
> Hello,
>
> Dieter Wilhelm writes:
>
>> before 8pre it was better possible to translate the Org/Emacs information in
>> the
>> postamble. If I'm using
>>
>> ("fr" "Auteur: %a (%e)\nDate
>> de la modification: %d \nProduit par %c
>> \n")
>>
>> The result looks like:
Hi Eric,
Eric Schulte wrote:
> Emacs Lisp is an exception in terms of colname processing, it has
> default header arguments set to pass column names through to the code
> block, where the processing may be done trivially in Emacs Lisp.
OK, but I don't understand the precedence of header arguments
Bastien writes:
> You need to use :options now:
>
> #+CAPTION: This is a table with lines around and between cells
> #+ATTR_HTML: :options border="2" rules="all" frame="border"
Oddly, this doesn't work for me at the moment. I'm running
release_8.0-pre-344-g882454, pulled this morning. (It /co
Didn't `M-RET' on an ordinary line of text also turn that line into a
heading, about the same as doing `C-c *' on that line? At least with
point in the first column (not sure about other cases)? My memory may be
faulty, but lately I've found myself trying to do that, and scratching
my head that it
Hi sir/ma`am,
I,Nehal Singhal,am a student of engineering 4th
year,Dehradun,India. I am trying to work out on emacs for my final
year project. I am not able to generate any dot files output in org
babel. I use Emacs 24.2.50 (org-mode-7.9.2).
So far I am able to produce outputs in
Hi Seb,
Emacs Lisp is an exception in terms of colname processing, it has
default header arguments set to pass column names through to the code
block, where the processing may be done trivially in Emacs Lisp.
> #+name: input
> | id | var1 |
> |--+--|
> | obs1 | foo |
> | obs2 | bar |
Dnia 2013-03-27, o godz. 09:59:49
Eric Abrahamsen napisał(a):
> Marcin Borkowski writes:
>
> > Dnia 2013-03-25, o godz. 13:35:08
> > Eric Abrahamsen napisał(a):
> >
> >> Nicolas Goaziou writes:
> >>
> >> > Thanks for your patch. I didn't know about "tabu" package, but it
> >> > looks interes
Dnia 2013-03-23, o godz. 21:04:58
John Hendy napisał(a):
> > 2. When I choose the menu and then "Outline", I can see the outline.
> > But when I choose menu and then "Agenda", I see nothing but the
> > title ("Agenda") and a "plus" button in the upper right corner.
> >
> > (a) Shouldn't there be
Hello,
Dieter Wilhelm writes:
> before 8pre it was better possible to translate the Org/Emacs information in
> the
> postamble. If I'm using
>
> ("fr" "Auteur: %a (%e)\nDate
> de la modification: %d \nProduit par %c
> \n")
>
> The result looks like:
>
> Produit par Generated by Org mode 8.0
All,
I am writing an app for bookkeeping that uses regexp's in org tables.
They are working great except that they always come up misaligned when
the regexp has a \vert{} in it for alternation.
Also when tabbing through the file the alignment gets confused as well
and appears to miscalculate the
Bastien writes:
> I need to think harder about this and to get more feedback, because
> the new behavior seems the correct one to me. Also, it is in sync
> with the docstring of `org-insert-heading-respect-content':
>
> Non-nil means insert new headings after the current subtree. When
> nil
Hi, Bastien,
Thanks for checking up. I don't see quite the same behavior any more, I
do still have some problems with my original file, but I've so far
failed to reproduce them with a minimal example. Let's close this
thread, and I'll post a better bug report if I can pin it down.
Yours,
Christi
Dear list,
before 8pre it was better possible to translate the Org/Emacs information in the
postamble. If I'm using
("fr" "Auteur: %a (%e)\nDate
de la modification: %d \nProduit par %c
\n")
The result looks like:
Produit par Generated by Org mode 8.0-pre in Emacs 24.3.3
which also contradi
Guido Van Hoecke writes:
> Hi Holger and David
>
>> On 05/04/13 17:51, Holger Wenzel wrote:
>>> Hi Guido,
I wanted to install the MobileOrg app on my iPhone, but iTunes claims
that there is no such app in the Belgian App Store?!
Did I miss something?
>>>
>>> did you go to
Hello,
Eric Abrahamsen writes:
> It seems like enough of org's export formats have the concept of page
> breaks that a generic syntax might be warranted -- I'm finding myself
> doing lots of exporting to multiple formats. What do people think of
> that? Emacs already has a convention of using as
Hi Holger and David
> On 05/04/13 17:51, Holger Wenzel wrote:
>> Hi Guido,
>>>
>>> I wanted to install the MobileOrg app on my iPhone, but iTunes claims
>>> that there is no such app in the Belgian App Store?!
>>>
>>> Did I miss something?
>>
>> did you go to http://mobileorg.ncogni.to/
Yep, they
Hi Bastien
On Sat, Apr 6, 2013 at 10:31 PM, Bastien wrote:
> I used (sit-for 3) after the message to increase the odds
> that the user gets it.
I tried and had to see that (sit-for) has the same problems like
(ding) or (error) when used in org-file-contents. I noticed even one
more problem in ad
Hi Oliver,
If you can add a column, how about this first-aid?
| Product |g | kJ/100g | kJ | kcal |
|---+--+-+--+--|
| Bread | 50.6 |1372 | 694 | 166 |
| Butter| 11.5 |3054 | 351 | 84 |
| Marmalade | 19.7 | 926 | 182 | 44 |
|-
Hi Bastien,
Am 07.04.2013 09:42, schrieb Bastien:
Hi Gerhard,
Gerhard writes:
I did not see the change in the repository yet, so I send this message here
to the original mailing list.
I just applied the change, let us know if it works correctly for you.
Thanks for the heads up,
Yes, it w
Bastien writes:
>> #+BEGIN_SRC R :results silent :exports results :session *ssh gauss* :cache
>> yes
[…]
>> with `:results output' instead of `:results: silent' everything works
>> fine.
>
> Please let us know if the documentation* needs some clarification here,
> or if this is a bug -- maybe s
Hi François, Bastien,
Bastien wrote:
> François Pinard writes:
>
>> There does not seem to be any reference to HTML_STYLE in the Org manual.
>> (Org version 7.9.3e (7.9.3e-1751-g8c47da) — taken this morning).
>
> I guess Sébastien meant #+HTML_HEAD -- #+HTML_STYLE does not exist
> anymore.
Yes H
Hi Thomas,
Thomas Alexander Gerds writes:
> Using the silent option together with a remote R session block (started
> via ssh.el and ess-remote), like this:
>
> #+BEGIN_SRC R :results silent :exports results :session *ssh gauss* :cache
> yes
> a=1
> 1
> #+END_SRC
>
> produces:
>
> ,
> |
Hi Bernt,
Bernt Hansen writes:
> Org file has this
>
> ,
> | * One
> | two
> | three
> | four
> | five
> `
>
> Put the cursor on first column of line two and hit M-S-RET gives me this
>
> ,
> | * One
> | two
> | * TODO
> | three
> | four
> | five
> `
Okay, I see this too.
> It
Eric Schulte writes:
> That could be handy.
Indeed! Nice hack to add to Worg, or even to contrib/?
Don't hesitate to spread the word :)
--
Bastien
Hi Christian,
Christian Moe writes:
> When exporting a document containing source blocks, I'm queried for
> evaluation. When I say no, export tends to hang.
Do you still have this issue?
If yes, can we reproduce it with a minimal example?
Thanks!
--
Bastien
Hi Rémi,
Rémi Vanicat writes:
> But it seem there is a bug in orgtbl that make this to fail. This very
> simple patch seem to do the trick solve this.
Applied, thanks.
--
Bastien
Hi Gerhard,
Gerhard writes:
> I did not see the change in the repository yet, so I send this message here
> to the original mailing list.
I just applied the change, let us know if it works correctly for you.
Thanks for the heads up,
--
Bastien
John Hendy writes:
> Just tried doing my first ODT export while booted into Windows and
> don't have the zip utility that Org is looking for. From searching,
> this thread suggests Info-zip:
> - http://comments.gmane.org/gmane.emacs.orgmode/43994
You'll need the latest versions of unzip and zip.
Loyall, David writes:
> And that's why civilized programs don't depend on external executables
> from $PATH.
Then practically all programs are uncivilized, especially when
considering that dynamic libraries are just another form of external
executables.
> Now, I'd imagine that some people have ar
Hi,
If I recall, you have a bunch of tagged headings with EMAIL properties,
and you want to extract a comma-separated list of email addresses based
on tag matching. I posted an example of one approach, using a Babel block
to put results inline.
I'm not quite clear on your use case / desired resu
73 matches
Mail list logo