zwz wrote:
> Steps to reproduce it:
>
> This org file can be exported to pdf correctly.
> #+begin_src org
> * test
> #+BEGIN_SRC c
> void main(){
> int a;
> }
> #+END_SRC
> #+end
>
> Then you modify it:
> #+begin_src org
> * test
> #+BEGIN_SRC c
> void main(){
> int a[5];
>
Steps to reproduce it:
This org file can be exported to pdf correctly.
#+begin_src org
* test
#+BEGIN_SRC c
void main(){
int a;
}
#+END_SRC
#+end
Then you modify it:
#+begin_src org
* test
#+BEGIN_SRC c
void main(){
int a[5];
}
#+END_SRC
#+end
It says "org-export-latex-pr
Hi Bastien,
A few comments. I have also attached a small test file.
On Sat, Oct 22, 2011 at 15:53, Bastien wrote:
>
> Here is a dummy patch that prevents the user from editing invisible
> parts of the buffer. It doesn't prevent query-and-replace commands.
>
> Can people test it and comment it?
Thomas S. Dye wrote:
> Nick Dokos writes:
>
> > While testing my response to Viktor's question, I ran into a problem.
> > I used a test file that is slightly modified from a previous post of Tom
> > Dye's:
> >
> > * R tables
> >
> > #+TBLNAME: tbl-1
> > | column1 | column2 |
> > |-+---
Nick Dokos hp.com> writes:
> The message function will cause output to the echo area of emacs as well
> as to the
> standard output of the emacsclient command:
> ,
> | $ emacsclient --eval '(message "Hi there")'
> | "Hi there"
> `
Nick -- Thanks, it does indeed work for me in Linux.
Anthony Lander wrote:
>
> On 11-Oct-21, at 7:26 PM, Nick Dokos wrote:
>
> > Anthony Lander wrote:
> >
> >> Hi List,
> >>
> >> I've run into a strange problem with the latest org pull. Exporting
> >> inlined images with the LaTeX exporter works or not depending on whether I
> >> include org
Herbert Sitz wrote:
> I'm running --eval commands from the shell using emacsclient (and on windows
> emacsclientw).
>
> The --batch option does not seem to be an option with emacsclient, although it
> works fine with plain emacs. However, I would still like to print output to
> the
> shell t
Hi,
Eric Schulte wrote:
I can think of three options for how to handle this situation.
1. If it turns out to be possible/desirable my preferred solution
here would be to add general property support for appending values
to properties when properties are over specified
(...)
2. Adding a "
I'm running --eval commands from the shell using emacsclient (and on windows
emacsclientw).
The --batch option does not seem to be an option with emacsclient, although it
works fine with plain emacs. However, I would still like to print output to the
shell that I'm issuing the emacsclient comma
Hah, of course i did not know about org-drill, that one looks pretty good.
:)
On Sat, Oct 22, 2011 at 8:12 PM, John Hendy wrote:
> On Sat, Oct 22, 2011 at 1:07 PM, Johannes Hess
> wrote:
> > I was trying out http://ankisrs.net/ and thought that it would be nicer,
> if
> > one could learn stuff
On Sat, Oct 22, 2011 at 1:07 PM, Johannes Hess
wrote:
> I was trying out http://ankisrs.net/ and thought that it would be nicer, if
> one could learn stuff from within emacs.
> So I threw together https://github.com/warsus/org-lrn, which basically
> implements the supermemo-2-algorithm
> (http://w
Hi Eric,
Here is the CSV output from google moderator - do with it what you wish:
Series URL,Series Name,Topic Name,Time Created,Author Name,Author
Location,Text,Attachment URL,Tags,Plus Votes,Minus Votes
http://www.google.com/moderator/#15/e=ffe1e&t=ffe1e.42&q=ffe1e.56ec36,Org-mode
Standardiz
I was trying out http://ankisrs.net/ and thought that it would be nicer, if
one could learn stuff from within emacs.
So I threw together https://github.com/warsus/org-lrn, which basically
implements the supermemo-2-algorithm (
http://www.supermemo.com/english/ol/sm2.htm) and stores everything in
or
Of course I do, it would be an honor! ;-)
On Sat, Oct 22, 2011 at 12:32 PM, Nick Dokos wrote:
> Bastien wrote:
>
>> Hi Frozenlock,
>>
>> Frozenlock writes:
>>
>> > This is a much better version of the little add-on I've written:
>> >
>> > Bill-of-materials (org-bom.el)
>>
>> Thanks -- I add thi
Jude DaShiell wrote:
> I found control-c followed by (.) makes a date in agenda entry form, would
> c-u+c-c+. do a date with brackets around it rather than inequality signs?
> If so, that's what I need.
>
> Jude
> If I got a nickel for every message I've already sent supporting Microsoft
> W
Bastien wrote:
> Hi Frozenlock,
>
> Frozenlock writes:
>
> > This is a much better version of the little add-on I've written:
> >
> > Bill-of-materials (org-bom.el)
>
> Thanks -- I add this to Worg/org-contrib/index.org. Please check the
> description when it goes online and improve it if ne
"Sebastien Vauban" writes:
> Hi Bastien,
>
> Bastien wrote:
>> Hi Eric and David,
>> Eric Schulte writes:
>>
>>> I suppose the next step here would be to talk to Bastien about setting
>>> up such a system on the org-mode server.
>>
>> For the record, I'm all for a server-side setup that will tes
suvayu ali writes:
> Hi everyone,
>
> I was wondering what people do when they need to put a few (1 or 2)
> lines of code snippets in org files? I like the syntax highlighting one
> gets in an org buffer and in HTML export with code blocks. Is there some
> work around other than have code blocks
Darlan Cavalcante Moreira writes:
> With many people making suggestions and voting It can be a lot of work for
> someone to collect all of the votes. In fact, I was going to suggest using
> Doodle for this (http://www.doodle.com/), but Chris was faster with the
> google moderator. Anyway, if the
Darlan Cavalcante Moreira writes:
> It's excellent that now babel understands multiple values in the "var"
> property (I was one of the people that wanted this), but "There Is One More
> Thing".
>
> Would it be feasible to inherit variables from parent sub-trees?
> Effectively, I'd like to append
>
> Just to add to it: at the moment I have e.g:
>
> #+BABEL: :var MAINVERSION=0
> #+BABEL: :var SVNVERSION=(vc-working-revision (buffer-file-name))
> #+BABEL: :var SVNSTATE=( symbol-name (vc-state (or (buffer-file-name)
> org-current-export-file)))
> #+BABEL: :var SVNSTATENUM=(if (eq (vc-state (o
> Will
>
> #+PROPERTY: var foo=1
> #+PROPERTY: var bar=2
>
> also work, or result in one variable not signed?
>
Try it out :)
This is a question about property behavior not specific to code blocks.
I believe that the second line will override the first, which is why it
was necessary to be able to
>
> Just to clarify my understanding: on a #+PROPERTY line, you *have* to
> say
>
> #+PROPERTY: var a=1, b=2
>
> but in the code block itself, you can say *either*
>
> #+begin_src emacs-lisp :var a=1, b=2
> ...
>
>
> *or*
>
> #+begin_src emacs-lisp :var a=1 :var b=2
> ...
>
correct
>
> Experiment
>
> Let me help revise the documentation when the dust settles and the
> syntax changes are in place. As it stands now, #+data: doesn't show up
> in the index to the manual, and the entry for #+tblname: leads only to
> a description of its use in spreadsheets.
>
Thanks Tom, any help with the docu
Hi Bastien,
thanks for fixing. I've just pulled again.
>> In org-agenda-get-blocks:
>> org-agenda.el:5434:42:Warning: assignment to free variable `category-pos'
>> org-agenda.el:5434:20:Warning: reference to free variable
>> `category-pos'
>
> I just fixed this.
I'm still getting the same error
Robert Pluim writes:
> Hi, I'm using XEmacs 21.5 (beta29) "garbanzo" d27c1ee1943b+ [Lucid]
> (i686-pc-cygwin, Mule) of Mon Oct 18 2010 on RPluim, with the following
> org-capture-templates
>
> (("t" "Todo" entry (file+headline "~/org/notes.org" "Tasks") "* TODO %?"))
>
> The problem is that for
Hi Achim,
Achim Gratz writes:
> Recently the byte compiler has become increasingly dissatisfied with the
> orgmode code again... :-)
>
> Emacs24 complains about these:
>
> In org-agenda-get-blocks:
> org-agenda.el:5434:42:Warning: assignment to free variable `category-pos'
> org-agenda.el:5434:2
Hi,
with org-mode from today I created a file miso.org with this content:
---
* aaa
:PROPERTIES:
:CATEGORY: bbb
:END:
** TODO ccc
Then I used an ~/.emacs which said:
Hi David,
I have tested the latest versions of this serie of patches.
Everything works as expected.
Please all check out this new option:
,[ org-loop-over-headlines-in-active-region ]
| Shall some commands act upon headlines in the active region?
|
| When set to `t', some commands will be
>> Unfortunately, I pull infrequently, so I can't really narrow down
>> when it started happening.
>>
>> -Anthony
>
> You can use git bisect to identify the commit that caused the breakage.
>
> ORIG_HEAD should point at the commit you used to be on before your last
> pull.
I frequently use
git
Recently the byte compiler has become increasingly dissatisfied with the
orgmode code again... :-)
Emacs24 complains about these:
In org-agenda-get-blocks:
org-agenda.el:5434:42:Warning: assignment to free variable `category-pos'
org-agenda.el:5434:20:Warning: reference to free variable `categor
Anthony Lander writes:
> On 11-Oct-21, at 7:26 PM, Nick Dokos wrote:
>
>> Anthony Lander wrote:
>>
>>> I've run into a strange problem with the latest org pull. Exporting
>>> inlined images with the LaTeX exporter works or not depending on
>>> whether I include org-jsinfo in org-modules(!). Thi
Bastien,
I thought this issue was going to die. Thanks for reviving it. I am
still interested and would love to hear Carsten's views.
Maybe numeric fields could have the grouping character (,) and currency
symbols stripped before being used for coumputation?
Regards,
At Sat, 22 Oct 2011 12:43
Saving the file shouldn't realign the table.
C-c C-c in the table should realign it on demand.
-Bernt
Jude DaShiell writes:
> I wrote a table in org-mode and am using version 7.7 and it was not
> reformatted correctly when it was saved by emacs. My .emacs file and the
> table I made follow:
Jude DaShiell writes:
> I found control-c followed by (.) makes a date in agenda entry form, would
> c-u+c-c+. do a date with brackets around it rather than inequality signs?
> If so, that's what I need.
Hi Jude,
C-c . does active timestamps and
C-c ! does inactive timestamps
Regards,
Bernt
C-! creates an inactive timestamp with angle brackets.
Jude DaShiell shellworld.net> writes:
>
> I found control-c followed by (.) makes a date in agenda entry form, would
> c-u+c-c+. do a date with brackets around it rather than inequality signs?
> If so, that's what I need.
Jambunathan K writes:
>> Good idea. There is `post-self-insert-hook' but there is no
>> `pre-self-insert-hook' that would check whether the point is in
>> an invisible area of the buffer, and send a warning about this.
>
> In org-self-insert-command check for visibility at point and take the
>
Hi Anthony,
Anthony Lander writes:
> I've run into a strange problem with the latest org pull. Exporting
> inlined images with the LaTeX exporter works or not depending on
> whether I include org-jsinfo in org-modules(!). This is with emacs -q
> on the 24.0.90.1 emacs recent release.
>
> Can som
Michael Sperber writes:
> Thanks. One bit slipped through:
>
> diff --git a/lisp/ob-calc.el b/lisp/ob-calc.el
> index 14d7d5d..44ed82b 100644
> --- a/lisp/ob-calc.el
> +++ b/lisp/ob-calc.el
> @@ -28,7 +28,6 @@
> ;;; Code:
> (require 'ob)
> (require 'calc)
> -(require 'calc-store)
> (unless (
Carsten Dominik writes:
> Hi Michael,
>
> I have checked these in, with the following exceptions:
Thanks. One bit slipped through:
diff --git a/lisp/ob-calc.el b/lisp/ob-calc.el
index 14d7d5d..44ed82b 100644
--- a/lisp/ob-calc.el
+++ b/lisp/ob-calc.el
@@ -28,7 +28,6 @@
;;; Code:
(require 'o
I found control-c followed by (.) makes a date in agenda entry form, would
c-u+c-c+. do a date with brackets around it rather than inequality signs?
If so, that's what I need.
Jude
If I got a nickel for every message I've already sent supporting Microsoft
Windows and its applications I'd have
Carsten Dominik writes:
> I have checked these in, with the following exceptions:
>
> - Somewhere you have a call to `org-ref', I guess this must be
> `org-re'
I fixed this one.
> - The special hunk you are mentioning is not longer in org.el,
> I guess it was removed somehow in some other com
suvayu ali writes:
> On Sat, Oct 22, 2011 at 13:43, Niels Giesen wrote:
>> suvayu ali writes:
>>
>>> On Sat, Oct 22, 2011 at 8:48 AM, Niels Giesen
>>> wrote:
Too bad I have set up Emacs to use emacs-w3m, in which this does not work
--
probably the hash part is handled by clien
On Sat, Oct 22, 2011 at 13:43, Niels Giesen wrote:
> suvayu ali writes:
>
>> On Sat, Oct 22, 2011 at 8:48 AM, Niels Giesen wrote:
>>> Too bad I have set up Emacs to use emacs-w3m, in which this does not work --
>>> probably the hash part is handled by client-side JavaScript.
>>
>> You can try th
On 11-Oct-21, at 7:26 PM, Nick Dokos wrote:
> Anthony Lander wrote:
>
>> Hi List,
>>
>> I've run into a strange problem with the latest org pull. Exporting inlined
>> images with the LaTeX exporter works or not depending on whether I include
>> org-jsinfo in org-modules(!). This is with emac
I forgot to hit the tab character before filling out the first
line/record, once I did that everything worked normally.
Jude
If I got a nickel for every message I've already sent supporting Microsoft
Windows and its applications I'd have enough to retire on comfortably no
matter what the stock m
suvayu ali writes:
> On Sat, Oct 22, 2011 at 8:48 AM, Niels Giesen wrote:
>> Too bad I have set up Emacs to use emacs-w3m, in which this does not work --
>> probably the hash part is handled by client-side JavaScript.
>
> You can try this:
>
> https://mail.google.com/mail/h/
That link simply vi
I wrote a table in org-mode and am using version 7.7 and it was not
reformatted correctly when it was saved by emacs. My .emacs file and the
table I made follow:
cut here.
(setq emacspeak-play-emacspeak-startup-icon t)
(add-hook 'text-mode-hook 'turn-on-auto-fill)
(add-hook 'mail-setup-hook 'spo
As opposed to time stamps, I tried +0d and wanted to have org-mode
substitute today's date in a field and that didn't work. For what I'm
doing I want to have one date per line/record and two separate times which
happen on that date. What is the correct way to have org-mode place only
today's
Hi Daniel,
Daniel E. Doherty writes:
> I noticed that the regular expression for recognizing what columns are
> numeric in a table for purposes of right-aligning does not pick up
> dollar values with commas.
>
> For example, $23,821,415.18 would be treated as "text" and left-aligned,
> which I d
Hi Eythan,
eythan...@gmail.com (Eythan Weg) writes:
> Hi,
>
> Consider a file containing something like:
>
> * Test :export:
> * Test 2
>
>
> And now export it, say to ascii format.
>
> I get a buffer containing:
>
> 1 Test :export:
>
>
> Is this exp
Hi Brad,
Brad Collette writes:
> Is there any work going on to be able to take advantage of this API
> from org-mode?
Not to my knowledge, but interactions with various API is definitely
something we want.
--
Bastien
Bastien writes:
> Hi Suvayu,
>
> suvayu ali writes:
>
>> I think this might be the right time to ask for a feature request,
>> unfold a tree if someone tries to edit it. This will prevent many
>> "mishaps".
>
> Good idea. There is `post-self-insert-hook' but there is no
> `pre-self-insert-hook'
Hi Bastien,
On Sat, Oct 22, 2011 at 12:13 PM, Bastien wrote:
>
> suvayu ali writes:
>
>> I think this might be the right time to ask for a feature request,
>> unfold a tree if someone tries to edit it. This will prevent many
>> "mishaps".
>
> Good idea. There is `post-self-insert-hook' but ther
Hi Brian,
Brian Dewey writes:
> I just released version 0.6.0 of the org-ruby gem. This native Ruby
> gem can convert org-mode files into HTML, which is useful in web
> services where you don't want to run a version of Emacs for
> conversion. For example, this gem is used on GitHub to render .or
Hi!
I do have the requirements to log certain things. Those things are
not regularly and are «triggered» externally. So far I have used
following method:
,
| ** TODO foobar happened
| DEADLINE: <2031-10-05 Sun .+240m -1d>
| :LOGBOOK:
| - State "DONE" from "TODO" [2011-10-05 Wed 00
Hi Suvayu,
suvayu ali writes:
> I think this might be the right time to ask for a feature request,
> unfold a tree if someone tries to edit it. This will prevent many
> "mishaps".
Good idea. There is `post-self-insert-hook' but there is no
`pre-self-insert-hook' that would check whether the po
Hi Torsten,
Torsten Wagner writes:
> The error message on export was correct to say
> org-export-latex-set-initial-vars: No definition for class
> `koma_article ' in `org-export-latex-classes' (again notice the space)
Should be fixed now, thanks!
--
Bastien
Hi!
After a decade of happily using PalmOS/DateBk (DateBk6) I am
switching my PIM[3] to Org-mode[1]. My vast amount of data is being
converted through jPilot[2] CSV export and self-written Python
scripts.
If someone wants to go the same path, contact me. I am glad to share
my Python scripts. They
On Sat, Oct 22, 2011 at 8:48 AM, Niels Giesen wrote:
> Too bad I have set up Emacs to use emacs-w3m, in which this does not work --
> probably the hash part is handled by client-side JavaScript.
You can try this:
https://mail.google.com/mail/h/
--
Suvayu
Open source is the future. It sets us
Hi Robert,
I applied your first two patches, but 3-4-5 don't apply against
current HEAD.
I agree with Wes it's good to have a minimal example on how to use
org-export-generic and HTML is the right choice for that; but I also
agree with you that this example should not be presented as a core
func
Jambunathan K writes:
> http://repo.or.cz/w/org-mode/org-jambu.git/tree/refs/heads/private:/contrib/odt/tests
This is a very nice test file.
Jambunathan, do you have an idea on how could we integrate an export
test suite into org-mode/test/, using ERT and (part of) your file?
--
Bastien
Carsten Dominik writes:
> On 21.10.2011, at 10:54, Christian Egli wrote:
>
>> Hi Carsten
>>
>> Carsten Dominik writes:
>>
>>> I have just checked in a slightly modified patch.
>>
>> I think there is a problem with this checkin. The variable
>> org-agenda-move-date-from-past-immediately-to-tod
"Robert P. Goldman" writes:
> ---
> contrib/lisp/org-export-generic.el | 107
> +++-
> 1 files changed, 93 insertions(+), 14 deletions(-)
Applied, thanks.
--
Bastien
"Robert P. Goldman" writes:
> This is needed for org-export-preprocess-string to function correctly.
Applied, thanks.
--
Bastien
Patch 999 (http://patchwork.newartisans.com/patch/999/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C1319213609-40770-3-git-send-email-rpgoldman%40real-time.com%3E
Here is the original message containing the patch:
> Content-Type
Patch 996 (http://patchwork.newartisans.com/patch/996/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C1319213609-40770-2-git-send-email-rpgoldman%40real-time.com%3E
Here is the original message containing the patch:
> Content-Type
Hi Leo,
Leo writes:
> I am running Org-mode version 7.7.
>
> 1. emacs -q
> 2. (setq org-modules (quote (org-bbdb org-bibtex org-gnus org-info org-habit
> org-inlinetask org-irc org-protocol org-w3m org-mouse)))
> 3. M-x org-mode
> 4. From the menubar Org => Send bug report
>
> You should observ
Hi Tassilo,
Tassilo Horn writes:
> Ups, I've slightly misread your suggestion. Currently, there is only
> one place in org-src.el that check for being a mode derived from
> org-mode or org-mode itself. The second is useless, because
> (derived-mode-p 'org-mode) is true for org-mode, too.
>
> B
Hi Rafael,
Rafael Laboissiere writes:
> You will find here attached three patches for org-mode. Two of them
> improve the "External links" node of the info documentation. The other
> one just fixes minor typos.
I just applied all three of them, thanks a lot.
--
Bastien
PS: Here is a list of hyperref options:
http://en.wikibooks.org/wiki/LaTeX/Hyperlinks#Customization
--
Bastien
Hi Mikhail,
Mikhail Titov writes:
> In case someone else also wants page keywords to appear in latex export.
> Here is the link to original thread
> http://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg01429.html .
> There is a patch at the bottom that does that. It assumes that hyperred
>
Patch 895 (http://patchwork.newartisans.com/patch/895/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C7ipqk3qfxn.fsf%40mack.tetzco.de%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8
* Skip Collins wrote:
> On Wed, Oct 19, 2011 at 6:02 AM, Eric S Fraga wrote:
>> Yes, I have been informed that we are moving to Outlook/exchange in the
>> new year, something I am dreading...
>
> Lemerre's approach only syncs with the Outlook client, not the
> Exchange server. He suggests using R
Hi Frozenlock,
Frozenlock writes:
> This is a much better version of the little add-on I've written:
>
> Bill-of-materials (org-bom.el)
Thanks -- I add this to Worg/org-contrib/index.org. Please check the
description when it goes online and improve it if necessary.
> I've used this for over 6
Hi Carsten
On Fri, Oct 21, 2011 at 16:40, Carsten Dominik
wrote:
> On Oct 19, 2011, at 5:39 PM, Michael Brand wrote:
>> (define-key org-mode-map [remap outline-promote] 'org-promote-subtree)
>> (define-key org-mode-map [remap outline-demote] 'org-demote-subtree)
>> [...]
>
> Would you like to car
On 10/21/11 8:40 PM, Rainer M Krug wrote:
Just to add to it: at the moment I have e.g:
#+BABEL: :var MAINVERSION=0
#+BABEL: :var SVNVERSION=(vc-working-revision (buffer-file-name))
#+BABEL: :var SVNSTATE=( symbol-name (vc-state (or (buffer-file-name)
org-current-export-file)))
#+BABEL: :var SV
Hi Darlan,
Darlan Cavalcante Moreira wrote:
> It's excellent that now babel understands multiple values in the "var"
> property (I was one of the people that wanted this), but "There Is One More
> Thing".
>
> Would it be feasible to inherit variables from parent sub-trees?
> Effectively, I'd like
78 matches
Mail list logo