Re: [O] Patch for bug in adjusting time ranges in Agenda

2011-10-22 Thread Niels Giesen
Same here. By the way, you don't necessarily have to mark the patch as a TINYCHANGE: I have signed the papers with the FSF, but I just have problems updating http://orgmode.org/worg/org-contribute.html. (problem is: error: unable to create temporary sha1 filename ./objects/3e: Permission denied

Re: [O] Patch for bug in adjusting time ranges in Agenda

2011-10-22 Thread Carsten Dominik
On 22.10.2011, at 08:00, Niels Giesen wrote: Same here. By the way, you don't necessarily have to mark the patch as a TINYCHANGE: I have signed the papers with the FSF, but I just have problems updating http://orgmode.org/worg/org-contribute.html. (problem is: error: unable to create

Re: [O] direct link to mails in gmail

2011-10-22 Thread Niels Giesen
Since any mail can be found under the All label by definition the simplest solution is extracting the message id from the end of the current url and then creating a new url pointing to All. This URL should always work unless the mail is deleted:

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-22 Thread Sebastien Vauban
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 to append

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-22 Thread Christian Moe
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

Re: [O] outline-demote incorrectly demotes leaf nodes

2011-10-22 Thread Michael Brand
Hi Carsten On Fri, Oct 21, 2011 at 16:40, Carsten Dominik carsten.domi...@gmail.com 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) [...]

Re: [O] Bill-of-materials

2011-10-22 Thread Bastien
Hi Frozenlock, Frozenlock frozenl...@gmail.com 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

[O] Sync with Outlook/Exchange (was: Recurring events with exceptions)

2011-10-22 Thread Karl Voit
* Skip Collins skip.coll...@gmail.com wrote: On Wed, Oct 19, 2011 at 6:02 AM, Eric S Fraga e.fr...@ucl.ac.uk 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

[O] [Accepted] Variable publishing-directory? (resent with patch as attachment)

2011-10-22 Thread Bastien Guerry
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

Re: [O] How to reuse page keywords for LaTeX with pdfkeywords and hyperref package?

2011-10-22 Thread Bastien
Hi Mikhail, Mikhail Titov m...@gmx.us 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

Re: [O] How to reuse page keywords for LaTeX with pdfkeywords and hyperref package?

2011-10-22 Thread Bastien
PS: Here is a list of hyperref options: http://en.wikibooks.org/wiki/LaTeX/Hyperlinks#Customization -- Bastien

Re: [O] [PATCH] Improve documentation + fix typos

2011-10-22 Thread Bastien
Hi Rafael, Rafael Laboissiere raf...@laboissiere.net 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

Re: [O] [PATCH]: New Add defun org-mode-or-derived-mode-p

2011-10-22 Thread Bastien
Hi Tassilo, Tassilo Horn tass...@member.fsf.org 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

Re: [O] bug#9435: 23.3.50; infinite loop in org-submit-bug-report

2011-10-22 Thread Bastien
Hi Leo, Leo sdl@gmail.com 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

[O] [Accepted] [O, 1/5] bind org-export-current-backend in generic exporter.

2011-10-22 Thread Bastien Guerry
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:

[O] [Accepted] [O, 2/5] Added trac-wiki and tikiwiki export settings.

2011-10-22 Thread Bastien Guerry
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:

Re: [O] [PATCH 1/5] bind org-export-current-backend in generic exporter.

2011-10-22 Thread Bastien
Robert P. Goldman rpgold...@real-time.com writes: This is needed for org-export-preprocess-string to function correctly. Applied, thanks. -- Bastien

Re: [O] [PATCH 2/5] Added trac-wiki and tikiwiki export settings.

2011-10-22 Thread Bastien
Robert P. Goldman rpgold...@real-time.com writes: --- contrib/lisp/org-export-generic.el | 107 +++- 1 files changed, 93 insertions(+), 14 deletions(-) Applied, thanks. -- Bastien

[O] Converting DateBk(6)/jPilot data to Org-mode

2011-10-22 Thread Karl Voit
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.

Re: [O] [bug-report] #+LaTeX_CLASS: whitespaces in the parameter list are not omitted

2011-10-22 Thread Bastien
Hi Torsten, Torsten Wagner torsten.wag...@gmail.com 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

[O] How to simply log things

2011-10-22 Thread Karl Voit
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:16]

Re: [O] org-ruby 0.6 released; project needs new maintainer

2011-10-22 Thread Bastien
Hi Brian, Brian Dewey bde...@gmail.com 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

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-10-22 Thread suvayu ali
Hi Bastien, On Sat, Oct 22, 2011 at 12:13 PM, Bastien b...@altern.org wrote: suvayu ali fatkasuvayu+li...@gmail.com 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

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-10-22 Thread Jambunathan K
Bastien b...@altern.org writes: Hi Suvayu, suvayu ali fatkasuvayu+li...@gmail.com 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

Re: [O] Google Tasks integration

2011-10-22 Thread Bastien
Hi Brad, Brad Collette shopinthewo...@gmail.com 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

Re: [O] Alignment Regexp Should Recognize Currencies

2011-10-22 Thread Bastien
Hi Daniel, Daniel E. Doherty ded-...@ddoherty.net 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

[O] org-mode entering dates

2011-10-22 Thread Jude DaShiell
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

[O] table editing probably broken

2011-10-22 Thread Jude DaShiell
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

Re: [O] BUG: Export images to LaTeX

2011-10-22 Thread Anthony Lander
On 11-Oct-21, at 7:26 PM, Nick Dokos wrote: Anthony Lander anthonylan...@yahoo.com 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

Re: [O] direct link to mails in gmail

2011-10-22 Thread Niels Giesen
suvayu ali fatkasuvayu+li...@gmail.com writes: On Sat, Oct 22, 2011 at 13:43, Niels Giesen niels.gie...@gmail.com wrote: suvayu ali fatkasuvayu+li...@gmail.com writes: On Sat, Oct 22, 2011 at 8:48 AM, Niels Giesen niels.gie...@gmail.com wrote: Too bad I have set up Emacs to use emacs-w3m,

[O] org-mode entering dates

2011-10-22 Thread Jude DaShiell
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 jdash...@shellworld.net If I got a nickel for every message I've already sent supporting Microsoft Windows and

Re: [O] Current patches to make org-mode run on XEmacs

2011-10-22 Thread Michael Sperber
Carsten Dominik carsten.domi...@gmail.com 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 @@

Re: [O] Current patches to make org-mode run on XEmacs

2011-10-22 Thread Bastien
Michael Sperber sper...@deinprogramm.de 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)

Re: [O] BUG: Export images to LaTeX

2011-10-22 Thread Bastien
Hi Anthony, Anthony Lander anthonylan...@yahoo.com 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

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-10-22 Thread Bastien
Jambunathan K kjambunat...@gmail.com 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

Re: [O] org-mode entering dates

2011-10-22 Thread Chris Pettitt
C-! creates an inactive timestamp with angle brackets. Jude DaShiell jdashiel at 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.

Re: [O] org-mode entering dates

2011-10-22 Thread Bernt Hansen
Jude DaShiell jdash...@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. Hi Jude, C-c . does active timestamps and C-c ! does inactive

Re: [O] table editing probably broken

2011-10-22 Thread Bernt Hansen
Saving the file shouldn't realign the table. C-c C-c in the table should realign it on demand. -Bernt Jude DaShiell jdash...@shellworld.net 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

Re: [O] Alignment Regexp Should Recognize Currencies

2011-10-22 Thread Daniel E . Doherty
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

Re: [O] BUG: Export images to LaTeX

2011-10-22 Thread Bernt Hansen
Anthony Lander anthonylan...@yahoo.com writes: On 11-Oct-21, at 7:26 PM, Nick Dokos wrote: Anthony Lander anthonylan...@yahoo.com 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

[O] Byte compiler warnings

2011-10-22 Thread Achim Gratz
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

Re: [O] BUG: Export images to LaTeX

2011-10-22 Thread Jambunathan K
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 reflog

Re: [O] [PATCH 5/5] Avoid conflict between bulk command and loop-over-headlines

2011-10-22 Thread Bastien
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

[O] bug in getting category

2011-10-22 Thread Daniel Clemente
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:

Re: [O] Byte compiler warnings

2011-10-22 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de 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'

Re: [O] org-capture and XEmacs, indenting too far

2011-10-22 Thread Michael Sperber
Robert Pluim rpl...@gmail.com 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

Re: [O] Byte compiler warnings

2011-10-22 Thread Achim Gratz
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 with

Re: [O] [RFC] Standardized code block keywords

2011-10-22 Thread Eric Schulte
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

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-22 Thread Eric Schulte
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

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-22 Thread Eric Schulte
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 Experimentally, both of

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-22 Thread Eric Schulte
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 (or

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-22 Thread Eric Schulte
Darlan Cavalcante Moreira darc...@gmail.com 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

Re: [O] Org-mode Standardized Code Block Keywords

2011-10-22 Thread Eric Schulte
Darlan Cavalcante Moreira darc...@gmail.com 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.

Re: [O] Source blocks for tiny snippets

2011-10-22 Thread Eric Schulte
suvayu ali fatkasuvayu+li...@gmail.com 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

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-10-22 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Bastien, Bastien wrote: Hi Eric and David, Eric Schulte schulte.e...@gmail.com 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

Re: [O] Bill-of-materials

2011-10-22 Thread Nick Dokos
Bastien b...@altern.org wrote: Hi Frozenlock, Frozenlock frozenl...@gmail.com 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

Re: [O] org-mode entering dates

2011-10-22 Thread Nick Dokos
Jude DaShiell jdash...@shellworld.net 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 jdash...@shellworld.net If I got a nickel for every message

Re: [O] Bill-of-materials

2011-10-22 Thread Frozenlock
Of course I do, it would be an honor! ;-) On Sat, Oct 22, 2011 at 12:32 PM, Nick Dokos nicholas.do...@hp.com wrote: Bastien b...@altern.org wrote: Hi Frozenlock, Frozenlock frozenl...@gmail.com writes: This is a much better version of the little add-on I've written: Bill-of-materials

[O] org-lrn

2011-10-22 Thread Johannes Hess
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

Re: [O] Org-mode Standardized Code Block Keywords

2011-10-22 Thread Chris Malone
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=ffe1et=ffe1e.42q=ffe1e.56ec36,Org-mode

Re: [O] org-lrn

2011-10-22 Thread John Hendy
On Sat, Oct 22, 2011 at 1:07 PM, Johannes Hess zerstro...@googlemail.com 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

Re: [O] org-lrn

2011-10-22 Thread Johannes Hess
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 jw.he...@gmail.com wrote: On Sat, Oct 22, 2011 at 1:07 PM, Johannes Hess zerstro...@googlemail.com wrote: I was trying out http://ankisrs.net/ and thought that it would

[O] Output to shell when calling emacsclient?

2011-10-22 Thread Herbert Sitz
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

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-22 Thread Christian Moe
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

Re: [O] Output to shell when calling emacsclient?

2011-10-22 Thread Nick Dokos
Herbert Sitz hes...@gmail.com 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

Re: [O] BUG: Export images to LaTeX

2011-10-22 Thread Nick Dokos
Anthony Lander anthonylan...@yahoo.com wrote: On 11-Oct-21, at 7:26 PM, Nick Dokos wrote: Anthony Lander anthonylan...@yahoo.com 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

Re: [O] Output to shell when calling emacsclient?

2011-10-22 Thread Herbert Sitz
Nick Dokos nicholas.dokos at 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

Re: [O] Code block evaluation export bug ?

2011-10-22 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: Nick Dokos nicholas.do...@hp.com 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 |

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-10-22 Thread suvayu ali
Hi Bastien, A few comments. I have also attached a small test file. On Sat, Oct 22, 2011 at 15:53, Bastien b...@altern.org 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

[O] BUG: footnote conflicts with code export to pdf

2011-10-22 Thread zwz
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

Re: [O] BUG: footnote conflicts with code export to pdf

2011-10-22 Thread Nick Dokos
zwz zhangwe...@gmail.com 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];