[O] How to create tables with multi-rows/columns cells?

2017-09-10 Thread jiewuza
It is quite common to have multi-rows/columns cells in talbe. But as far as I know, it seems impossible with the org built-in table editor. So I turned to the emacs built-in table, and create a simple example: #+BEGIN_SRC org +-+-+-+ | h | | +-+-+ h3 |

Re: [O] BUG - strange characters showing in agenda after times displayed

2017-09-10 Thread Matt Lundin
Sharon Kimble writes: > Matt Lundin writes: > >> Sharon Kimble writes: >> >>> With the new release of org-mode to 9.1 I am finding with every build of >>> a new agenda that this is displaying for items with a time as

Re: [O] org-ref, html-export, bibtex url, webpage

2017-09-10 Thread John Kitchin
I am pretty sure you cannot use entry types that are not defined in bibtex-BibTeX-entry-alist or bibtex-biblatex-entry-alist. You can add types to those variables to get them to work. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical

Re: [O] org-agenda-skip-function does not find inherited tags

2017-09-10 Thread Adrian Bradd
Thanks for the pointers. This is what I came up with: (defun abradd-agenda-tags-inherited (tags) (let (beg end m) (org-back-to-heading t) (setq beg (point) end (progn (outline-next-heading) (1- (point (goto-char beg) (and (not (member tags (org-get-tags-at)))

[O] org-ref, html-export, bibtex url, webpage

2017-09-10 Thread Johannes Brauer
Hi! isn’t it allowed to use bibtex entries @url or @webpage? Using one of them the html export complains that the entry is not found, for example: Carro1998 not found in /Users/johannes/Documents/lehre/Informatik/Programmierparadigmen/Vorlesung/referenzen.bib org-ref-get-bibtex-entry-citation:

Re: [O] Auto-filling in org-mode without affecting the headlines

2017-09-10 Thread Narendra Joshi
I tried with emacs -Q and was able to reproduce the problem. ``` (~) λ emacs-version GNU Emacs 26.0.50 (build 2, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2017-08-07 (~) λ org-version 9.0.9 (~) λ ``` On Mon, Sep 11, 2017 at 1:22 AM, Richard Lawrence

Re: [O] Auto-filling in org-mode without affecting the headlines

2017-09-10 Thread Richard Lawrence
Hi Narendra, Narendra Joshi writes: I would like to have auto-fill enabled in org-mode but would like to prevent headings from being auto-filled. Is something available in org-mode that would allow me to do this? I have used auto-fill-mode in Org buffers for quite a

Re: [O] Auto-filling in org-mode without affecting the headlines

2017-09-10 Thread Nicolas Goaziou
Hello, Narendra Joshi writes: > I would like to have auto-fill enabled in org-mode but would like to > prevent headings from being auto-filled. Is something available in > org-mode that would allow me to do this? Auto-fill doesn't fill headlines. Something may be wrong in

Re: [O] function for inserting a block

2017-09-10 Thread Eric Abrahamsen
On 09/10/17 14:44 PM, Nicolas Goaziou wrote: [...] > Some free key bindings: > - C-c C-x C-e > - C-c C-x C-g > - C-c C-x C-h > - C-c C-x C-k > - C-c C-x h > - C-c C-x j > - C-c C-x k > - C-c C-x l > - C-c C-x m > - C-c C-x n > - C-c C-x r > - C-c C-x s > - C-c C-x t > - C-c C-x u > - C-c C-x w

[O] Auto-filling in org-mode without affecting the headlines

2017-09-10 Thread Narendra Joshi
Hi, I would like to have auto-fill enabled in org-mode but would like to prevent headings from being auto-filled. Is something available in org-mode that would allow me to do this? Thanks, -- Narendra Joshi

Re: [O] setting local variables

2017-09-10 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > Nicolas Goaziou writes: > >> So, any objection to have all major back-ends ignoring unnumbered trees >> from TOC, and make that an Org specificity? > > Sounds good! Done in master. Thank you for the feedback.

Re: [O] function for inserting a block

2017-09-10 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > And here's an actual patch, with docs. Thank you! Some comments follow. > +This function can be used to wrap existing text or Org elements in > +a #+BEGIN_FOO/#+END_FOO block. Not bound to a key by default. Some free key bindings: -

Re: [O] [PATCH] org-agenda: Add 'none setting for org-agenda-overriding-header

2017-09-10 Thread Nicolas Goaziou
Hello, Adam Porter writes: > I looked at that file and I see that it's pretty basic. There's a first step in everything. > I recently put together a sort of testing framework for > org-super-agenda that makes it pretty easy to develop and run > consistent tests on agendas:

Re: [O] "broken" link in orgmode web page

2017-09-10 Thread Nicolas Goaziou
Hello, Cesar writes: > While not a "bug" in Org-mode proper, if we count orgmode.org as > documentation, then we can consider this as something worth mentioning (and > repairing): > In the page Beamer presentations using the new export engine the link > for « . . . nice

Re: [O] Bug: View scheduled tasks that have a specific state [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)]

2017-09-10 Thread Nicolas Goaziou
Hello, "cro cefisso" writes: > Hello, I'm on Org-mode 8.2.10 on Xubuntu 16.04 and despite having tried many > combinations, I can't manage to view all scheduled tasks that don't have > "DONE" and "CANCELLED" as a state. For example, when I do : > (setq

Re: [O] BUG - strange characters showing in agenda after times displayed

2017-09-10 Thread Nicolas Goaziou
Sharon Kimble writes: > ECM? What's that? I know what a 'MWE' is, but 'ECM' has me flummoxed. This is a FAQ, at . For reference, here is the answer: This is a French acronym used by some mailing list members; it stands

Re: [O] BUG - org-agenda-show-future-repeats not mentioned in org.pdf

2017-09-10 Thread Nicolas Goaziou
Sharon Kimble writes: > You are assuming that everyone knows what a 'docstring' is, and how to > get it or find out about it. Unfortunately, I don't fit into that > category, so when I saw on "http://orgmode.org/Changes.html; 'See > docstring for details.' I was, and

[O] Dynamically narrow table columns

2017-09-10 Thread Colin Baxter
I very much like the new table-column narrowing. I've customised the "org-table-shrunk-column-indicator" - a great feature. Thank you. Colin Baxter m43...@yandex.com GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8

Re: [O] proliferation of agenda tasks, but how to stop it please?

2017-09-10 Thread Sharon Kimble
Matt Lundin writes: > Sharon Kimble writes: > >> How can I stop my 31-day agenda from showing each and every daily task >> for each and every day, when all I need to see them on is today please? >> >> The change has only occurred since updating to

Re: [O] BUG - strange characters showing in agenda after times displayed

2017-09-10 Thread Sharon Kimble
Matt Lundin writes: > Sharon Kimble writes: > >> With the new release of org-mode to 9.1 I am finding with every build of >> a new agenda that this is displaying for items with a time as part of >> them - >> >> organiser: 8:30΄ьԔלڤ Scheduled:

Re: [O] BUG - strange characters showing in agenda after times displayed

2017-09-10 Thread Sharon Kimble
Nicolas Goaziou writes: > Hello, > > Sharon Kimble writes: > >> With the new release of org-mode to 9.1 I am finding with every build of >> a new agenda that this is displaying for items with a time as part of >> them - >> >> organiser:

Re: [O] BUG - org-agenda-show-future-repeats not mentioned in org.pdf

2017-09-10 Thread Sharon Kimble
Nicolas Goaziou writes: > Hello, > > Sharon Kimble writes: > >> Seeing this new variable I've been trying to set it up to stop all the >> future displays of each and every task being displayed in my 31 days >> agenda. >> >> I've updated my

Re: [O] [PATCH] org-columns-summary-types entries can take COLLECT function

2017-09-10 Thread Nicolas Goaziou
Hello, Stig Brautaset writes: > I've taken a stab at adding support for allowing > org-columns-summary-types entries to contain an optional COLLECT > function that can be used to conditionally collect a property. Thank you. > Please see the included patch. I added a NEWS

Re: [O] Flattening references in ODT export

2017-09-10 Thread James Harkins
On Sun, 10 Sep 2017 04:18:08 -0400 Nicolas Goaziou wrote > > On Sat, 09 Sep 2017 05:06:24 -0400 James Harkins > > wrote > >> I guess next I'm going to try to hack ox-odt.el... > > > > Hm, that's going to be too complicated.

Re: [O] Flattening references in ODT export

2017-09-10 Thread Nicolas Goaziou
Hello, James Harkins writes: > On Sat, 09 Sep 2017 05:06:24 -0400 James Harkins > wrote >> I guess next I'm going to try to hack ox-odt.el... > > Hm, that's going to be too complicated. I can help you doing so. > So I suppose my only

Re: [O] multiple property values possible similar to multiple tags?

2017-09-10 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > Hi all > > I have this example property drawer in a capture template > > :PROPERTIES: > :ID: %(org-id-uuid) > :PLACE: %^{Place?|-|@work|@home|@pc|@family|@shop} > :END: > > i was wondering, is it possible for a single property to take multiple >

Re: [O] BUG - strange characters showing in agenda after times displayed

2017-09-10 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > With the new release of org-mode to 9.1 I am finding with every build of > a new agenda that this is displaying for items with a time as part of > them - > > organiser: 8:30΄ьԔלڤ Scheduled: TODO email org-mode list > > This is new and

Re: [O] Name-space prefixes in ox- packages

2017-09-10 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > On Sat, Sep 9, 2017 at 9:36 AM Nicolas Goaziou > wrote: > >> >> "ox" stands for "org-export-". This is so to limit file name size. Some >> systems are very limited (e.g. MS-DOS). >> > > Is that file name size that

Re: [O] add additional tag (using %^G) to existing tag in org capture

2017-09-10 Thread Nicolas Goaziou
Hello, Adam Porter writes: > Xebar Saram writes: > >> the issues is that it dosent seem to add an additional tag to the already >> defined tag list in the capture (:@work: ) but instead add another :TAG: >> field >> apart from the already existing tag

Re: [O] [PATCH] Ensure proper nesting of captured items

2017-09-10 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Subject: [PATCH] Ensure that top-level capture targets are pasted at level 1 > > * lisp/org-capture.el: (org-capture-place-entry) Ensure that level is > set to 1 (i.e., the top level) if there is no headline target > defined. Otherwise,