Re: [O] gnus org and tags

2016-10-15 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Thursday, 13 Oct 2016 at 16:02, Nick Dokos wrote: > [...] >> I have a single notes.org file (not an agenda file), where I do exactly what >> Eric described and I have defined keys to get to it fast: no more "where did I > As do I. I gues

[O] table and field reference a la OO/LO

2016-10-23 Thread Uwe Brauer
would allow be to have also $4=B2-C2 in the input bar. For the lines, I sometimes use an indirect buffer and turn on linum-mode But what could I do for the columns? Thanks Uwe Brauer

Re: [O] table and field reference a la OO/LO

2016-10-24 Thread Uwe Brauer
> Le 23/10/2016 18:33, Uwe Brauer a écrit : > Maybe you can try C-c } org-table-toggle-coordinate-overlays That is a great suggestions thanks > First outline the header (C-c -): > | 1/A | B | C | D | > |-+-++-| > | 2 | 200 | 10

Re: [O] table and field reference a la OO/LO

2016-10-24 Thread Uwe Brauer
> Le 23/10/2016 18:33, Uwe Brauer a écrit : > You may also try C-c ' in the D2 cell. > A new buffer displays the formula. > Moving the cursor through the formula highlights the involved cells. That is also very nifty, thanks

[O] org-capture does copy selected marked text

2017-02-01 Thread Uwe Brauer
. For example I have set ("j" "Journal Entry" entry (file+datetree "~/ALLES/journal.org") "* %?" :empty-lines 1) But when I call org-capture and then j the selected text is not copied. What do I miss? Regards Uwe Brauer

Re: [O] org-capture does copy selected marked text

2017-02-01 Thread Uwe Brauer
> Uwe Brauer writes: > Try adding "%i" to the capture template, for example like so: Thanks that is was %i helped, %c did not. Uwe

[O] fill text (indent) in lists

2017-02-02 Thread Uwe Brauer
this has to do with the indent-region function, but I would like to know whether there is an easy solution to the problem presented. Regards Uwe Brauer

Re: [O] fill text (indent) in lists

2017-02-02 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > You need to put the paragraph after the list item within the item, with, > e.g., C-x r o, then fill the item. I am sorry but I don't understand your instructions. Given - Rzcrmnzbf pba Pnyphyb Ahzrevpb. FBYNZRAGR grarzbf qbf

Re: [O] fill text (indent) in lists

2017-02-02 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> I am sorry but I don't understand your instructions. >> >> Given >> >> - Rzcrmnzbf pba Pnyphyb Ahzrevpb. FBYNZRAGR grarzbf qbf frznanf

Re: [O] fill text (indent) in lists

2017-02-03 Thread Uwe Brauer
> Uwe Brauer writes: > I think you need to read (info "(org) Plain lists"), in particular third > paragraph. > Anyway, let me try again. [X] are corners of the rectangle selection, > i.e., the point and mark, Thanks very much, that worked as expected. Sorry for the hassle.

[O] inline images (png/jpg) are not displayed

2017-02-03 Thread Uwe Brauer
not displayed. What do I miss? Thanks Uwe Brauer

Re: [O] inline images (png/jpg) are not displayed

2017-02-03 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I am using emacs 26 (kubuntu 14.04) and I can open png and images files > and they are displayed correctly so I presume png/jpg support is > compiled in. > I added the following to my org file >

Re: [O] inline images (png/jpg) are not displayed

2017-02-04 Thread Uwe Brauer
> Uwe Brauer writes: > Maybe you have a timer that toggles it off after a while? I don't think org is doing the > toggling (and it does not happen in my experiments). Try evaluating (timer-list) in that > buffer. I have 4.53- undo-aut

[O] org-time-stamp, day format

2017-02-06 Thread Uwe Brauer
Hello When I use org-time-stamp. I obtain: <2016-11-15 mar> mar is short for martes, which is the Spanish word for Tuesday. How can I can change that format, to any language I desire? I thought it would be calendar-day-name-array but this seems not to be the case. Thanks Uwe Brauer

Re: [O] org-time-stamp, day format

2017-02-06 Thread Uwe Brauer
> On Monday, 6 Feb 2017 at 09:35, Uwe Brauer wrote: > I think you'll find that these come from the standard time format, using > %a for day of the week. This will depend on your locale I guess? Hm I am on Ubuntu 14.04 with the tcsh shell and locale gives me locale

Re: [O] org-annotate/collaboration?

2017-02-11 Thread Uwe Brauer
>>> "Eric" == Eric Abrahamsen writes: > Matt Price writes: >> Does anyone use org-annotate actively? I'm wondering what your >> workflow is, how you incorporate comments, etc. > I wrote it, and I don't use it that much. I do use it for quick > notes-to-self when writing, but fo

Re: [O] org-time-stamp, day format

2017-02-11 Thread Uwe Brauer
> Nick Dokos writes: > And if you want to fix this in Emacs only: > ;; System locale to use for formatting time values. > (setq system-time-locale "C") ; Make sure that the weekdays in the > ; time stamps of your Org mode file

Re: [O] org-time-stamp, day format

2017-02-12 Thread Uwe Brauer
> On Saturday, 11 Feb 2017 at 22:38, Uwe Brauer wrote: > It does not strictly speaking correspond to English but to the "default" > language for each individual application which may, of course, be > English in many if not most cases. > Good examples

[O] modify/edit a org-time-stamp

2017-02-14 Thread Uwe Brauer
urse I could switch the mode say to text mode and then edit the entry, but what could I do within orgmode? Thanks Uwe Brauer

Re: [O] org-annotate/collaboration?

2017-02-14 Thread Uwe Brauer
> Uwe Brauer writes: > I think collaborators who have even a tiny familiarity with > technological tools make the whole process much, much easier. > Unfortunately I'm working with technophobes, the sort of people who > call the browser "the internet&quo

Re: [O] modify/edit a org-time-stamp

2017-02-16 Thread Uwe Brauer
> On February 15, 2017 4:06:03 AM GMT+05:30, Nick Dokos wrote: > If custom time format is specified, the time field is not editable in > the usual ways like S-up, S-down, or text editing. See if symptoms are > like http://orgmode.org/org.html#Custom-time-format. Thanks very much fo

Re: [O] modify/edit a org-time-stamp

2017-02-16 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Thursday, 16 Feb 2017 at 11:18, Uwe Brauer wrote: >> Thanks very much for pointing this out to me. This is precisely my >> situation. I see what I can do, maybe I turn customization off. > I ended

Re: [O] modify/edit a org-time-stamp

2017-02-16 Thread Uwe Brauer
> Uwe Brauer writes: > If I had known about custom time formats, maybe I *would* have pointed > that out to you ;-), but I didn't (I've never used them): it was Bingo > who divined the cause of your problem. Right. I hit the reply message on the wrong me

Re: [O] org-annotate/collaboration?

2017-02-16 Thread Uwe Brauer
> Uwe Brauer writes: > I think I could easily convince people to use an online system, or one > that works in Markdown (which would be nice). The killer is the history > tracking: everyone's used to Track Changes, and it would take a real > revolution to dis

[O] orgtbl-insert-matrix, embedded

2017-02-19 Thread Uwe Brauer
ment} is there a way to insert another array into the same latex environment? Thanks Uwe Brauer

[O] orgtable fill (black) when exporting to html

2017-02-24 Thread Uwe Brauer
Hi Is there a way to fill a cell in a table such when exported to say html it comes in black? Regards Uwe Brauer

Re: [O] orgtable fill (black) when exporting to html

2017-02-24 Thread Uwe Brauer
>>> "Rasmus" == Rasmus writes: > Uwe Brauer writes: >> Is there a way to fill a cell in a table such when exported to say html >> it comes in black? > I don't really understand, but probably you can use CSS and use the name >

[O] annoying behavior in orgtbl-mode

2017-02-24 Thread Uwe Brauer
auer | 10 | 20 | 10 | 10 | 30 | 10 | 10 | 100 | | Smith | 10 | 10 | | | | | | 20 | #+TBLFM: $9=$2+$3+$4+$5+$6+$7+$8 \end{comment} \end{document} Which is annoying. Is this a *bug*? Regards Uwe Brauer

Re: [O] annoying behavior in orgtbl-mode

2017-02-24 Thread Uwe Brauer
> Nick Dokos writes: > Rearranging like this seems to work: > #+ORGTBL: SEND test orgtbl-to-latex :lend " \\hline" :environment tabular > |+-+-+-+-+-+-+-+-| > | Name | E1a | E1b | E1c | E1d | E2a | E2b | E2c | Res | > | /

Re: [O] orgtable fill (black) when exporting to html

2017-02-24 Thread Uwe Brauer
> Uwe Brauer writes: > I don't really understand what "*" or "blackbox" is. This was a dummy entry. In org mode *this* is exported to latex as \textbf{this} and in html to a construct which leads to bold face. So I hoped there would be an equival

[O] orgtbl-mode and cdlatex don't work well in a latex buffer

2017-02-25 Thread Uwe Brauer
tex, any idea how to solve that? Thanks Uwe Brauer

Re: [O] orgtbl-insert-matrix, embedded

2017-02-26 Thread Uwe Brauer
>>> "Rasmus" == Rasmus writes: > #+ATTR_LATEX: :mode math :environment pmatrix :math-suffix \times > :math-prefix \mathbf{y}= > | a | b | > | c | d | > #+ATTR_LATEX: :mode math :environment pmatrix > | 1 | 2 | > | 3 | 4 | This does not work fo

[O] org-image-actual-width and org-mime-htmlize

2017-02-27 Thread Uwe Brauer
Hi I just sent a message to myself which contained. [[File:test.png]] And I used org-mime-htmlize to generate a htmlized message, however the variable org-image-actual-width did not change the size of the image in the message. Is there any possibility to achieve this? Thanks Uwe Brauer

[O] "Which function for creating the link?

2017-03-02 Thread Uwe Brauer
ne did not arrive in the list, via gmane this is why I try it writing directly to the list. Uwe Brauer Footnotes: [1] but not all

Re: [O] "Which function for creating the link?

2017-03-02 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Thursday, 2 Mar 2017 at 11:38, Uwe Brauer wrote: >> Hi >> >> When I try to open some messages[1] the minibuffer pops up asking >> orglist >> "Which function for creat

[O] the evil org-store-link-functions variable (was: "Which function for creating the link?)

2017-03-02 Thread Uwe Brauer
'org-bibtex-store-link 'org-bbdb-store-link 'org-w3m-store-link)) But I always obtain when using describe-variable org-store-link-functions which is annoying any help is appreciated. Uwe Brauer , | | org-store-link-functions is a variab

Re: [O] "Which function for creating the link?

2017-03-02 Thread Uwe Brauer
>>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >> org-store-link-functions is a variable defined in ‘org.el’. >> Its value is >> >> >> (org-mairix-store-gnus-link org-rmail-store-link org-mhe-store-link >>

Re: [O] "Which function for creating the link?

2017-03-02 Thread Uwe Brauer
> Uwe Brauer writes: > You are probably either loading explicitly org-mairix (from contrib) > or requiring 'org-mairix (explicitly or implicitly). I think I found the culprit, I started emacs -q and the variable org-store-link-functions did not contain org-mairix-s

Re: [O] the evil org-store-link-functions variable

2017-03-02 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Thursday, 2 Mar 2017 at 15:57, Uwe Brauer wrote: >> I have even put in my init file >> (setq org-store-link-functions > Following this up, in org v8, this was a variable but in org v9 it is > now

[O] org gnus, link to gmane article

2017-03-02 Thread Uwe Brauer
/87wpc83nwc.fsf%2540mat.ucm.es][Email from Uwe Brauer: test]] So far so good but when I open that mail just send and click on the link I see http://article.gmane.org// From: NOT FOUND Subject: NOT FOUND Newsgroups: NOT FOUND Date: NOT FOUND NOT FOUND Who is the culprit, org-mode or gmane? Thanks Uwe

Re: [O] "Which function for creating the link?

2017-03-02 Thread Uwe Brauer
> Uwe Brauer writes: > Probably you've set `gnorb-gnus-mail-search-backend' to 'mairix. Then, > when you call `gnorb-bbdb-mail-search', that would result in a call to > `mairix-search', which I'm sure is autoloaded and will bring in the

Re: [O] the evil org-store-link-functions variable

2017-03-02 Thread Uwe Brauer
> Uwe Brauer writes: > What version of org are you using? In 9.0.5, I don't have a variable > called 'org-store-link-functions', but I have a function called that. > Is it possible that you have a mixed install? As I said to Eric A., yes I ha

Re: [O] the evil org-store-link-functions variable

2017-03-02 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Thursday, 2 Mar 2017 at 15:57, Uwe Brauer wrote: >> I have even put in my init file >> (setq org-store-link-functions > Following this up, in org v8, this was a variable but in org v9 it is > now

Re: [O] org gnus, link to gmane article

2017-03-03 Thread Uwe Brauer
> Nick Dokos writes: > I should amend that a bit: I am using gmane's nntp feed to read > this list, so that part of it is working. What is not working for > me is most of the website (and search in particular). That is my experience as well. And now I think I remember that the servi

[O] auctex+orgtbl: LaTeX-fill-environment problem: The comment environment.

2017-03-04 Thread Uwe Brauer
ND ej8b orgtbl-to-latex-matrix :splice nil :skip 0 | r | a | b | \alpha | \beta | | 0.9709 | 10.6286 | 7.7619 | 0.0887 | -0.5448 | \end{comment} \item the we do \end{enumerate} \end{document} Which is bad since it destroys the orgtbl syntax. Anybody can confirm that and even suggestion a workaround? Thanks Uwe Brauer

[O] feature proposal, add prefix and suffix to orgtbl matrix

2017-03-09 Thread Uwe Brauer
environment when exporting to latex. And it works nicely. Couldn't orgtbl have a similar feature in order to use it directly in a latex buffer together with orgtbl mode? Thanks Uwe Brauer

Re: [O] org-mode markup vs rst for general content

2017-03-09 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > Could you be more specific about what kind of richness you are looking > for? Many people blog from org-mode, including myself. I use org-mode to > generate html that is rendered with blogofile > (http://kitchingroup.cheme.cmu.edu) but others do ma

Re: [O] org-mode markup vs rst for general content

2017-03-09 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > org does not deal with javascript or css for me. Those are defined by > the static blog engine (blogofile in this case). > I wrote some posts quite a while ago on the setup here: > http://kitchingroup.cheme.cmu.edu/blog/2013/09/27/Installing-and-

Re: [O] org-mode markup vs rst for general content

2017-03-10 Thread Uwe Brauer
d experience with pandoc exporting from org mode to docx, but maybe your documents are more complex. Uwe Brauer

Re: [O] workflow, matlab+latex in org file

2017-03-10 Thread Uwe Brauer
c{g}{2} - \frac{3}{2}}\, >\left(\frac{g}{2} - \frac{1}{2}\right)\\ \frac{R\, \sqrt{R^2 + >1}}{\left(e + p\right)\, R^2 + e} - \frac{R\, {\left(R^2 + >1\right)}^{\frac{3}{2}}\, \left(e + p\right)}{{\left(\left(e + >p\right)\, R^2 + e\right)}^2} & \frac{R\, \sqrt{R^2 + 1}

Re: [O] org-mode markup vs rst for general content

2017-03-10 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > Over the past few years I have looked at pandoc a few times: > http://kitchingroup.cheme.cmu.edu/blog/2014/07/17/Pandoc-does-org-mode-now/ > http://kitchingroup.cheme.cmu.edu/blog/2015/01/29/Export-org-mode-to-docx-with-citations-via-pandoc/ > ht

Re: [O] org-mode markup vs rst for general content

2017-03-10 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > Sometimes I just use ox-clip to copy org-mode into word with formatting. > It works pretty well for simple things. I looked around for ox-clip. This is not a package available in elpa, melpa and friends. I only found https://github.com/jkitchin/scimax

Re: [O] feature proposal, add prefix and suffix to orgtbl matrix

2017-03-10 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > Is it really needed? You could send both tables within the same > environment, couldn't you? No I can't Look at this % BEGIN RECEIVE ORGTBL test \[ \begin{pmatrix} 6 & 7 \\ & \\ 8 & \\ 9 & \\ \end{pmatri

Re: [O] org-mode markup vs rst for general content

2017-03-10 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > It is on Melpa I think: > https://melpa.org/#/ox-clip Right, thanks, works nicely!

Re: [O] feature proposal, add prefix and suffix to orgtbl matrix

2017-03-10 Thread Uwe Brauer
> Uwe Brauer writes: > Then you need two placeholders, one for each matrix. > You can: > \[ > A= > % BEGIN RECEIVE ORGTBL test > \begin{pmatrix} >6 & 7 \\ > & \\ >8 & \\ >9 & \\

[O] can't see all export options on laptop screen

2017-03-10 Thread Uwe Brauer
now I wanted to try out the epub converter and I can't see in that window. Regards Uwe Brauer

Re: [O] workflow, matlab+latex in org file

2017-03-10 Thread Uwe Brauer
> On Friday, 10 Mar 2017 at 16:08, Uwe Brauer wrote: > [...] > You may need to add ":exports results" to the src line. > Also, you should also modify the code to wrap the output in an equation > environment: > disp('\begin{equation}&#x

Re: [O] workflow, matlab+latex in org file

2017-03-10 Thread Uwe Brauer
> On 03/10/2017 11:08 AM, Uwe Brauer wrote: > You need to change "#+BEGIN_LaTeX" to "#+begin_export latex" and > "#+END_LaTeX" to "#+end_export" for Org 9.0 and above. Thanks, very much, I never understand what is the benefit of tho

Re: [O] can't see all export options on laptop screen

2017-03-10 Thread Uwe Brauer
> Hi! > Did you check the instructions given in the very first line in the > export dispatcher window? Gosh, uhh reading sometimes really helps, thanks sorry for that, BTW I can't see the epub exporter

Re: [O] workflow, matlab+latex in org file

2017-03-10 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > I get the right wrapper around the results block in the org-file. I did > have to add :exports results > to the header to get it to export though. Thanks ok the whole message you sent me I can now copy into a org file and export it to latex, very nic

[O] SOLVED (was: workflow, matlab+latex in org file)

2017-03-10 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: >>> "John" == John Kitchin writes: >> I get the right wrapper around the results block in the org-file. I did >> have to add :exports results >> to the header to get it to export though.

Re: [O] workflow, matlab+latex in org file

2017-03-11 Thread Uwe Brauer
> On Friday, 10 Mar 2017 at 16:08, Uwe Brauer wrote: > [...] > You may need to add ":exports results" to the src line. > Also, you should also modify the code to wrap the output in an equation > environment: > disp('\begin{equation

Re: [O] workflow, matlab+latex in org file

2017-03-11 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Saturday, 11 Mar 2017 at 08:04, Uwe Brauer wrote: >> Does anybody know how to get a better formatted output, to get rid of >> the empty lines and newline? best would be a org-table? > Instead of relyin

Re: [O] workflow, matlab+latex in org file

2017-03-11 Thread Uwe Brauer
tput wise without the fprintf, but that seems to > be a feature of Matlab's output. I think Eric is probably right, you > will have use fprintf to get what you want. > I am not a big matlab user these days, so I do not have a sense for how > usable the kernel is. It does run in a session, which is a big > improvement over the other one I wrote. > Uwe Brauer writes:

Re: [O] workflow, matlab+latex in org file

2017-03-11 Thread Uwe Brauer
> The kernel provides a "session" so matlab stays alive and doesn't have to > restart on every block. Ah ok like the matlab shell as in emacs matlab mode. It seems that I got it to work, there was a python lib conflict but the author released just a new version solving the problem. > Th

Re: [O] workflow, matlab+latex in org file

2017-03-11 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > The kernel provides a "session" so matlab stays alive and doesn't have to > restart on every block. > The kernel might require python3. Although I think I installed the kernel, I am not sure about the code you sent me, namely (defalias 'org-babel-e

[O] matlab-shell-run-command (was: workflow, matlab+latex in org file)

2017-03-12 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > You can put them into an elisp src block to try it out. They have to go in > an init file to be permanent. I just made a symlink to the matlab > executable on my path. > The ipython functions are defined in ob-ipython, > https://github.com/greg

[O] org-mime-htmlize with $\int$ only dvipng

2017-03-15 Thread Uwe Brauer
Hi Is it correct, that org-mime-htmlize only works with dvipn when exporting latex formulas. Mathjax still does not work? Thanks Uwe Brauer

Re: [O] Writing exams

2017-03-16 Thread Uwe Brauer
le? I use the exam class in latex but would like to give it a try using orgmode. Thanks Uwe Brauer

[O] org-table export to ods/xlsx etc

2017-06-16 Thread Uwe Brauer
Hi I am sometimes in need to send my org-table spreadhseets to colleagues who are using (sigh) excel. I thought sending csv would be enough but it turns out, - that sometimes technical inapt people don't know how to open it, - when using a non english language setting say spanish, num

[O] agenda mode overlapping dates

2017-06-16 Thread Uwe Brauer
Hi Just to test I have the following entry in my diary Mon 8:30-9:30 Project 1 Tue 8:30-9:30 Other data Mon 8:30-9:30 Project 2 Then I use org-agenda and v c But nothing is really done. I don't see any effect of visualizing the conflicting date Monday 8:30-9:30 What do I miss?

Re: [O] org-table export to ods/xlsx etc

2017-06-17 Thread Uwe Brauer
> On Friday, 16 Jun 2017 at 10:25, Uwe Brauer wrote: > [...] > Thanks for this. Works nicely! Great addition to the repertoire of > useful emacs-lisp snippets. Would be great to have this incorporated > into org. Maybe this is even more useful? (defun org-

Re: [O] agenda mode overlapping dates

2017-06-17 Thread Uwe Brauer
> On Friday, 16 Jun 2017 at 21:05, Uwe Brauer wrote: > [...] > The v c sequence invokes the clock checking code. It has nothing to do > with timestamps but looks instead for gaps and overlaps in your > clocking. If you clock those projects, you will have

[O] org table toggle narrowing and true column hiding

2017-06-21 Thread Uwe Brauer
234567 | | In a org mode buffer (not here in a message buffer even with orgtbl-mode enabled) C-c C-C gives | Name | <2> | Other | | | <2> | | | John Doe | <2> | | The question is simple: how can a toggle narrowing? thanks Uwe Brauer

Re: [O] org-table export to ods/xlsx etc

2017-06-21 Thread Uwe Brauer
> Hello, > Eric S Fraga writes: > According to `org-odt-convert-processes', `org-odt-convert-capabilities' > and `org-odt-convert', isn't it already possible? Hm I set (add-to-list 'org-odt-convert-processes '("gnumeric" "ssconvert %i %o")) (setq org-odt-convert-process "gnumeric

[O] orgtable-->csv--> excel coding problems UTF8

2017-06-21 Thread Uwe Brauer
t csv-file "orgtbl-to-csv") (org-odt-convert csv-file "xlsx"))) Converts to an excel file, when opened with LO has the wrong coding, the same happened to ods. I still can use gnumeric with a different lisp function, but I am puzzled. Any idea? Uwe Brauer

Re: [O] org-table export to ods/xlsx etc

2017-06-22 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Wednesday, 21 Jun 2017 at 13:01, Uwe Brauer wrote: >> Debugger entered--Lisp error: (error "Cannot convert from csv format >> to xlsx format?") > What does (org-odt-do-reachable-formats "csv&

[O] empty cells in columns should be left emtpy when manipulating columns

2017-06-22 Thread Uwe Brauer
Please consider this | 3.25 | 0.4875 | | | 0. | | 2.25 | 0.3375 | #+TBLFM: $2=$1*0.15 How can I avoid the entry 0. ? I could insert ** Giving | 3.25 | 0.4875 | | ** | #ERROR | | 2.25 | 0.3375 | #+TBLFM: $2=$1*0.15 But this is cumbersome, any other possibilities? Thanks Uwe

[O] rounding (up)

2017-06-22 Thread Uwe Brauer
*0.15;%.2f That is to replace rounding down to rounding up? Thanks Uwe Brauer

Re: [O] empty cells in columns should be left emtpy when manipulating columns

2017-06-22 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > One possibility: > | 3.25 | 0.4875 | > | || > | 2.25 | 0.3375 | > #+TBLFM: $2=if("$1" == "nan", string(""), $1*0.15);E Great but how can I round? #+TBLFM: $2

Re: [O] rounding (up)

2017-06-22 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > #+BEGIN_SRC emacs-lisp > (list (custom-round 0.4875 2 'floor) (custom-round 0.975 2 'floor)) > #+END_SRC Thanks I will have a look into that code.

Re: [O] org table toggle narrowing and true column hiding

2017-06-23 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > What is true column hiding? What is the question you are referring to? Most of the spreadsheet application I know allow you - to mark a column - and to hide it (it is still there and can be displayed of course) That question

Re: [O] rounding (up)

2017-06-23 Thread Uwe Brauer
> Uwe Brauer writes: > (info "(calc) Integer Truncation") has > So I suggest the following: > | 3.25 | | > | 6.5 | | > #+TBLFM: $2=round($1*0.15,2);%.2f That is cool as well

Re: [O] org table toggle narrowing and true column hiding

2017-06-23 Thread Uwe Brauer
>>> "Michael" == Michael Brand writes: > Hi Uwe > On Wed, Jun 21, 2017 at 11:24 AM, Uwe Brauer wrote: >> Any plans to implement true column hiding for org tables? > Not that I know of. How would you select a hidden column to unhide it? Simila

Re: [O] org table toggle narrowing and true column hiding

2017-06-24 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > I toyed with the idea, and came up with a proof-of-concept, attached to > this message. > Basically, it defines two user-facing functions: `org-table-hide-column' > and `org-table-show-column'. Whenever the

Re: [O] org table toggle narrowing and true column hiding

2017-06-25 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> Great thanks I will test this now, I presume this patch is against the >> latest stable version? > No, it is against development version, aka "master&qu

[O] [setting is not read] (was: org-table export to ods/xlsx etc)

2017-06-26 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Saturday, 17 Jun 2017 at 14:54, Nicolas Goaziou wrote: > [...] >> According to `org-odt-convert-processes', `org-odt-convert-capabilities' >> and `org-odt-convert', isn't it already possible? > Indeed.Adding this > (add-to-l

Re: [O] After Gmane shutdown: how can I read/write to the org-mode mailing list online

2017-06-27 Thread Uwe Brauer
>>> "Elwood151" == Elwood151 writes: > Hi, > since gmane was shut down, I'm missing the possibility to post, > read and reply to the org-mode mailing list online without having > to use my mail account. Ooh, what makes you say gmane was shut down? right now I am using gmane to rea

[O] import excel files into org

2017-06-27 Thread Uwe Brauer
Hi Maybe the following is helpful: (defun org-table-import-xlsx-to-csv-org () (interactive) (let* ((source-file (file-name-sans-extension (buffer-file-name (current-buffer (xlsx-file (concat source-file ".xlsx")) (csv-file (concat source-file ".csv"))) (org-odt-

Re: [O] After Gmane shutdown: how can I read/write to the org-mode mailing list online

2017-06-27 Thread Uwe Brauer
>>> "M" == M writes: > @ Uwe Brauer: > I was using the gmane web page to read and reply to this mailing > list and if I try to open the link from the org-mode website > http://news.gmane.org/gmane.emacs.orgmode , I get "Page not found&

Re: [O] org table toggle narrowing and true column hiding

2017-06-28 Thread Uwe Brauer
Hello > Hello, > Uwe Brauer writes: > I toyed a bit further with the idea, and re-designed the whole thing. I just applied the patch and installed it and run a quick test. Great! A huge improvement. I will test it during the day and report back if I see something

Re: [O] import excel files into org

2017-06-28 Thread Uwe Brauer
> On 27/06/17 17:54, Uwe Brauer wrote: > What is the intended difference between those? The first one imports a xlsx file, which has the same name as the org file > The second one looks odd, because Asks for a file. > - xlsx-file is never used Right, my bad

[O] [rows?] (was: org table toggle narrowing and true column hiding)

2017-06-29 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > I toyed a bit further with the idea, and re-designed the whole thing. I tested it quite a bit yesterday. There was only one problem concerning pabbrev mode which scans the buffer periodically and this scanning did widen the columns at some p

[O] org mode moves to GNU emacs core

2017-06-29 Thread Uwe Brauer
slow and install GNU emacs every 6 months, but org mode is different beast. Uwe Brauer

Re: [O] org mode moves to GNU emacs core

2017-06-29 Thread Uwe Brauer
>>> "Rasmus" == Rasmus writes: > Uwe Brauer writes: >> I am not sure whether I understand that discussion in emacs dev >> correctly. Will orgmode be moved into the GNU emacs try as it was done >> with gnus? > AFAIK, there are no suc

[O] [Chris Kauffman] Re: include org-table-move-single-cell.el in org mode

2017-06-30 Thread Uwe Brauer
repo, I have attached his mail. I recommend strongly to do that . Regards Uwe Brauer Start of forwarded message Delivered-To: o...@mat.ucm.es Received: by 10.25.160.142 with SMTP id j136csp1096169lfe; Fri, 30 Jun 2017 09:23:09 -0700 (PDT) X

Re: [O] [Chris Kauffman] Re: include org-table-move-single-cell.el in org mode

2017-07-01 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > Thank you for the heads-up. > I see no objection to this. I can be useful sometimes. > However, the feature would require documentation and a couple of simple > tests. Would Chris, or someone else, be willing to do that

Re: [O] [Chris Kauffman] Re: include org-table-move-single-cell.el in org mode

2017-07-01 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > Thank you for the heads-up. > I see no objection to this. I can be useful sometimes. > However, the feature would require documentation and a couple of simple > tests. Would Chris, or someone else, be willing to do that?

Re: [O] org mode moves to GNU emacs core

2017-07-03 Thread Uwe Brauer
>>> "Bastien" == Bastien writes: > Hi Uwe, > Uwe Brauer writes: >> I am not sure whether I understand that discussion in emacs dev >> correctly. Will orgmode be moved into the GNU emacs try as it was done >> with gnus? &g

Re: [O] org mode moves to GNU emacs core

2017-07-03 Thread Uwe Brauer
>>> "qTim" == qTim Cross writes: > Just to throw my 2 cents in. > 1. Problems with mixed versions. Currently, Emacs has org 8.x included > in the distribution. This is despite 9.x being out before the release of > 25.2. Something needs to be done to improve coordination and perhaps i

<    1   2   3   4   5   6   7   8   9   10   >