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

2013-01-24 Thread Seweryn Kokot
preamble and postable? Or how to automatically get rid of this redundant text to use it in \input? Thanks in advance, Seweryn

[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.g

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

2011-02-22 Thread Seweryn Kokot
ument: listp, t make: *** [lisp/org-capture.elc] Error 1 Regards, Seweryn ___ 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: Updating CONSTANTS in LaTeX mode

2010-12-11 Thread Seweryn
Carsten Dominik gmail.com> writes: > > > On Dec 11, 2010, at 6:03 PM, Carsten Dominik wrote: > > > > > On Dec 11, 2010, at 4:05 PM, Seweryn wrote: > > > >> Hello, > >> > >> Is it possible to have locally defined CONSTANTS in .tex b

[Orgmode] Updating CONSTANTS in LaTeX mode

2010-12-11 Thread Seweryn
Hello, Is it possible to have locally defined CONSTANTS in .tex buffer? What is the command to update the list of known CONSTANTS since $pi works but I cannot insert $x to the list of CONSTANTS. See example below \begin{comment} #+CONSTANTS: x=458.0 #+ORGTBL: SEND test1 orgtbl-to-latex :splice

[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
pleasure :-) This was my first patch, so next time it should go smoother. Thanks for guidance. Seweryn ___ 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: > > 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
the hook orgtbl-after-send-table-hook... Yes, in my case I need to modify the exported table only if sending has taken place. And agree that the "orgtbl-after-send-table-hook" name is better. Seweryn ___ Emacs-orgmode mailing list Please use

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

2010-11-17 Thread Seweryn Kokot
hat are your true intentions, and can you make code and > documentation macht up? Thank for you help. Indeed, the previous patch was confusing. I've done a new patch below. Is it correct now? regards, Seweryn --- h:/org-mode/lisp/org-table.el 2010-11-16 11:17:36.0 +0

[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

[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] Re: including holidays in agenda

2010-09-15 Thread Seweryn
henry atting online.de> writes: > >calendar-holidays '(( >(holiday-fixed 11 11 "Elfter im Elften") >(holiday-easter-etc -49 "Estomihi") >(holiday-easter-etc -48 "Rosenmontag") >

[Orgmode] Re: [PATCH] Latest git pull has bug in (org-babel-remove-temporary-directory)

2010-08-26 Thread Seweryn
> > Hi Noorul, > > Thanks for pointing out the above, I guess files.el can't be assumed to > be loaded. I've pushed up a fix. I have also: --- delete-directory is an interactive compiled Lisp function in `files.el'. (delete-directory DIRECTORY &optional RECURSIVE) Delete the di

[Orgmode] Re: text color + highlight

2010-08-06 Thread Seweryn
Vinh Nguyen gmail.com> writes: > > Apologies for the ambiguity. In the org, we can use *text* and the > word "text" would be bold in the html output. I was wondering if > there is a markup that would change the color, eg, \{red}[text], or > something of that sort. I don't think it exists. I

[Orgmode] org tables - modified field

2010-07-02 Thread Seweryn Kokot
B2 which is not exactly a number, I get an error. Would it be possible to reuse the field B2 in another formula, somehow? Best regards, Seweryn ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-org

[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
check and double-check that I have used the > correct html entities to get the characters correct for your language? > > Thanks. > > - Carsten > Polish is also ok! -- regards, Seweryn ___ Emacs-orgmode mailing list Remember: us

[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&quo

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

2008-11-08 Thread Seweryn Kokot
("pl" "Autor" "Data" "Przypis") -- regards, Seweryn ___ 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: how to extract start time and end time from the CLOCK: property

2008-09-04 Thread Seweryn Kokot
alue)) > (mach-string 0 value) > nil ; there was no value, or it was a short string > > > HTH > > - Carsten Thanks, as always it helped! regards, Seweryn ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[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) (co

[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
st of choices > (where 0 inserts index 10) > > -Bernt Thank you, it's really useful. Seweryn ___ 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] another way of inserting effort estimates

2008-08-05 Thread Seweryn kokot
)? Where "m" stands for minutes and "h" for hour. The reason for this is that I moved the colon somewhere else on my keyboard and now it is not easily available. regards, Seweryn ___ Emacs-orgmode mailing list Remember: use `Reply All

[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