> Yes, the syntax has changed; see
> http://thread.gmane.org/gmane.emacs.orgmode/62766
>
> In short, you should use:
> #+ATTR_LATEX: :align lcr
>
> Kind Regards,
> Mike
Thanks. It works like that.
Best thoughts,
François
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/12/12 11:29, Jambunathan K wrote:
> Rainer M Krug writes:
>
>> On 10/12/12 23:15, Charles wrote:
>>> On 12/10/2012 12:43 PM, Eric Schulte wrote:
Rainer M Krug writes:
> On 10/12/12 17:50, Jambunathan K wrote:
>> Rainer M Kru
* Memnon Anon wrote:
>>> I'd like to derive a custom agenda view that has following properties:
>>>
>>> - show only items with associated datestamp or timestamp (same as
>>> «is displayed in the time grid of my usual agenda»)
>>> - only with priority [#A]
>
> So, your usual agenda, but only prio
Hi John,
John Smith writes:
> I have in my .org file links to files that contain spaces and [].
> org-insert-link converts space to %20, [ to %5B, ] to %5D.
Fixed for the current exporter, I didn't check with the new LaTeX
exporter.
Thanks for reporting this,
--
Bastien
Eric Schulte gmail.com> writes:
> I will make this change (in fact I had done this originally, but then
> didn't want to send too many patches so I compressed the commit
> history).
It just occurs to me that it would be even better if you copied the file
verbatim instead of renaming it as the ver
On 17/11/2012 12:41, Bastien wrote:
Hi Andy,
Andy Moreton writes:
When I switch to the ELPA version ( "Org-mode version 7.9.2
(7.9.2-82-g2aeb28-elpa @ . . . )") this misbehavior is corrected.
HTH.
I've filed emacs bug#12905 about this, as it is occurring in on the
emacs-24 branch, and emacs
Hello,
François Allisson writes:
> Le mardi 11 décembre 2012 à 17h47, Nick Dokos a écrit:
>> See
>>
>> http://thread.gmane.org/gmane.emacs.orgmode/62766
>>
>
> Thanks Nick!
>
> #+attr_latex: :align lcr
Or, perhaps better, since it will work across all export back-ends:
| | ||
|
Hi Rodolfo,
Rodolfo Aramayo writes:
> In org-mode, writing: /matA^HMG/ would be incorrect because the
> superscript 'HMG' should NOT be italics
The new exporter handles this correctly.
If you installed Org from http://orgmode.org/org-7.9.2.tar.gz
add the contrib/ directory to your load-path th
Hi Rene,
Rene writes:
> On the other hand, when calling org-agenda-capture ('k' from the agenda), your
> timestamps always indicates a null time [2012-12-11 Tue 00:00].
>
> Is there a way I can force org-agenda-capture to indicate the current
> time?
>From latest git, you can use `C-1 k' to use
Hi Jonas,
I'm copying Aurélien, the author of org-sync.
Aurélien, are you willing to maintain org-sync or shall we call for
a new maintainer?
Thanks for your answer!
Best,
--
Bastien
Hi Mirko,
Mirko Vukovic writes:
> I'd like to see the blocking task in order to "debug" my setup.
>From latest git (master) the error message you get now contains
the name of the blocking entry.
HTH,
--
Bastien
Hi Liang,
Liang Wang writes:
> When I press 'I' to clock-in task in agenda view, the line of that
> task is not highlighted any more.
Just to confirm this has been fixed.
Thanks,
--
Bastien
Hi Eric,
Eric Schulte writes:
> Please let me know if I can explain anything, or if you'd like to see
> the patches before the hit the master branch.
I've read the thread carefully and I cannot clearly see what problem
we are trying to fix. I acknowledge things can be cleaned up somehow,
but
Hi Achim,
Achim Gratz writes:
> Eric Schulte writes:
>> See http://orgmode.org/manual/Languages.html for the documentation on
>> how to activate and disable org-babel languages.
>
> That actually produces the error:
>
> File mode specification error: (void-variable org-babel-tangle-lang-exts)
>
Bastien writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>> Please let me know if I can explain anything, or if you'd like to see
>> the patches before the hit the master branch.
>
> I've read the thread carefully and I cannot clearly see what problem
> we are trying to fix. I acknowledge things c
Hi Eric,
Eric Schulte writes:
> This is refactoring not bug fixing. The most important impact is that
> this will provide for simpler requires by the files implementing support
> for particular languages. Rather than having to do piecemeal requires
> of those portions of the Babel infrastructu
Bastien writes:
> I can't reproduce this.
You most likely can if you just customize org-babel-load-languages.
> I have a ~/emacs.el file containing
>
> (org-babel-do-load-languages
> 'org-babel-load-languages
> '((perl . t)))
>
> then ~$ emacs -Q -l ~/emacs.el loads correc
Hi Chong,
Chong Yidong writes:
> Could you please take a look at Bug#12905? If it causes data loss, I
> think it should be fixed in the emacs-24 branch. Thanks.
This is fixed, thanks for the heads up.
I just merged the Org bugfix branch into emacs-24.
I made one mistake: I backported Paul's
Eric Schulte writes:
> Here's what the require structure of the core ob files will
> look like after this change.
If i read the graph correctly, merging ob.el ob-eval.el and
ob-core.el will not create circular requires -- am I right?
--
Bastien
Hi Andy,
Andy Moreton writes:
> I haven't seen this merge appear on the emacs-24 branch yet - any idea
> when you will have time to do the merge ?
Done. Sorry it took so long.
--
Bastien
Bastien writes:
> Eric Schulte writes:
>
>> Here's what the require structure of the core ob files will
>> look like after this change.
>
> If i read the graph correctly, merging ob.el ob-eval.el and
> ob-core.el will not create circular requires -- am I right?
Not correct. The result of such
THANK YOU!!
--Rodolfo
On Wed, Dec 12, 2012 at 8:37 AM, Bastien wrote:
> Hi Rodolfo,
>
> Rodolfo Aramayo writes:
>
> > In org-mode, writing: /matA^HMG/ would be incorrect because the
> > superscript 'HMG' should NOT be italics
>
> The new exporter handles this correctly.
>
> If you installed O
Bastien writes:
> If i read the graph correctly, merging ob.el ob-eval.el and
> ob-core.el will not create circular requires -- am I right?
Any attempt to merge ob.el and ob-core.el will result in circular
requires or (the status quo) incomplete requires. I hope you are not
suggesting to put all
Hi Bastien,
On Wed, Dec 12, 2012 at 7:04 AM, Bastien wrote:
>
> Hi Liang,
>
> Liang Wang writes:
>
> > When I press 'I' to clock-in task in agenda view, the line of that
> > task is not highlighted any more.
>
> Just to confirm this has been fixed.
Glad to hear that. Thank you.
>
> Thanks,
>
Achim Gratz writes:
> I hope you are not suggesting to put all of ob into a single file…
Actually that's a good idea!
It should be ~170ko, quite manageable (similar to org-export.el.)
In terms of features, is any of ob-{keys/tangle/table/etc.}
useful by itself, outside ob?
How would you feel
On Wed 12 Dec 2012, Bastien wrote:
> This is fixed, thanks for the heads up.
>
> I just merged the Org bugfix branch into emacs-24.
I can confirm the bug is fixed for emacs-24 after this merge.
Thanks Bastien,
AndyM
Bastien writes:
> Achim Gratz writes:
>
>> I hope you are not suggesting to put all of ob into a single file…
>
> Actually that's a good idea!
>
> It should be ~170ko, quite manageable (similar to org-export.el.)
>
> In terms of features, is any of ob-{keys/tangle/table/etc.}
> useful by itself
Florian Beck writes:
> On 12/11/2012 03:52 PM, Eric Schulte wrote:
>
>> Please go ahead and update the information on worg. Note that Emacs24
>> users need only do
>>
>> (require 'org)
>> (org-babel-load-file "/path/to/your/org-init-file.org")
>>
>> while users of lesser Emacs will hav
Bastien writes:
> Achim Gratz writes:
>> I hope you are not suggesting to put all of ob into a single file…
>
> Actually that's a good idea!
Uh-oh… I'm not sure why you like that, but you'd then have the same
problem inside that single file. It's solveable, but it means you'd
need to put in lots
Eric Schulte writes:
> In the absence of better ideas, I'm going to go ahead with this
> refactoring.
Okay, go ahead. But be warned that ob-core.el is not my friend :)
I'll see how we can get rid of it.
--
Bastien
Eric Schulte writes:
> This is a visualization of which Org-mode files require which other
> Org-mode files. It may not hold any new insights, but I found it
> interesting.
There are a few false positives due to require forms in docstrings
(org-latex.el seems to require itself for that reason) an
Hi all
Trying out the new exporter... for my (very basic) purposes it is
working fine - except one detail I can't find an answer to. I frequently
have to make structured lists and email them to the office. I make each
list as a table in an Org subtree, with some notes (always just plain
text) abov
Bastien writes:
> Eric Schulte writes:
>
>> In the absence of better ideas, I'm going to go ahead with this
>> refactoring.
>
> Okay, go ahead. But be warned that ob-core.el is not my friend :)
>
:)
> I'll see how we can get rid of it.
If you can find a cleaner alternative I'll be happy to h
Title says it all. For example evaling (org-export-region-as-latex
(point-min) (point-max) nil (get-buffer-create "res")) via M-: in an
org-mode buffer will put the export content in the kill ring. That's
not nice. I think only the interactive call should do that.
Christopher
Hi LaTeX org-moders.
I'm trying to get a non-sentence-ending space after a colon in LaTeX
with org-mode. When I put a backslash after a colon to get the ordinary
end-of-word space, org-mode changes it to "\backslash", which puts a
backslash in the text. I also tried "\space", but that gave the
I found a reasonable solution: using ":\;" with no trailing space gives
the right amount of space after the colon.
David
On Wed, 12 Dec 2012, David P. Moulton wrote:
Hi LaTeX org-moders.
I'm trying to get a non-sentence-ending space after a colon in LaTeX
with org-mode. When I put a backslas
Hi Bastien,
I'm not sure if this is related or not - I don't have time to track down
the offending commit right now.
org-edit-special (C-c ') is currently broken in master.
I get the following backtrace
--8<---cut here---start->8---
Debugger entered--Lisp err
anybody there to rescue me ? :-|
-
*Sanjib Sikder
*Ph.D. Fellow
Chemical Engineering
IIT Bombay*
*
On Tue, Dec 11, 2012 at 3:34 PM, Sanjib Sikder wrote:
> hi,
>
> I downloaded the org-drill package and put the org-drill.el file
> in.emacs.d folder. Then I added
>
>
As a matter of fact, when called from the agenda `%U' doesn't expand as the
current timestamp but rather provides the date of the line your point is on.
Wouldn't it be more convenient to get the current timestamp anyway?
Suppose you would like to create a new appointment then
1. you view your age
On 12 December 2012 16:05, Bernt Hansen wrote:
> Hi Bastien,
>
> I'm not sure if this is related or not - I don't have time to track down
> the offending commit right now.
>
> org-edit-special (C-c ') is currently broken in master.
>
>
I get the same thing when trying (C-c ') on the #+begin_src l
Hello Sanjib,
have subscribed to this mailing list.?
(https://lists.gnu.org/mailman/listinfo/emacs-orgmode)
Memnon Anon has replied to you with a solution. did you try that.?
Thanks.,
--
ఎందరో మహానుభావులు అందరికి వందనములు
YYR
For me it occurs both inside the block (begin_src or begin_example) and
on the first line.
Regards,
Bernt
Jonathan Leech-Pepin writes:
> On 12 December 2012 16:05, Bernt Hansen wrote:
>
> Hi Bastien,
>
> I'm not sure if this is related or not - I don't have time to track down
>
Hello,
David Rogers writes:
> My plain-text notes, however, often contain single newlines, which I'd
> like to retain. The new ASCII exporter converts them to spaces. If I put
> double newlines in the original, then the exporter doesn't convert
> anything, and leaves them double. I'm glad to for
Hi Bernt,
Bernt Hansen writes:
> I'm not sure if this is related or not - I don't have time to track down
> the offending commit right now.
There is nothing new regarding editing source code in master,
except Eric's last few patches.
> org-edit-special (C-c ') is currently broken in master.
>
Nicolas Goaziou writes:
> Hello,
>
> David Rogers writes:
>
>> My plain-text notes, however, often contain single newlines, which I'd
>> like to retain. The new ASCII exporter converts them to spaces. If I put
>> double newlines in the original, then the exporter doesn't convert
>> anything, and
Dear Rene,
Rene writes:
> As a matter of fact, when called from the agenda `%U' doesn't expand as the
> current timestamp but rather provides the date of the line your point is on.
Depends. From the agenda, you can use either org-capture directly, or
org-agenda-capture. org-capture will conve
Hi Christopher,
Christopher Schmidt writes:
> Title says it all. For example evaling (org-export-region-as-latex
> (point-min) (point-max) nil (get-buffer-create "res")) via M-: in an
> org-mode buffer will put the export content in the kill ring. That's
> not nice. I think only the interacti
Hi Evgeni,
E Sabof writes:
> I am the author of org-bullets extension, which can be found at
> github.com/sabof/org-bullets
This is very nice, we have so many requests about changing the "*"
character that I guess people will love this.
> I wondered whether you would like to include it in org
> Org-mode is useful for
> > - Organising projects, maintaining TODO lists and calendars
> > - Creating high quality formatted documents
> > - Keeping notes
> > - Literate programming and Reproducible Research
> >
>
>
After a rather fruitful discussion, this thread has gone dead before
power-that-b
Vikas Rawal writes:
> After a rather fruitful discussion, this thread has gone dead before
> power-that-be would take note. Who is responsible for making changes
> on the orgmode website?
Until someone volonteers to maintain the website, I am in charge.
Can you summarize the change we need to m
Hi Vikas,
Vikas Rawal writes:
> And the first headline, before "Download and install", be something
> like the following:
>
> * Org mode is useful for
> ** Organising projects
> ** Maintaining TODO lists and calendars
> ** Keeping notes
> ** Creating high quality formatted documents
> ** Literat
Jambunathan K writes:
> ps: I have org-e-freemind.el based on new exporter almost done. It just
> requires some tweaking before it lands.
Great news hidden in this threads! Looking forward to testing this,
--
Bastien
7. Org-mode: don't tell your boss.
Vikas Rawal writes:
> 1. Org-mode (only)
> 2. Org-mode: your life in plain text
> 3. "Orgmode is a Free/libre plain-text system for GNU Emacs for
> organizing project, and maintaining TODO lists, keeping notes, doing
> literate programming and exporting to many
Hi Lluís,
Lluís Vilanova writes:
> It's just barely working and quite slow, but here's an initial tentative on a
> package to get the agenda in Org mode to show up in GNOME's calendar:
>
> https://github.com/llvilanova/org-gnome-calendar
Looks interesting. Any screenshots/videos for those of
Hi all,
On Wed, Dec 12, 2012 at 3:42 PM, Bastien wrote:
> I'm copying Aurélien, the author of org-sync.
I saw the thread but thank you anyway.
> Aurélien, are you willing to maintain org-sync or shall we call for
> a new maintainer?
I have not given up on org-sync but I have too many things go
Bastien writes:
> Hi Bernt,
>
> Bernt Hansen writes:
>
>> I'm not sure if this is related or not - I don't have time to track down
>> the offending commit right now.
>
> There is nothing new regarding editing source code in master,
> except Eric's last few patches.
>
>> org-edit-special (C-c ')
Bernt Hansen writes:
> Bastien writes:
>
>> Hi Bernt,
>>
>> Bernt Hansen writes:
>>
>>> I'm not sure if this is related or not - I don't have time to track down
>>> the offending commit right now.
>>
>> There is nothing new regarding editing source code in master,
>> except Eric's last few pat
Bernt Hansen wrote:
> Bernt Hansen writes:
>
> > Bastien writes:
> >
> >> Hi Bernt,
> >>
> >> Bernt Hansen writes:
> >>
> >>> I'm not sure if this is related or not - I don't have time to track down
> >>> the offending commit right now.
> >>
> >> There is nothing new regarding editing source
Nicolas Goaziou writes:
> Hello,
>
> David Rogers writes:
>
>> My plain-text notes, however, often contain single newlines, which I'd
>> like to retain. The new ASCII exporter converts them to spaces. If I put
>> double newlines in the original, then the exporter doesn't convert
>> anything, and
59 matches
Mail list logo