* org-table.el
@ 2013-05-14 19:51 Loyall, David
2013-05-14 20:01 ` org-table.el Achim Gratz
0 siblings, 1 reply; 5+ messages in thread
From: Loyall, David @ 2013-05-14 19:51 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
In line 1145 org-table.el [1]
(defun org-table-get (line column)
...should it read like this instead?
(defun org-table-get (&optional line column)
Hope this helps,
--Dave
1. http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob;f=lisp/org-table.el;hb=HEAD#l1145
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-table.el
2013-05-14 19:51 org-table.el Loyall, David
@ 2013-05-14 20:01 ` Achim Gratz
2013-05-15 18:33 ` org-table.el Loyall, David
0 siblings, 1 reply; 5+ messages in thread
From: Achim Gratz @ 2013-05-14 20:01 UTC (permalink / raw)
To: emacs-orgmode
Loyall, David writes:
> In line 1145 org-table.el [1]
> (defun org-table-get (line column)
>
> ...should it read like this instead?
> (defun org-table-get (&optional line column)
Not necessarily, it simply means you have to use an explicit nil
argument instead of relying on a missing argument being interpreted as
nil.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-table.el
2013-05-14 20:01 ` org-table.el Achim Gratz
@ 2013-05-15 18:33 ` Loyall, David
0 siblings, 0 replies; 5+ messages in thread
From: Loyall, David @ 2013-05-15 18:33 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
That is good to know. Thanks!
> Achim Gratz writes:
> Loyall, David writes:
> > In line 1145 org-table.el [1]
> > (defun org-table-get (line column)
> >
> > ...should it read like this instead?
> > (defun org-table-get (&optional line column)
>
> Not necessarily, it simply means you have to use an explicit nil argument
> instead of relying on a missing argument being interpreted as nil.
^ permalink raw reply [flat|nested] 5+ messages in thread
* org-table.el
@ 2017-08-19 11:04 Vikas Rawal
2017-08-19 17:04 ` org-table.el Kaushal Modi
0 siblings, 1 reply; 5+ messages in thread
From: Vikas Rawal @ 2017-08-19 11:04 UTC (permalink / raw)
To: org-mode mailing list
Is it by choice that org-table.el is part of both org and org-plus-contrib? Does it have to be explicitly loaded?
Vikas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-table.el
2017-08-19 11:04 org-table.el Vikas Rawal
@ 2017-08-19 17:04 ` Kaushal Modi
0 siblings, 0 replies; 5+ messages in thread
From: Kaushal Modi @ 2017-08-19 17:04 UTC (permalink / raw)
To: Vikas Rawal, org-mode mailing list
[-- Attachment #1: Type: text/plain, Size: 469 bytes --]
On Sat, Aug 19, 2017 at 7:06 AM Vikas Rawal <vikaslists@agrarianresearch.org>
wrote:
> Is it by choice that org-table.el is part of both org and org-plus-contrib?
org-plus-contrib = org + the stuff in contrib/ dir
So yes, *everything* in org is in org-plus-contrib too.
> Does it have to be explicitly loaded?
>
org-table should get auto-loaded. Is there a specific usage that made you
wonder if org-table should have been loaded, but is not?
--
Kaushal Modi
[-- Attachment #2: Type: text/html, Size: 1036 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-08-19 17:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-19 11:04 org-table.el Vikas Rawal
2017-08-19 17:04 ` org-table.el Kaushal Modi
-- strict thread matches above, loose matches on Subject: below --
2013-05-14 19:51 org-table.el Loyall, David
2013-05-14 20:01 ` org-table.el Achim Gratz
2013-05-15 18:33 ` org-table.el Loyall, David
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.