Here's a minimal example:
#+begin_src org
#+startup: beamer
#+latex_class: beamer
#+options: tex:t
* A headline
a word^{*} followed by another^{*}
- bullet item^{*}
- bullet item^{*}
- bullet item
- bullet item
#+end_src
I just wanted an asterisk to put a little footnote for two items in a
l
Hello,
Since the last pull I made, I can't expand anymore BBDB aliases in Gnus...
because of Org!
--8<---cut here---start->8---
Debugger entered--Lisp error: (error "Lisp nesting exceeds
`max-lisp-eval-depth'")
yas--all-parents(text-mode)
(lambda (mode) (y
Dear org-people,
First of all, my thanks to everyone who contributes to this project! My
(digital) life orbits around org-mode now.
I am very happy with my current emacs/org-mode set up, but (being a
permanent tinkerer) I am planning to do some relatively important
changes, in particular in r
Hi,
this is a question for CSS experts.
I am trying to get rid of time stamps in HTML export. So I am using a CSS file
which contains among other things:
#table-of-contents {
font-size: 100%;
position: fixed;
display: block;
left: 10px;
top: 164px;
Hello Carsten,
Carsten Dominik wrote:
> this is a question for CSS experts.
>
> I am trying to get rid of time stamps in HTML export. So I am using a CSS
> file which contains among other things:
>
> #table-of-contents {
> font-size: 100%;
> position: fixed;
> display: block;
>
Hello again,
Like many others, I'm adapting my workflow to the new exporter. Like
Carsten (but apparently few others), I've been using macros extensively.
Though I've spent several days digging through the mailing list and
code, I still don't have the answers I need, but hopefully I can ask
intel
Hello,
In my files, this used to work to suppress the default styles and
javascript:
#+BIND: org-export-html-style-include-default nil
#+BIND: org-export-html-style-include-scripts nil
Now, I have these:
#+BIND: org-html-style-include-default nil
#+BIND: org-html-style-include-scripts nil
But
Dear Julian,
Julian Burgos writes:
> First of all, my thanks to everyone who contributes to this project! My
> (digital) life orbits around org-mode now.
:)
> I am very happy with my current emacs/org-mode set up, but (being a
> permanent tinkerer) I am planning to do some relatively importan
Hi Michael,
Michael Brand writes:
>> SCHEDULED: <2013-02-07 jeu. -2d>
>>
>> The item will not be shown today, but in three days.
>
> For this case I would use:
>
> SCHEDULED: <2013-02-09 Sat>
AFAIU this would not work for what Andrew wants. He wants the
scheduled item to be invisible on th
Hi James,
James Harkins writes:
> One concern: When you tested with C-u C-RET, was the point on a
> hidden headline?
Yes.
> The problem only occurs if the current heading is
> folded up underneath a parent heading. AFAIK cursor movement in
> org-mode ensures that the point is never on invisib
Carsten Dominik gmail.com> writes:
> #table-of-contents timestamp {
> display:none;
> }
You want a class selector (".") there, not an ID selector ("#"). Also you
should probably mark this "!important" so it doesn't get overriden later.
Regards,
Achim.
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
"Sebastien Vauban"
writes:
> Don't you forget the `.' in front of timestamp, for the "class"
> spec?
Yes
#table-of-contents .timestamp {
display:none;
}
works correctly.
--
Bastien
Hi Дядов Васил (do I get your name right?)
vdya...@canopus-pc.elvees.com (Дядов Васил Стоянов) writes:
> There is a minor issue with last org-mode from git repo.
> Agenda files are loaded in showeverything mode (including expanded
> drawers and so on),regardless value of org-startup-folded (which
This problem has been flagged up before:
http://orgmode.org/worg/org-issues.html#mid-87pqt04qg1-2Efsf-40gmail-2Ecom
It's causing me headaches at the moment, so I'm trying to see if I can
find a solution.
The proximate cause of issues with double-width characters in table
fields (they also mess w
Thanks Bastien. Keep up the good work!
On 02/12/2013 10:30 AM, Bastien wrote:
Dear Julian,
Julian Burgos writes:
First of all, my thanks to everyone who contributes to this project! My
(digital) life orbits around org-mode now.
:)
I am very happy with my current emacs/org-mode set up, b
File a bug report - M-x report-emacs-bug RET - against Orgmode. I am
sure something useful will come out of it, eventually. It is good to
get eyes and mouths of emacs-devel-ers involved, for whatever it is
worth. Believe me it is good, for the discussion and suggestions it
will open up.
Eric A
Hi Eric,
Eric Abrahamsen writes:
> This problem has been flagged up before:
>
> http://orgmode.org/worg/org-issues.html#mid-87pqt04qg1-2Efsf-40gmail-2Ecom
>
> It's causing me headaches at the moment, so I'm trying to see if I can
> find a solution.
The problem for me here is that even if (strin
Jambunathan K writes:
> File a bug report - M-x report-emacs-bug RET - against Orgmode.
If users believe this is a bug in Org-mode, they should send
the bug report to the Orgmode list.
If they believe this is a bug in Emacs, they should discuss it
to emacs-devel.
Please help me in letting peop
On 12 feb. 2013, at 11:35, Achim Gratz wrote:
> Carsten Dominik gmail.com> writes:
>> #table-of-contents timestamp {
>> display:none;
>> }
>
> You want a class selector (".") there, not an ID selector ("#"). Also you
> should probably mark this "!important" so it doesn't get overriden
Carsten Dominik writes:
> I am dumber than you think, how exactly would I do this? Add an
> exclamation mark? Where?
This should do:
#table-of-contents .timestamp {
display:none !important;
}
--
Bastien
OK, thank you!
- Carsten
On 12 feb. 2013, at 12:41, Bastien wrote:
> Carsten Dominik writes:
>
>> I am dumber than you think, how exactly would I do this? Add an
>> exclamation mark? Where?
>
> This should do:
>
> #table-of-contents .timestamp {
> display:none !important;
> }
>
> -
Hello,
I just read about this nice extension to markdown syntax this morning:
http://macdrifter.com/2013/02/everyones-a-critic-the-critic-markup-language-proposal.html
I really like how it's minimal yet seems to fairly well address a
problem in collaborative text editing.
Is there something simi
Dear all,
I rely on
emacs --batch \
--eval "(add-to-list 'load-path \"${HOME}/GIT/org-mode/lisp/\")"\
--load ${HOME}/GIT/org-mode/lisp/org.el \
--visit file.org \
--funcall org-export-as-html-batch
somewhere in my HTML generating workflow.
I see org-export-as-html-batch
Hi Bastien
On Tue, Feb 12, 2013 at 11:21 AM, Bastien wrote:
> Point well taken -- this is now what adding "--2d" does: use a
> temporary delay that will not be taken into account for dates later
> than the next repeater, and that will be deleted when a repeating
> task is marked as done. Thanks
Dear Jambunathan,
> If I say Yagnesh has made zero contributions to Tamil Poetry does it
> amount to attacking you. Think about it.
Sorry to say, that is very bad comparison. Seems you are trying to nullify
Bastien's efforts.
Though I don't want to quantify, here is one data point,
I
On Tue, Feb 12, 2013 at 1:29 PM, Michael Brand
wrote:
> And there is a critical bug: Setting 2a to DONE repeats all entries
> below too.
Reducing to a MCE shows me that triggering the repetitions requires
#+STARTUP: nologrepeat
Michael
Yagnesh Raghava Yakkala writes:
> Dear Jambunathan,
>
>> If I say Yagnesh has made zero contributions to Tamil Poetry does it
>> amount to attacking you. Think about it.
>
> Sorry to say, that is very bad comparison. Seems you are trying to nullify
> Bastien's efforts.
You are blaming me for wh
Yagnesh Raghava Yakkala writes:
> Though I don't want to quantify, here is one data point,
Graphs are wonderful and colorful. The key thing is it's irrelevant.
How about creating a graph that shows commit to the org-element.el and
org-e-* files. Then we are talking.
--
François Pinard writes:
> Thorsten Jolitz writes:
>
>> [about the nearly coincident publication of *outorg* and *poporg*]
>> What a bad luck ... ;(
>
> Oh, I'm not much into authorship wars, you know, as long as the need
> gets covered. Free time being a scarce resource (for me at least!), I
>
Bastien writes:
> It's important for two reasons: to keep a nice atmosphere on the list,
> so that people feel comfortable asking stupid questions; and to let
> other developers focus on their work (while you try to help newbies
> with their problems). It would have been difficult for you to foc
Hello,
I exported a simple file:
--8<---cut here---start->8---
#+TITLE: Example of Tasks
#+AUTHOR:Sebastien Vauban
#+Time-stamp: <2013-02-12 Tue 16:04>
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUAGE: en
* Marketing
** STRT Hire PR firm
Jambunathan K writes:
> There is ID and then there is CUSTOM_ID. IIUC/IIRC, ID is a uuid and
> CUSTOM_ID can be whatever.
>
> Any reason why you cannot use CUSTOM_IDs here?
Yes. Why do you need the assert? It only seems to be there to make my
life more difficult.
--
Florian Beck
Hello,
I discovered a problem when exporting source blocks containing braces to
texinfo using `ox-texinfo'. The texinfo exporter wraps source blocks
into a `example' environment, which takes care of source block
indentation but doesn't allow any braces to occur in the contained text,
since brace
Bastien writes:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>> This problem has been flagged up before:
>>
>> http://orgmode.org/worg/org-issues.html#mid-87pqt04qg1-2Efsf-40gmail-2Ecom
>>
>> It's causing me headaches at the moment, so I'm trying to see if I can
>> find a solution.
>
> The problem f
On 12 feb. 2013, at 15:04, Jambunathan K wrote:
> Yagnesh Raghava Yakkala writes:
>
>> Though I don't want to quantify, here is one data point,
>
> Graphs are wonderful and colorful. The key thing is it's irrelevant.
> How about creating a graph that shows commit to the org-element.el and
>
Hello,
With the new exporter, I still couldn't find how to use a setup file.
Neither with:
- the old `#+SETUPFILE:' directive
- the new one (?): `#+SETUP_FILE:'
- the soon to be unique one (?): `#+INCLUDE:'
Am I missing something?
Best regards,
Seb
ECM file:
--8<---cut here
Eric Abrahamsen wrote:
> 《蛙》
> 123456
>
> Doesn't that line up for you? Those bracket characters come with their
> own "whitespace", maybe this is clearer:
>
> 正能量
> 123456
>
I use a fixed-width font in my emacs and those two do not line up for me
(the Chinese chars reach to about the middle
Hi Michael,
Michael Brand writes:
> And there is a critical bug: Setting 2a to DONE repeats all entries
> below too.
I fixed this one. I'm looking in the other issue right now.
Thanks!
--
Bastien
Bastien writes:
Hi Bastien,
> Yes, I've seen this error too sometimes and it was not easy
> to fix when I tried to.
>
> Can you share the minimal code block to reproduce?
,--
| * org-src.el bug MWE
|
| #+begin_src picolisp :results output html
| (+ 3 5)
> You are really starting to make me angry.
I let go of my commit access sometime ago. Now, I am leaving this
forum.
Peace.
--
Hello Dario,
On 12 February 2013 10:36, Dario Hamidi wrote:
> Hello,
>
> I discovered a problem when exporting source blocks containing braces to
> texinfo using `ox-texinfo'. The texinfo exporter wraps source blocks
> into a `example' environment, which takes care of source block
> indentation
Hi Michael,
Michael Brand writes:
> This
>
> * TODO 1a
> SCHEDULED: <2013-01-10 Thu +1m --2d>
> * TODO 2a
> SCHEDULED: <2013-02-10 Sun +1m --2d>
> * TODO 1b
> SCHEDULED: <2013-01-11 Fri +1m --2d>
> * TODO 2b
> SCHEDULED: <2013-02-11 Mon +1m --2d>
> * TODO 1c
> SCHEDULED: <2013-01-12 Sa
Bastien writes:
Hi Bastien,
>> ,
>> | * Definitions
>> | :PROPERTIES:
>> | :exports: both
>> | :results: replace
>> | *
>> | [2013-01-28 Mo 17:48]
>> | :END:
>> `
>>
>> while the new heading should be below the :END:
>
> I cannot repro
Hi Thorsten,
Thorsten Jolitz writes:
> I discovered this with a much more complicated code block, but with some
> (not really successfull) debugging I found out that the problem is
> simply an empty result string, i.e. this happens when 'results' is '""'.
> So its easy to reproduce with any expr
Bastien writes:
Hi Bastien,
> Can you reproduce it with a recent Emacs?
My Emacs is fairly recent:
,
| GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.4)
| of 2013-01-20 on eric
|
| Org-mode version
El Tue, 12 Feb 2013 19:28:24 +0530 Jambunathan K va escriure:
>
> I will give you one more attempt. Try again. See whether you can
> convince me.
>
Wow, you like discussing! You would enjoy a debate association. I did it and
I enjoyed very much, it's discussing only for its own sake.
I
Hi Sébastien,
"Sebastien Vauban"
writes:
> Since the last pull I made, I can't expand anymore BBDB aliases in Gnus...
> because of Org!
Do you have the same error when you don't load yasnippets?
It looks like this is a bad interaction between yasnippets and
orgstruct++-mode, not a bug only i
Yes, thank you everyone for replying, this indeed works.
- Carsten
On 12 feb. 2013, at 10:59, Bastien wrote:
>
>
> "Sebastien Vauban"
> writes:
>
>> Don't you forget the `.' in front of timestamp, for the "class"
>> spec?
>
> Yes
>
> #table-of-contents .timestamp {
> display:non
Was not getting the results I expected from #+attr_latex, so I created
a simplified table to test:
#+begin_src org
Centered (will be sent to LaTeX as =\begin{tabular}{cc}=:
#+attr_latex: align=cc
| test | test |
| test of longer | test |
Left aligned (will be sent to LaTeX as =\begin{
HI Bastien,
Bastien wrote:
> "Sebastien Vauban" writes:
>
>> Since the last pull I made, I can't expand anymore BBDB aliases in Gnus...
>> because of Org!
>
> Do you have the same error when you don't load yasnippets?
>
> It looks like this is a bad interaction between yasnippets and
> orgstruct++
Hello,
tftor...@tftorrey.com (T.F. Torrey) writes:
> Nicolas Goaziou writes:
>
>> On that topic, the main difference with the previous exporter is that
>> macros are now required to be in a context that can be parsed. Thus, for
>> example, the following is not a macro:
>>
>> ~{{{title}}}~
>
>
On 2/12/13, Jambunathan K wrote:
> I let go of my commit access sometime ago. Now, I am leaving this
> forum.
>
> Peace.
Yes, I think we will have peace. I feel more comfortable on this list
now than I have in a very long time.
Thank you.
Samuel
--
The Kafka Pandemic: http://thekafkapandemi
Hi Bastien
On Tue, Feb 12, 2013 at 5:33 PM, Bastien wrote:
> This should be fixed now. Thanks for the clear example and the
> testing.
Thank you for fixing the bugs and mainly for the --2d delay for
repeated SCHEDULED.
To summarize my point of view of this thread: Originally I wanted to
use su
Thorsten Jolitz writes:
> François Pinard writes:
>> Keep happy!
> A bit discouraging, I must admit.
Don't be! We need all the courage we can get!
> Keep going with 'poporg' and make it part of emacs/org-mode - and look
> at 'outorg' as a proof that there is definitely a need out there that
This looks great.
One suggestion: what about optionally allowing you to keep your Org
notes in Org? That would allow all Org features.
You'd do it by putting a specially-formatted Org ID in the comment,
and then you have a key that bounces back and forth.
;;; $[id 123451243512345]
Then in Or
Jambunathan K writes:
> Bastien writes:
>> [...] to keep a nice atmosphere on the list, [...] put enough energy
>> to maintain the whole beast.
> the estimation is done by managers themselves.
I find Bastien to be a very good maintainer. I maintained a good deal
of software in my computer li
Hi Sébastien,
"Sebastien Vauban"
writes:
> After testing: nope, it does not occur when YASnippet is not loaded.
Now that John H. gave me some directions on using yasnippet, I'm ready
to test further and to hunt your bug.
Would you mind sharing the minimal yas/org config I need to reproduce
t
Eric Abrahamsen writes:
> Yes, org-string-width eventually calls string-width, so that behaves
> "correctly" as far as it goes, but unfortunately that's not where the
> value in the text properties comes from...
>
> 《蛙》
> 123456
>
> Doesn't that line up for you? Those bracket characters come with t
On 2/11/13, Nicolas Goaziou wrote:
> It should be fixed in master. Could you confirm it?
Thank you. Confirmed that footnotes are included in HTML now.
They are missing from plain text export.
In HTML, how do you control the hlevel of the footnotes header?
Also, there is a formatting issue wit
Bastien,
Bastien wrote:
> "Sebastien Vauban" writes:
>
>> After testing: nope, it does not occur when YASnippet is not loaded.
>
> Now that John H. gave me some directions on using yasnippet, I'm ready
> to test further and to hunt your bug.
>
> Would you mind sharing the minimal yas/org config I
I think I got this to work now. Thanks. I had had code to work
around something else.
Christopher Schmidt writes:
> This is in master now. The commit is a3f6570.
This introduces the following failures in compilation with Emacs 24.2
and has a high chance of not working at all in some setups:
--8<---cut here---start->8---
Compiling /home/gratz/li
On 2/10/13, Nicolas Goaziou wrote:
> (defun my-rule-markup (paragraph backend info)
> (when (and (org-export-derived-backend-p backend 'html)
> (string-match "\n=\n\n*" paragraph))
> " style=\"width:10%;color:#000;background-color:#000;height:1px;border:none\"/>\n\n"))
> (add-to
>
> #+begin_src sh :dir /sudo::
> apt-get update
> #+end_src
>
Thanks!
Emilio
On Tue, Feb 12, 2013 at 10:10 AM, Jambunathan K wrote:
> Bastien writes:
>
>> It's important for two reasons: to keep a nice atmosphere on the list,
>> so that people feel comfortable asking stupid questions; and to let
>> other developers focus on their work (while you try to help newbies
>> wit
Hello,
John Hendy writes:
> Was not getting the results I expected from #+attr_latex, so I created
> a simplified table to test:
>
> #+begin_src org
>
> Centered (will be sent to LaTeX as =\begin{tabular}{cc}=:
>
> #+attr_latex: align=cc
> | test | test |
> | test of longer | test |
>
Hello,
tftor...@tftorrey.com (T.F. Torrey) writes:
> In my files, this used to work to suppress the default styles and
> javascript:
>
> #+BIND: org-export-html-style-include-default nil
> #+BIND: org-export-html-style-include-scripts nil
>
> Now, I have these:
>
> #+BIND: org-html-style-include-
Hello,
Detlef Steuer writes:
> I rely on
>
> emacs --batch \
> --eval "(add-to-list 'load-path \"${HOME}/GIT/org-mode/lisp/\")"\
> --load ${HOME}/GIT/org-mode/lisp/org.el \
> --visit file.org \
> --funcall org-export-as-html-batch
>
> somewhere in my HTML generating workf
On Tue, Feb 12, 2013 at 1:22 PM, Nicolas Goaziou wrote:
> Hello,
>
> John Hendy writes:
>
>> Was not getting the results I expected from #+attr_latex, so I created
>> a simplified table to test:
>>
>> #+begin_src org
>>
>> Centered (will be sent to LaTeX as =\begin{tabular}{cc}=:
>>
>> #+attr_lat
Thorsten Jolitz writes:
>> I'm not sure about what you want to do with the parse tree. The usual
>> function to work with it is `org-element-map'. You may want to have
>> a look at its docstring, as it contains examples.
>
> I want to write an 'unusual' backend that does not need anything else
>
John Hendy writes:
> On Tue, Feb 12, 2013 at 1:22 PM, Nicolas Goaziou wrote:
>> Hello,
>>
>> John Hendy writes:
>>
>>> Was not getting the results I expected from #+attr_latex, so I created
>>> a simplified table to test:
>>>
>>> #+begin_src org
>>>
>>> Centered (will be sent to LaTeX as =\begi
Hello,
"Dominik, Carsten" writes:
> In a file with some time stamps in headlines, is it still possible to
> get rid of them only for the Table of Contents, but to leave them in
> the headlines themselves?
Good question. You can probably use filters, but it isn't a trivial
task, depending on the
On Tue, Feb 12, 2013 at 1:44 PM, Nicolas Goaziou wrote:
> John Hendy writes:
>
>> On Tue, Feb 12, 2013 at 1:22 PM, Nicolas Goaziou wrote:
>>> Hello,
>>>
>>> John Hendy writes:
>>>
Was not getting the results I expected from #+attr_latex, so I created
a simplified table to test:
>
Thorsten Jolitz writes:
> 'outorg' is based on the idea that it would be nice to be able to
>
> 1. structure your source-code files like Org-mode files and use all the
>structure editing and navigation commands available.
Does it mean it can superseed orgstruct-mode, or should one use both?
On 12.2.2013, at 20:46, Nicolas Goaziou wrote:
> Hello,
>
> "Dominik, Carsten" writes:
>
>> In a file with some time stamps in headlines, is it still possible to
>> get rid of them only for the Table of Contents, but to leave them in
>> the headlines themselves?
>
> Good question. You can pr
Hello Nicolas,
Thank you for your thoughtful clarification about macros in the new
exporter. Probably in the long run I will find happiness using babel
for what I want to do. In the meantime, however, I have a few more
questions:
1. You wrote before that macros were scaled back because what the
Hi,
> > (let ((cache-relpath "") (cache-dir "") bfn)
>
> Mhh... okay. Now should be good.
Yep, thanks!
> Thanks for your patience.
No thanks needed, nor patience either for that matter, you and the other devs
are the ones who should be thanked ...
/v
>
> --
> Bastien
Achim Gratz writes:
> This introduces the following failures in compilation with Emacs 24.2
> and has a high chance of not working at all in some setups:
> --8<---cut here---start->8---
> Compiling /home/gratz/lisp/org-mode/lisp/org.el...
>
> In org-heading-comp
Nicolas Goaziou writes:
>> I want to write an 'unusual' backend that does not need anything else
>> from the exporting framework but the parse-tree as a list.
>
> Then you don't want the exporting framework at all, only org-element.el.
yes, only the parser.
> Anyway I'm confused. The parse-tr
Thorsten Jolitz writes:
[continuation, prior message sent unfinished by accident]
> but with your other hints, I now understand the problem. I wanted to see
> how the parse tree looks like, so I printed it out (I did not know about
> the existance of 'print-circle' then, but it was set to nil).
Hi Christopher,
Christopher Schmidt writes:
> These internal functions should have been autoloaded. progv is pretty
> obscure and I guess noone has noticed that bug in cl-macs until now.
The attached patch gets rid of progv by using org-let.
As a side-effect, it fixes a but that was introduce
Hi Thorsten,
Thorsten Jolitz writes:
> Thats not really a problem for me - just a bit strange.
So maybe this is by design.
Similarily M-: (org-mark-element) RET does not highlight the
region, while M-x org-mark-element RET does.
Perhaps you can ask on emacs-devel for confirming this (or
mayb
Hi François and Thorsten,
When great minds meet... ;) It's sometimes good to have two
different implementations, ideas can flow from one to another.
If you think one library is mature and useful enough for the
contrib/ directory, please feel free to submit it!
Note that both your libraries (su
Carsten Dominik writes:
> There used to be a variable org-export-remove-timestamps-from-toc, and
> a function org-export-cleanup-toc-line which provided this
> functionality. It is actually somewhat useful functionality. It there
> a filter that is applied only to toc lines?
Not a dedicated filt
Hello Jonathan,
> Using your patch as is would wrap the source blocks in both example and
> verbatim blocks. If going with verbatim it would be better to remove all
> references to @example/@end example.
I don't understand where the problem lies with having a `@verbatim'
within a `@example'. Co
I just got this installed today and it appears to be *exactly* what I
wanted.
Many thanks for this implementation. Your cheesecake is in the mail. :)
:AMN:
On 02/07/2013 01:44 AM, Bastien wrote:
Hi Andrew,
"Andrew M. Nuxoll" writes:
If you do that, I may have to send you a cheesecake.
T
Bastien writes:
[...]
> I'm not sure I'm in favor of this change, though, I expect
> it to cause other problems and the benefit looks small for
> now.
>
> Do you see other reasons than M-m where stars as whitespace
> chars are useful? What about *markup*?
I have no issues with the current be
Jambunathan K writes:
[...]
> Pray explain why Carsten appears in the followup post and you yourself
> don't figure in it.
Jambunathan,
I cannot speak for Carsten. In my case, if I send an email to the list,
I would expect following responses to go to that list as well; I don't
need to get th
Nicolas Goaziou writes:
> Anyway, we're back to step one: if you want to handle headlines
> differently (i.e. by adding your own properties), you need to fork
> `latex' back-end, as explained before. If you encounter problems, you
> can post back here.
Ok, I took some time to extract a minimal
Am 12.02.2013 18:39, schrieb Samuel Wales:
> On 2/12/13, Jambunathan K wrote:
>> I let go of my commit access sometime ago. Now, I am leaving this
>> forum.
>>
>> Peace.
>
> Yes, I think we will have peace. I feel more comfortable on this list
> now than I have in a very long time.
>
> Thank y
Bastien writes:
Hi Bastien,
> It's sometimes good to have two different implementations, ideas can
> flow from one to another.
I agree ... besides that I did not have any intention to duplicate or
compete, the Org-mode mailing list is just so busy that its hard to keep
up.
> If you think one
Many thanks for maintaining a civil community +1 Bastien
On Tue, Feb 12, 2013 at 6:39 PM, Rainer Stengele
wrote:
> Am 12.02.2013 18:39, schrieb Samuel Wales:
>> On 2/12/13, Jambunathan K wrote:
>>> I let go of my commit access sometime ago. Now, I am leaving this
>>> forum.
>>>
>>> Peace.
>>
>>
Samuel Wales writes:
> One suggestion: what about optionally allowing you to keep your Org
> notes in Org? That would allow all Org features.
>
> You'd do it by putting a specially-formatted Org ID in the comment,
> and then you have a key that bounces back and forth.
>
> ;;; $[id 123451243512
Alan Schmitt writes:
>> 'outorg' is based on the idea that it would be nice to be able to
>>
>> 1. structure your source-code files like Org-mode files and use all the
>>structure editing and navigation commands available.
>
> Does it mean it can superseed orgstruct-mode, or should one use
On 12/02/13 23:12, Alan Schmitt wrote:
Hello,
I just read about this nice extension to markdown syntax this morning:
http://macdrifter.com/2013/02/everyones-a-critic-the-critic-markup-language-proposal.html
I really like how it's minimal yet seems to fairly well address a
problem in collaborati
François Pinard writes:
> poporg has many flaws, and is surely not up to the quality of Org.
> Nevertheless, I much use it even if imperfect, while knowing it should
> be improved in many ways.
same here on the outorg site, although I'm pretty sure its more
alpha-stage.
but since it is based o
Hello,
I have just started using the new exporter in 7.9.3e (7.9.3e-999-ge5322) for
HTML output.
After applying these changes to our org files:
#+style -> #+html_style
#+setupfile -> #+include and path in ""
our HTML output is almost back to normal. Nice work!
So it seems we are already down
Achim Gratz writes:
> Eric Abrahamsen writes:
>> Yes, org-string-width eventually calls string-width, so that behaves
>> "correctly" as far as it goes, but unfortunately that's not where the
>> value in the text properties comes from...
>>
>> 《蛙》
>> 123456
>>
>> Doesn't that line up for you? Thos
Aloha all,
Is there a way to control column widths when exporting Org mode tables
to texinfo?
All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com
1 - 100 of 110 matches
Mail list logo