[O] Exporting to LaTeX to use it with \input

2013-01-24 Thread Seweryn Kokot
Hi, I would like to have a main text of the document in LaTeX and only some parts as org files (using tables and babel functionality). Then these files I want to export to .tex files and include to the main tex file with \input{myorgfile1}. My question: is it possible to export to LaTeX without pr

[O] How to export results to latex?

2013-01-18 Thread Seweryn Kokot
Hello! I have test1.org file (see below [1]) which I want to export to latex. However when exporting to latex (both using org-export and org-export-dispatch), the content of RESULTS is missing in the resulting test1.tex (see below [2]). What is the reason for that? One year ago when exporting the

[Orgmode] Re: [BUG] - error when compiling org sources from git

2011-02-22 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > Me bad, this is fixed now. > Thanks, you are more than quick! :) Seweryn ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/list

[Orgmode] [BUG] - error when compiling org sources from git

2011-02-22 Thread Seweryn Kokot
I have just pulled orgmode sources from git and get the following running 'make': In org-capture-expand-file: org-capture.el:734:33:Warning: malformed cond form: `t' org-capture.el:734:33:Warning: malformed cond form: `file' org-capture.el:743:41:Error: Wrong type argument: listp, t make: *** [li

[Orgmode] Re: repo.or.cz down

2010-11-24 Thread Seweryn Kokot
Giovanni Ridolfi yahoo.it> writes: > > Seweryn Kokot gmail.com> writes: > > >>The http://repo.or.cz seems to be down > > it's up again. > http://orgmode.org is up > > but the web interface of the git repo: > > http://repo.or.cz/w/org-mode.

[Orgmode] Re: repo.or.cz down

2010-11-24 Thread Seweryn Kokot
it's up again. Cheers ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > > this is good, I have applied the patch. The only change I made was to > return the number of sent tables instead of t. > > Thanks for the patch, and thanks for going through iterations to > get this right. > Hi Carsten, My pleasure :-) This was my firs

[Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > > Should the be run only if the sending was successful? Or also for > tables > where have no ORGTBD SEND statement? We could make orgtbl-send-table > return a value indicating if sending has taken place. > > We might want to call the hook orgtbl-after-s

[Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > Should the be run only if the sending was successful? Or also for > tables > where have no ORGTBD SEND statement? We could make orgtbl-send-table > return a value indicating if sending has taken place. > > We might want to call the hook orgtbl-after-sen

[Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > I am a bit confused by this patch. You do call the hook after C-c C-c > has done its thing. Which is OK, but this is not what the > documentation in your hook variable says. That documentation seems to > have been copied from the normal ctrl-c-ctrl-c

[Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > > > On Nov 17, 2010, at 9:19 AM, Seweryn Kokot wrote: > > > Hi, > > > > It need to attach a function to C-c C-c keybinding when exporting a > > table in > > orgtbl-mode so would be nice to have orgtbl-ctrl-

[Orgmode] [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Hi, It need to attach a function to C-c C-c keybinding when exporting a table in orgtbl-mode so would be nice to have orgtbl-ctrl-c-ctrl-c-hook similar to org-ctrl-c-ctrl-c-hook. Or are there any other ways to do it? Thanks, Seweryn ___ Emacs-orgm

[Orgmode] Difference if exporting a table to latex

2010-11-16 Thread Seweryn Kokot
Hello, First I had a table | M_r | /33.22/ | in an .org file and exporting the table to latex gave the following \begin{center} \begin{tabular}{ll} M$_r$ & \emph{33.22} \\ \end{tabular} \end{center} Then as I needed more control so I moved to a .tex file. This time, using a radio table,

[Orgmode] org tables - modified field

2010-07-02 Thread Seweryn Kokot
Hi, I have the following table #+TBLNAME: table_three |+| | 1 | 2 | |+| | 2.00 | *4.00* | | *4.00* | #ERROR | |+| #+TBLFM: @2$1...@1$1;%.2f::@2$2...@1$2;*%.2f*::@3$1...@2$1;*%.2f*::@3$2...@2 $2;*%.2f* in which I would like to have some

[Orgmode] problem in highlighting fields in a remote table

2010-07-01 Thread Seweryn Kokot
Hi, I have two tables - the second one refers with formulas to the first table. #+TBLNAME: table_one |---+---| | 1 | 2 | |---+---| | 3 | 4 | |---+---| #+TBLNAME: table_two |---+---| | 1 | 2 | |---+---| | 6 | 8 | |---+---| #+TBLFM: @2$1=2*remote(table_one, A2)::@2$2=2*remote(table_one, B2) Being

[Orgmode] Re: Languages again

2008-11-10 Thread Seweryn Kokot
Carsten Dominik <[EMAIL PROTECTED]> writes: > Dear foreign friends, > > Since the coding system issues in Emacs drive me mad, I have decided > to switch to HTML > entities for writing foreign characters in the few special words we > need. > > Could all of you please check and double-check that I h

[Orgmode] Re: How to say "Footnotes" on other languages

2008-11-08 Thread Seweryn Kokot
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi Seweryn, > > there is one word missing, I don't know which one, either "Table of > Contents, or "Footnotes". Sorry for the missing "Table of Contents" which is "Spis treści" ("pl" "Autor" "Data" "Spis treści" "Przypis") It's in latin-2

[Orgmode] Re: How to say "Footnotes" on other languages

2008-11-08 Thread Seweryn Kokot
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi, > > For the export setup, I need to know what "Footnotes" means in other > languages. > > Could some of you please complete the following table? > > (defcustom org-export-language-setup Polish version ("pl" "Autor" "Data" "Przypis") -

[Orgmode] Re: how to extract start time and end time from the CLOCK: property

2008-09-04 Thread Seweryn Kokot
Carsten Dominik <[EMAIL PROTECTED]> writes: > > I don't know how to do this, byt you could use a regular expression to > extract the time instead of a fixed substring, like > > (if (and value (>= (length value) 40) >(string-match "[0-9]+:[0-9]+" value)) > (mach-string 0 value) > nil

[Orgmode] Re: how to extract start time and end time from the CLOCK: property

2008-09-03 Thread Seweryn Kokot
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi Seweryn, > > please see > > http://thread.gmane.org/gmane.emacs.orgmode/7430/focus=7430 Hi Carsten Thanks a lot! This is exactly what I wanted. In my case the following works (defun my-org-column-cleaner (title value) (cond ((equal title

[Orgmode] Re: org-plot (generating graphs from org-mode)

2008-09-01 Thread Seweryn Kokot
et-key (kbd "\M-\C-g") 'org-plot/gnuplot))) whenever I invoke an error, instead of getting *Backtrace* buffer I get a strange message in the echo line. -- regards, Seweryn Kokot ___ Emacs-orgmode mailin

[Orgmode] how to extract start time and end time from the CLOCK: property

2008-08-17 Thread Seweryn Kokot
range in the CLOCK property so that it would be possible to insert them in two separate columns in a column view and in a dynamic block. Any ideas? regards, Seweryn Kokot ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

[Orgmode] Re: another way of inserting effort estimates

2008-08-05 Thread Seweryn Kokot
Bernt Hansen norang.ca> writes: > > on my keyboard and now it is not easily available. > > As another alternative - in column mode: > > When editing the effort column from a preset list of choices the number > keys 1-9 and 0 insert the value at that index in the list of choices > (where 0 insert

[Orgmode] another way of inserting effort estimates

2008-08-05 Thread Seweryn kokot
Hello, When I want to insert effort estimates, I type for example 0:20 or 1:40 or cycle the allowed values of Effort properties. Would it be possible to have something similar to the date/time prompts, and instead of typing in the Effort property 0:20 or 1:40, just to type 20m or 1h40m or (1h40)?

[Orgmode] org-mode-abbrevs-table and text-mode-abbrevs-table

2008-04-17 Thread Seweryn Kokot
problem? Best regards. Seweryn Kokot ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Electric insert of headline stars

2007-10-25 Thread Seweryn Kokot
Seweryn Kokot <[EMAIL PROTECTED]> writes: >> >> (defun local-org-insert-stars () >> (interactive) >> (when (looking-back "^ +" (point-at-bol)) >> (save-excursion >> (while (search-backward " " (point-at-bol) t) >&g

[Orgmode] Re: Electric insert of headline stars

2007-10-25 Thread Seweryn Kokot
"Piotr Zielinski" <[EMAIL PROTECTED]> writes: > On 25/10/2007, Seweryn Kokot <[EMAIL PROTECTED]> wrote: > >> A minor inconvenience is a warning when compiling the code > > First, here's the version after Bastien's and Carsten's comments

[Orgmode] Re: Electric insert of headline stars

2007-10-25 Thread Seweryn Kokot
" " "*" nil (point-at-bol) (point))) > (insert "*")) > > (define-key org-mode-map "*" 'local-org-insert-stars) > Very nice idea! A minor inconvenience is a warning when compiling the code .emacs:2604:30:Warning: `replace-string' used from Lis